On 09/09/2012 04:07 PM, Doug Goldstein wrote:
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(-)
ACK and pushed, although we probably have a lot more offenders in
src/qemu/qemu_*.c.
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");
--
Eric Blake eblake(a)redhat.com +1-919-301-3266
Libvirt virtualization library
http://libvirt.org