Re: [libvirt] [PATCH v2 1/8] Added public API to enable post-copy migration

2014-11-05 Thread Andrea Arcangeli
Hi everyone, On Thu, Nov 06, 2014 at 09:18:04AM +0200, Cristian Klein wrote: I > talked to the qemu post-copy guys (Andrea and Dave in CC). Starting > post-copy immediately is a bad performance choice: The VM will start > on the destination hypervisor before the read-only or kernel memory > is the

Re: [libvirt] [PATCH v2 1/8] Added public API to enable post-copy migration

2014-11-05 Thread Cristian Klein
On 01 Oct 2014, at 12:07 , Jiri Denemark wrote: > On Wed, Oct 01, 2014 at 10:45:33 +0200, Cristian KLEIN wrote: >> On 2014-09-30 17:16, Daniel P. Berrange wrote: >>> On Tue, Sep 30, 2014 at 05:11:03PM +0200, Jiri Denemark wrote: On Tue, Sep 30, 2014 at 16:39:22 +0200, Cristian Klein wrote: >

Re: [libvirt] [PATCH v2 1/8] Added public API to enable post-copy migration

2014-10-01 Thread Jiri Denemark
On Wed, Oct 01, 2014 at 10:45:33 +0200, Cristian KLEIN wrote: > On 2014-09-30 17:16, Daniel P. Berrange wrote: > > On Tue, Sep 30, 2014 at 05:11:03PM +0200, Jiri Denemark wrote: > >> On Tue, Sep 30, 2014 at 16:39:22 +0200, Cristian Klein wrote: > >>> Signed-off-by: Cristian Klein > >>> --- > >>>

Re: [libvirt] [PATCH v2 1/8] Added public API to enable post-copy migration

2014-10-01 Thread Daniel P. Berrange
On Wed, Oct 01, 2014 at 10:45:33AM +0200, Cristian KLEIN wrote: > On 2014-09-30 17:16, Daniel P. Berrange wrote: > >On Tue, Sep 30, 2014 at 05:11:03PM +0200, Jiri Denemark wrote: > >>On Tue, Sep 30, 2014 at 16:39:22 +0200, Cristian Klein wrote: > >>>Signed-off-by: Cristian Klein > >>>--- > >>> in

Re: [libvirt] [PATCH v2 1/8] Added public API to enable post-copy migration

2014-10-01 Thread Cristian KLEIN
On 2014-09-30 17:16, Daniel P. Berrange wrote: On Tue, Sep 30, 2014 at 05:11:03PM +0200, Jiri Denemark wrote: On Tue, Sep 30, 2014 at 16:39:22 +0200, Cristian Klein wrote: Signed-off-by: Cristian Klein --- include/libvirt/libvirt.h.in | 1 + src/libvirt.c| 7 +++ 2 file

Re: [libvirt] [PATCH v2 1/8] Added public API to enable post-copy migration

2014-09-30 Thread Daniel P. Berrange
On Tue, Sep 30, 2014 at 05:11:03PM +0200, Jiri Denemark wrote: > On Tue, Sep 30, 2014 at 16:39:22 +0200, Cristian Klein wrote: > > Signed-off-by: Cristian Klein > > --- > > include/libvirt/libvirt.h.in | 1 + > > src/libvirt.c| 7 +++ > > 2 files changed, 8 insertions(+) > >

Re: [libvirt] [PATCH v2 1/8] Added public API to enable post-copy migration

2014-09-30 Thread Jiri Denemark
On Tue, Sep 30, 2014 at 16:39:22 +0200, Cristian Klein wrote: > Signed-off-by: Cristian Klein > --- > include/libvirt/libvirt.h.in | 1 + > src/libvirt.c| 7 +++ > 2 files changed, 8 insertions(+) > > diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in >

[libvirt] [PATCH v2 1/8] Added public API to enable post-copy migration

2014-09-30 Thread Cristian Klein
Signed-off-by: Cristian Klein --- include/libvirt/libvirt.h.in | 1 + src/libvirt.c| 7 +++ 2 files changed, 8 insertions(+) diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in index 5217ab3..82f3aeb 100644 --- a/include/libvirt/libvirt.h.in +++ b/include