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

Michal Privoznik mprivozn at redhat.com
Thu Sep 25 13:56:57 UTC 2014


On 11.09.2014 18:24, Dmitry Guryanov wrote:
> 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
>

ACKed and pushed.

Michal




More information about the libvir-list mailing list