[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[libvirt] [PATCH 01/11] virsh: report when vz driver is compiled
- From: Maxim Nestratov <mnestratov virtuozzo com>
- To: libvir-list redhat com
- Cc: Maxim Nestratov <mnestratov virtuozzo com>
- Subject: [libvirt] [PATCH 01/11] virsh: report when vz driver is compiled
- Date: Tue, 29 Mar 2016 15:45:11 +0300
Signed-off-by: Maxim Nestratov <mnestratov virtuozzo com>
---
tools/virsh.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/virsh.c b/tools/virsh.c
index 57b4ff3..89a2113 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]