[libvirt] [PATCH v2 00/12] parallels: rewrite driver with parallels SDK

Dmitry Guryanov dguryanov at parallels.com
Tue Oct 28 12:54:09 UTC 2014


This patch series replaces all code, which used prlctl command
to interact with parallels cloud server with calls to
parallels sdk functions.

The model of this driver remain almost the same - in creates a
list of virDomainObj objects on connect and then functions, which
returns different information get info from this list.

Changes in v2:
 * Rebase to latest libvirt sources
 * Use only "parallels" prefix for functions in parallelsDriver,
   so that make check will pass
 * Update privconn->domains in case we change something from current
   connection.

Alexander Burluka (4):
  parallels: get domain info with SDK
  parallels: handle events from parallels server
  parallels: added function virDomainIsActive()
  parallels: Add domainCreateWithFlags() function.

Dmitry Guryanov (8):
  parallels: move IS_CT macro to parallels_utils.h
  parallels: move parallelsDomNotFoundError to parallels_utils.h
  parallels: reimplement functions, which change domain state
  parallels: rewrite parallelsApplyConfig with SDK
  parallels: create VMs and containers with sdk
  parallels: refactor parallelsDomainDefineXML
  parallels: add cdroms support
  parallels: implement domainUndefine and domainUndefineFlags

 src/parallels/parallels_driver.c | 2456 ++++++++------------------------------
 src/parallels/parallels_sdk.c    | 2451 +++++++++++++++++++++++++++++++++++++
 src/parallels/parallels_sdk.h    |   25 +
 src/parallels/parallels_utils.h  |   11 +
 4 files changed, 2957 insertions(+), 1986 deletions(-)

-- 
1.9.3




More information about the libvir-list mailing list