virsh: Rename QEmu to QEMU to match upstream

Match upstream's naming of QEMU. There was a notice on the ML that said
the preferred spelling was QEMU a while back.
This commit is contained in:
Doug Goldstein 2012-09-09 17:07:28 -05:00 committed by Eric Blake
parent 1035c51f3b
commit c88a4f2a46

View 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");