mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +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", _(" Hypervisors:"));
|
||||
#ifdef WITH_QEMU
|
||||
vshPrint(ctl, " QEmu/KVM");
|
||||
vshPrint(ctl, " QEMU/KVM");
|
||||
#endif
|
||||
#ifdef WITH_LXC
|
||||
vshPrint(ctl, " LXC");
|
||||
|
Loading…
Reference in New Issue
Block a user