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

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


v1-v2 change:

* Only "parallels: accept vz as a driver uri and name" patch
  is changed. Fixed ability to connect to 'parallels' driver
  and deal with 'Paralells' domain virt type.

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  | 61 +++++++++++++++++++++++++++++++++++----
 src/parallels/parallels_network.c |  3 +-
 src/parallels/parallels_sdk.c     |  2 +-
 src/parallels/parallels_storage.c |  3 +-
 7 files changed, 75 insertions(+), 16 deletions(-)

-- 
2.1.0




More information about the libvir-list mailing list