Re: [libvirt] [RFC v1 4/6] migration: Migration support for ephemeral hostdevs

2015-05-14 Thread Kamezawa Hiroyuki
On 2015/05/14 17:38, Daniel P. Berrange wrote: On Thu, May 14, 2015 at 10:02:39AM +0800, Chen Fan wrote: On 05/13/2015 10:30 PM, Laine Stump wrote: On 05/13/2015 05:57 AM, Daniel P. Berrange wrote: On Wed, May 13, 2015 at 11:36:30AM +0800, Chen Fan wrote: add migration support for ephemeral

Re: [libvirt] [RFC v1 4/6] migration: Migration support for ephemeral hostdevs

2015-05-14 Thread Laine Stump
On 05/13/2015 10:02 PM, Chen Fan wrote: > > On 05/13/2015 10:30 PM, Laine Stump wrote: >> On 05/13/2015 05:57 AM, Daniel P. Berrange wrote: >>> On Wed, May 13, 2015 at 11:36:30AM +0800, Chen Fan wrote: add migration support for ephemeral host devices, introduce two 'detach' and 'restore'

Re: [libvirt] [RFC v1 4/6] migration: Migration support for ephemeral hostdevs

2015-05-14 Thread Daniel P. Berrange
On Wed, May 13, 2015 at 10:30:32AM -0400, Laine Stump wrote: > On 05/13/2015 05:57 AM, Daniel P. Berrange wrote: > > On Wed, May 13, 2015 at 11:36:30AM +0800, Chen Fan wrote: > >> add migration support for ephemeral host devices, introduce > >> two 'detach' and 'restore' functions to unplug/plug ho

Re: [libvirt] [RFC v1 4/6] migration: Migration support for ephemeral hostdevs

2015-05-14 Thread Daniel P. Berrange
On Thu, May 14, 2015 at 10:02:39AM +0800, Chen Fan wrote: > > On 05/13/2015 10:30 PM, Laine Stump wrote: > >On 05/13/2015 05:57 AM, Daniel P. Berrange wrote: > >>On Wed, May 13, 2015 at 11:36:30AM +0800, Chen Fan wrote: > >>>add migration support for ephemeral host devices, introduce > >>>two 'det

Re: [libvirt] [RFC v1 4/6] migration: Migration support for ephemeral hostdevs

2015-05-13 Thread Chen Fan
On 05/13/2015 04:36 PM, Peter Krempa wrote: On Wed, May 13, 2015 at 11:36:30 +0800, Chen Fan wrote: add migration support for ephemeral host devices, introduce two 'detach' and 'restore' functions to unplug/plug host devices during migration. Signed-off-by: Chen Fan --- src/qemu/qemu_migrat

Re: [libvirt] [RFC v1 4/6] migration: Migration support for ephemeral hostdevs

2015-05-13 Thread Chen Fan
On 05/13/2015 10:30 PM, Laine Stump wrote: On 05/13/2015 05:57 AM, Daniel P. Berrange wrote: On Wed, May 13, 2015 at 11:36:30AM +0800, Chen Fan wrote: add migration support for ephemeral host devices, introduce two 'detach' and 'restore' functions to unplug/plug host devices during migration.

Re: [libvirt] [RFC v1 4/6] migration: Migration support for ephemeral hostdevs

2015-05-13 Thread Laine Stump
On 05/13/2015 05:57 AM, Daniel P. Berrange wrote: > On Wed, May 13, 2015 at 11:36:30AM +0800, Chen Fan wrote: >> add migration support for ephemeral host devices, introduce >> two 'detach' and 'restore' functions to unplug/plug host devices >> during migration. >> >> Signed-off-by: Chen Fan >> ---

Re: [libvirt] [RFC v1 4/6] migration: Migration support for ephemeral hostdevs

2015-05-13 Thread Laine Stump
On 05/13/2015 04:36 AM, Peter Krempa wrote: > On Wed, May 13, 2015 at 11:36:30 +0800, Chen Fan wrote: >> add migration support for ephemeral host devices, introduce >> two 'detach' and 'restore' functions to unplug/plug host devices >> during migration. >> >> Signed-off-by: Chen Fan >> --- >> src

Re: [libvirt] [RFC v1 4/6] migration: Migration support for ephemeral hostdevs

2015-05-13 Thread Daniel P. Berrange
On Wed, May 13, 2015 at 11:36:30AM +0800, Chen Fan wrote: > add migration support for ephemeral host devices, introduce > two 'detach' and 'restore' functions to unplug/plug host devices > during migration. > > Signed-off-by: Chen Fan > --- > src/qemu/qemu_migration.c | 171 > ++

Re: [libvirt] [RFC v1 4/6] migration: Migration support for ephemeral hostdevs

2015-05-13 Thread Daniel P. Berrange
On Wed, May 13, 2015 at 10:36:34AM +0200, Peter Krempa wrote: > On Wed, May 13, 2015 at 11:36:30 +0800, Chen Fan wrote: > > add migration support for ephemeral host devices, introduce > > two 'detach' and 'restore' functions to unplug/plug host devices > > during migration. > > > > Signed-off-by:

Re: [libvirt] [RFC v1 4/6] migration: Migration support for ephemeral hostdevs

2015-05-13 Thread Peter Krempa
On Wed, May 13, 2015 at 11:36:30 +0800, Chen Fan wrote: > add migration support for ephemeral host devices, introduce > two 'detach' and 'restore' functions to unplug/plug host devices > during migration. > > Signed-off-by: Chen Fan > --- > src/qemu/qemu_migration.c | 171 >

[libvirt] [RFC v1 4/6] migration: Migration support for ephemeral hostdevs

2015-05-12 Thread Chen Fan
add migration support for ephemeral host devices, introduce two 'detach' and 'restore' functions to unplug/plug host devices during migration. Signed-off-by: Chen Fan --- src/qemu/qemu_migration.c | 171 -- src/qemu/qemu_migration.h | 9 +++ src/qemu