mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
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:
parent
0ed3b33535
commit
23b0f4511e
@ -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",
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user