mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
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:
parent
1035c51f3b
commit
c88a4f2a46
@ -2654,7 +2654,7 @@ vshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
|
|||||||
vshPrint(ctl, "%s", _("Compiled with support for:\n"));
|
vshPrint(ctl, "%s", _("Compiled with support for:\n"));
|
||||||
vshPrint(ctl, "%s", _(" Hypervisors:"));
|
vshPrint(ctl, "%s", _(" Hypervisors:"));
|
||||||
#ifdef WITH_QEMU
|
#ifdef WITH_QEMU
|
||||||
vshPrint(ctl, " QEmu/KVM");
|
vshPrint(ctl, " QEMU/KVM");
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_LXC
|
#ifdef WITH_LXC
|
||||||
vshPrint(ctl, " LXC");
|
vshPrint(ctl, " LXC");
|
||||||
|
Loading…
Reference in New Issue
Block a user