mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 01:18:00 +03: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
|
||||
vshPrint(ctl, " XenAPI");
|
||||
#endif
|
||||
#ifdef WITH_BHYVE
|
||||
vshPrint(ctl, " Bhyve");
|
||||
#endif
|
||||
#ifdef WITH_TEST
|
||||
vshPrint(ctl, " Test");
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user