From: Doug Goldstein Date: Sun, 9 Sep 2012 22:07:28 +0000 (-0500) Subject: virsh: Rename QEmu to QEMU to match upstream X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c88a4f2a4623065b4c8f65d9d3c425ba67dc9a18;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git 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. --- diff --git a/tools/virsh.c b/tools/virsh.c index d0b302a53..6a72412ba 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -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");