Re: [Xen-devel] [PATCH OSSTEST v2 12/18] Toolstack: Refactor migration support.

2015-01-22 Thread Ian Campbell
On Thu, 2015-01-22 at 15:19 +, Ian Campbell wrote: > On Thu, 2015-01-22 at 15:17 +, Ian Jackson wrote: > > Ian Campbell writes ("Re: [PATCH OSSTEST v2 12/18] Toolstack: Refactor > > migration support."): > > > On Tue, 2015-01-20 at 18:38 +, Ian Jackson wrote: > > > > Again, I think you

Re: [Xen-devel] [PATCH OSSTEST v2 12/18] Toolstack: Refactor migration support.

2015-01-22 Thread Ian Jackson
Ian Campbell writes ("Re: [PATCH OSSTEST v2 12/18] Toolstack: Refactor migration support."): > On Thu, 2015-01-22 at 15:17 +, Ian Jackson wrote: > > Magic in a different way would be: > > > > ->migrate($ts, $gho, { %$dho, Name => 'localhost' }, $timeout) > > In the caller? There is no $dho

Re: [Xen-devel] [PATCH OSSTEST v2 12/18] Toolstack: Refactor migration support.

2015-01-22 Thread Ian Campbell
On Thu, 2015-01-22 at 15:17 +, Ian Jackson wrote: > Ian Campbell writes ("Re: [PATCH OSSTEST v2 12/18] Toolstack: Refactor > migration support."): > > On Tue, 2015-01-20 at 18:38 +, Ian Jackson wrote: > > > Again, I think you should pass the $dho rather than the name. In > > > general it'

Re: [Xen-devel] [PATCH OSSTEST v2 12/18] Toolstack: Refactor migration support.

2015-01-22 Thread Ian Jackson
Ian Campbell writes ("Re: [PATCH OSSTEST v2 12/18] Toolstack: Refactor migration support."): > On Tue, 2015-01-20 at 18:38 +, Ian Jackson wrote: > > Again, I think you should pass the $dho rather than the name. In > > general it's better to pass the hash object to these kind of methods. > >

Re: [Xen-devel] [PATCH OSSTEST v2 12/18] Toolstack: Refactor migration support.

2015-01-22 Thread Ian Campbell
On Tue, 2015-01-20 at 18:38 +, Ian Jackson wrote: > Ian Campbell writes ("[PATCH OSSTEST v2 12/18] Toolstack: Refactor migration > support."): > > Note that since the previous patch arranges for > > ts-migration-support-check to continue to fail for libvirt the libvirt > > code is not actually

Re: [Xen-devel] [PATCH OSSTEST v2 12/18] Toolstack: Refactor migration support.

2015-01-20 Thread Ian Jackson
Ian Campbell writes ("[PATCH OSSTEST v2 12/18] Toolstack: Refactor migration support."): > Note that since the previous patch arranges for > ts-migration-support-check to continue to fail for libvirt the libvirt > code is not actually called yet (and will die if it is). This patch is > mainly incl

[Xen-devel] [PATCH OSSTEST v2 12/18] Toolstack: Refactor migration support.

2014-12-02 Thread Ian Campbell
Note that since the previous patch arranges for ts-migration-support-check to continue to fail for libvirt the libvirt code is not actually called yet (and will die if it is). This patch is mainly included to reduce the number of users of toolstack()->{Command} closer to zero. Signed-off-by: Ian C