Re: [libvirt] [PATCH v2 09/12] migration: merge all proto branches into single function

2015-09-18 Thread Nikolay Shirokovskiy
On 17.09.2015 17:32, John Ferlan wrote: > > > On 09/10/2015 09:20 AM, Nikolay Shirokovskiy wrote: >> Finally on this step we get what we were aimed for - toURI{1, 2} (and >> migration{*} APIs too) now can work thru V3_PARAMS protocol. Execution path >> goes thru unchanged

Re: [libvirt] [PATCH v2 09/12] migration: merge all proto branches into single function

2015-09-17 Thread Daniel P. Berrange
On Thu, Sep 10, 2015 at 04:20:21PM +0300, Nikolay Shirokovskiy wrote: > Finally on this step we get what we were aimed for - toURI{1, 2} (and > migration{*} APIs too) now can work thru V3_PARAMS protocol. Execution path > goes thru unchanged virDomainMigrateUnmanaged adapter function which is

Re: [libvirt] [PATCH v2 09/12] migration: merge all proto branches into single function

2015-09-17 Thread John Ferlan
On 09/10/2015 09:20 AM, Nikolay Shirokovskiy wrote: > Finally on this step we get what we were aimed for - toURI{1, 2} (and > migration{*} APIs too) now can work thru V3_PARAMS protocol. Execution path > goes thru unchanged virDomainMigrateUnmanaged adapter function which is called > by all

[libvirt] [PATCH v2 09/12] migration: merge all proto branches into single function

2015-09-10 Thread Nikolay Shirokovskiy
Finally on this step we get what we were aimed for - toURI{1, 2} (and migration{*} APIs too) now can work thru V3_PARAMS protocol. Execution path goes thru unchanged virDomainMigrateUnmanaged adapter function which is called by all target places. Note that we keep the fact that direct migration