Signed-off-by: Maxim Nestratov <mnestratov(a)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