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

2014-10-22 Thread Daniel P. Berrange
On Wed, Oct 22, 2014 at 01:31:41PM +0400, Dmitry Guryanov wrote: > On Tuesday 14 October 2014 18:23:31 you wrote: > > 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

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

2014-10-22 Thread Dmitry Guryanov
On Tuesday 14 October 2014 18:23:31 you wrote: > 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 > _

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

2014-10-14 Thread Dmitry Guryanov
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 b