parallels: introduce vz driver constant and string

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

Signed-off-by: Maxim Nestratov <mnestratov@parallels.com>
This commit is contained in:
Maxim Nestratov
2015-06-03 09:47:00 +03:00
committed by Dmitry Guryanov
parent 0ed3b33535
commit 23b0f4511e
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -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",
+1
View File
@@ -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;