[libvirt] [PATCH v2 01/10] virsh: report when vz driver is compiled

Maxim Nestratov mnestratov at virtuozzo.com
Thu Apr 7 20:09:53 UTC 2016


Signed-off-by: Maxim Nestratov <mnestratov at virtuozzo.com>
---
 tools/virsh.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/virsh.c b/tools/virsh.c
index fe33839..5a61189 100644
--- a/tools/virsh.c
+++ b/tools/virsh.c
@@ -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
-- 
2.4.3




More information about the libvir-list mailing list