[libvirt] [PATCH 1/8] parallels: introduce vz driver constant and string

Maxim Nestratov mnestratov at parallels.com
Tue May 26 15:17:15 UTC 2015


This new name and constant will be used as substitutions for parallels driver one.

Signed-off-by: Maxim Nestratov <mnestratov at parallels.com>
---
 src/conf/domain_conf.c | 3 ++-
 src/conf/domain_conf.h | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
index 631f9eb..576d37c 100644
--- a/src/conf/domain_conf.c
+++ b/src/conf/domain_conf.c
@@ -118,7 +118,8 @@ VIR_ENUM_IMPL(virDomainVirt, VIR_DOMAIN_VIRT_LAST,
               "vbox",
               "phyp",
               "parallels",
-              "bhyve")
+              "bhyve",
+              "vz")
 
 VIR_ENUM_IMPL(virDomainOS, VIR_DOMAIN_OSTYPE_LAST,
               "hvm",
diff --git a/src/conf/domain_conf.h b/src/conf/domain_conf.h
index 0fcf52e..924c484 100644
--- a/src/conf/domain_conf.h
+++ b/src/conf/domain_conf.h
@@ -223,6 +223,7 @@ typedef enum {
     VIR_DOMAIN_VIRT_PHYP,
     VIR_DOMAIN_VIRT_PARALLELS,
     VIR_DOMAIN_VIRT_BHYVE,
+    VIR_DOMAIN_VIRT_VZ,
 
     VIR_DOMAIN_VIRT_LAST
 } virDomainVirtType;
-- 
2.1.0




More information about the libvir-list mailing list