mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-08 12:41:29 +00:00
virsh: include bhyve in virsh -V output
Add 'Bhyve' in hypervisor list reported by 'virsh -V' if it's compiled it.
This commit is contained in:
parent
a93504cca4
commit
aec0c6d3d5
@ -3233,6 +3233,9 @@ vshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
|
|||||||
#ifdef WITH_XENAPI
|
#ifdef WITH_XENAPI
|
||||||
vshPrint(ctl, " XenAPI");
|
vshPrint(ctl, " XenAPI");
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef WITH_BHYVE
|
||||||
|
vshPrint(ctl, " Bhyve");
|
||||||
|
#endif
|
||||||
#ifdef WITH_TEST
|
#ifdef WITH_TEST
|
||||||
vshPrint(ctl, " Test");
|
vshPrint(ctl, " Test");
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user