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

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


v2-v3 change:

* Patch "parallels: set virtType depending on driver name" reworked.
  Implemented ability to set virtType depending on driver name.

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 virtType depending on driver name

 src/conf/domain_conf.c            | 19 ++++++++----
 src/conf/domain_conf.h            |  1 +
 src/libvirt.c                     |  2 +-
 src/parallels/parallels_driver.c  | 63 +++++++++++++++++++++++++++++++++++----
 src/parallels/parallels_network.c |  3 +-
 src/parallels/parallels_sdk.c     |  6 +++-
 src/parallels/parallels_storage.c |  3 +-
 src/parallels/parallels_utils.h   |  1 +
 8 files changed, 82 insertions(+), 16 deletions(-)

-- 
2.1.0




More information about the libvir-list mailing list