summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2012-09-09 17:07:28 -0500
committerEric Blake <eblake@redhat.com>2012-09-19 06:59:19 -0600
commitc88a4f2a4623065b4c8f65d9d3c425ba67dc9a18 (patch)
tree887cfee620d36df34a45022b0ea771b7629a2878
parentvirsh: Fix resource leaks when editing files. (diff)
downloadlibvirt-c88a4f2a4623065b4c8f65d9d3c425ba67dc9a18.tar.gz
libvirt-c88a4f2a4623065b4c8f65d9d3c425ba67dc9a18.tar.bz2
libvirt-c88a4f2a4623065b4c8f65d9d3c425ba67dc9a18.zip
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.
-rw-r--r--tools/virsh.c2
1 files changed, 1 insertions, 1 deletions
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");