
On Wednesday 23 April 2014 18:34:59 Dmitry Guryanov wrote:
Hello,
I'd like to continue working on the parallels driver. So here is a set of patches, which resolves some problems.
Now Parallels has a definite goal with this driver: we want OpenStack to be working with Parallels Cloud Server (PCS) over libvirt, and we a ready to implement all needed API calls in libvirt's driver and make necessary changes in PCS.
P.S. I appreciate greatly effort needed to support the driver in compilable state and a lot of refactoring made by libvirt team, thanks!
Hello! I've sent these patches during code freeze, now new libvirt is released, so could you, please, check them?
Dmitry Guryanov (4): parallels: fix virDomainDef.features comparison parallels: don't enable VNC when we define a new domain parallels: don't add domain to the list twice parallels: add a set of trivial functions
src/parallels/parallels_driver.c | 57 ++++++++++++++++++++++------------------ 1 file changed, 31 insertions(+), 26 deletions(-)
-- Dmitry Guryanov