]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
virsh: Rename QEmu to QEMU to match upstream
authorDoug Goldstein <cardoe@cardoe.com>
Sun, 9 Sep 2012 22:07:28 +0000 (17:07 -0500)
committerEric Blake <eblake@redhat.com>
Wed, 19 Sep 2012 12:59:19 +0000 (06:59 -0600)
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

index d0b302a537b28755e1324610b10aa74d4d0ae1ac..6a72412baa8cf9eba76507fa7ad3b4de606601b7 100644 (file)
@@ -2654,7 +2654,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");