[libvirt] [PATCH 2/2] virsh: Rename QEmu to QEMU to match upstream

Doug Goldstein cardoe at cardoe.com
Sun Sep 9 22:07:28 UTC 2012


Match upstream's naming of QEMU. There was a notice on the ML that said
the preferred spelling was QEMU a while back.
---
 tools/virsh.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/virsh.c b/tools/virsh.c
index 8592df9..6ade4a6 100644
--- a/tools/virsh.c
+++ b/tools/virsh.c
@@ -2652,7 +2652,7 @@ vshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
     vshPrint(ctl, "%s", _("Compiled with support for:\n"));
     vshPrint(ctl, "%s", _(" Hypervisors:"));
 #ifdef WITH_QEMU
-    vshPrint(ctl, " QEmu/KVM");
+    vshPrint(ctl, " QEMU/KVM");
 #endif
 #ifdef WITH_LXC
     vshPrint(ctl, " LXC");
-- 
1.7.8.6




More information about the libvir-list mailing list