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
|
#ifdef WITH_OPENVZ
|
||||||
vshPrint(ctl, " OpenVZ");
|
vshPrint(ctl, " OpenVZ");
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef WITH_VZ
|
||||||
|
vshPrint(ctl, " Virtuozzo");
|
||||||
|
#endif
|
||||||
#ifdef WITH_VMWARE
|
#ifdef WITH_VMWARE
|
||||||
vshPrint(ctl, " VMware");
|
vshPrint(ctl, " VMware");
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue