[libvirt] [PATCH 0/8] parallels: add vz driver

Maxim Nestratov mnestratov at parallels.com
Fri May 22 18:18:59 UTC 2015


This new driver 'vz' will be used as a substitution for parallels driver.
New domains will be created with 'vz' domain type. Old 'parallels' domains
remain supported. Connection to the driver can be made either way:
vz:///system or parallels:///system.

Maxim Nestratov (8):
  parallels: introduce vz driver constant and string
  parallels: use newly introduced VIR_DOMAIN_VIRT_VZ
  parallels: add new guest capabilities assigned to vz driver
  parallels: accept vz as a driver uri and name
  parallels: add a new vz connection driver and hypervisor structures
  parallels: increment the number of connection drivers
  parallels: recommend to connect to vz:///system when connection fails
  parallels: set VIR_DOMAIN_VIRT_VZ virtType for new domains

 src/conf/domain_conf.c            | 19 +++++++++-----
 src/conf/domain_conf.h            |  1 +
 src/libvirt.c                     |  2 +-
 src/parallels/parallels_driver.c  | 52 ++++++++++++++++++++++++++++++++++-----
 src/parallels/parallels_network.c |  3 ++-
 src/parallels/parallels_sdk.c     |  2 +-
 src/parallels/parallels_storage.c |  3 ++-
 7 files changed, 66 insertions(+), 16 deletions(-)

-- 
2.1.0




More information about the libvir-list mailing list