Re: [libvirt] [PATCH v2 06/10] vz: introduce new vzDriver lockable structure and use it

2016-04-12 Thread Maxim Nestratov
12.04.2016 14:11, Nikolay Shirokovskiy пишет: On 07.04.2016 23:09, Maxim Nestratov wrote: This patch introduces a new 'vzDriver' lockable object and provides helper functions to allocate/destroy it and we pass it to prlsdkXxx functions instead of virConnectPtr. Now we store domain related objec

Re: [libvirt] [PATCH v2 06/10] vz: introduce new vzDriver lockable structure and use it

2016-04-12 Thread Nikolay Shirokovskiy
On 07.04.2016 23:09, Maxim Nestratov wrote: > This patch introduces a new 'vzDriver' lockable object and provides > helper functions to allocate/destroy it and we pass it to prlsdkXxx > functions instead of virConnectPtr. > Now we store domain related objects such as domain list, capabitilies > e

[libvirt] [PATCH v2 06/10] vz: introduce new vzDriver lockable structure and use it

2016-04-07 Thread Maxim Nestratov
This patch introduces a new 'vzDriver' lockable object and provides helper functions to allocate/destroy it and we pass it to prlsdkXxx functions instead of virConnectPtr. Now we store domain related objects such as domain list, capabitilies etc. within a single vz_driver vzDriver structure, which