mirror of https://gitee.com/openkylin/libvirt.git
virsh: report when vz driver is compiled
Signed-off-by: Maxim Nestratov <mnestratov@virtuozzo.com>
This commit is contained in:
parent
4b35a7155a
commit
9e9e508993
|
@ -580,6 +580,9 @@ virshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
|
|||
#ifdef WITH_OPENVZ
|
||||
vshPrint(ctl, " OpenVZ");
|
||||
#endif
|
||||
#ifdef WITH_VZ
|
||||
vshPrint(ctl, " Virtuozzo");
|
||||
#endif
|
||||
#ifdef WITH_VMWARE
|
||||
vshPrint(ctl, " VMware");
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue