On 05/28/2015 11:05 AM, Dmitry Guryanov wrote:
On 05/26/2015 08:12 PM, Maxim Nestratov wrote:
> 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.
ACK to the whole series, but I'll push it after libvirt's release.
Since there was no objections, I've pushed it.
>
> 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(-)
>
--
libvir-list mailing list
libvir-list(a)redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
--
Dmitry Guryanov