[libvirt] [PATCH 0/5] parallels: continue rewriting code to use sdk

Dmitry Guryanov dguryanov at parallels.com
Tue Oct 14 14:23:31 UTC 2014


This patch series replaces a series of functions, which
retieve different domains info and modifies domains state
with new ones, which use parallels sdk instead of executing
prlctl command.

These functions don't use cached domains list
_parallelsConn.domains, so when we rewrite all code, we
will be able to remove it.


Alexander Burluka (1):
  parallels: obtain domain info with SDK

Dmitry Guryanov (4):
  parallels: list domains with parallels SDK
  parallels: implement lookup functions with SDK
  parallels: move IS_CT macro to parallels_utils.h
  parallels: change domains state with SDK

 src/parallels/parallels_driver.c |  178 +-----
 src/parallels/parallels_sdk.c    | 1189 ++++++++++++++++++++++++++++++++++++++
 src/parallels/parallels_sdk.h    |   14 +
 src/parallels/parallels_utils.h  |    3 +
 4 files changed, 1230 insertions(+), 154 deletions(-)

-- 
1.9.3




More information about the libvir-list mailing list