[libvirt] [PATCH v2 1/2] parallels: build with parallels SDK

Daniel P. Berrange berrange at redhat.com
Thu Sep 11 11:03:21 UTC 2014


On Sat, Sep 06, 2014 at 08:28:09PM +0400, Dmitry Guryanov wrote:
> Executing prlctl command is not an optimal way to interact with
> Parallels Cloud Server (PCS), it's better to use parallels SDK,
> which is a remote API to paralles dispatcher service.
> 
> We prepared opensource version of this SDK and published it on
> github, it's distributed under LGPL license. Here is a git repo:
> https://github.com/Parallels/parallels-sdk.
> 
> To build with parallels SDK user should get compiler and linker
> options from pkg-config 'parallels-sdk' file. So fix checks in
> configure script and build with parallels SDK, if that pkg-config
> file exists and add gcc options to makefile.
> 
> Signed-off-by: Dmitry Guryanov <dguryanov at parallels.com>
> ---
> 
> changes in v2:
> 	* run pkgconfig check only if --with-parallels set to yes or
> 	  check
> 
>  configure.ac    | 24 +++++++++++++-----------
>  src/Makefile.am |  4 +++-
>  2 files changed, 16 insertions(+), 12 deletions(-)

ACK

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list