[libvirt] [PATCH v4 0/2] parallels: use parallels SDK instead of prlctl tool

Dmitry Guryanov dguryanov at parallels.com
Thu Sep 11 16:24:01 UTC 2014


This patchset begins reworking of parallels driver. We have
published Opensource version of parallels SDK (under LGPL license),
so libvirt can link with it.

Changes in v4:
	* Remove reference counting for PrlApi_InitEx and PrlApi_Deinit
	* remove Parallels SDK prefix in log messages
	* rename 'out' labels to 'cleanup'

Dmitry Guryanov (2):
  parallels: build with parallels SDK
  parallels: login to parallels SDK

 configure.ac                     |  24 ++--
 po/POTFILES.in                   |   1 +
 src/Makefile.am                  |   8 +-
 src/parallels/parallels_driver.c |  16 ++-
 src/parallels/parallels_sdk.c    | 241 +++++++++++++++++++++++++++++++++++++++
 src/parallels/parallels_sdk.h    |  30 +++++
 src/parallels/parallels_utils.h  |   4 +
 7 files changed, 310 insertions(+), 14 deletions(-)
 create mode 100644 src/parallels/parallels_sdk.c
 create mode 100644 src/parallels/parallels_sdk.h

-- 
1.9.3




More information about the libvir-list mailing list