From c88a4f2a4623065b4c8f65d9d3c425ba67dc9a18 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Sun, 9 Sep 2012 17:07:28 -0500 Subject: [PATCH] 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. --- tools/virsh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.5