Re: [Qemu-devel] [PATCH V2 3/5] Introduce premigrate RunState.

2012-01-05 Thread Anthony PERARD
On Tue, Jan 3, 2012 at 19:05, Luiz Capitulino wrote: > On Mon, 19 Dec 2011 17:27:55 + > Anthony PERARD wrote: > >> On Thu, 15 Dec 2011, Luiz Capitulino wrote: >> >> > On Thu, 15 Dec 2011 09:14:00 -0600 >> > Anthony Liguori wrote: >> > >> > > On 12/09/2011 03:54 PM, Anthony PERARD wrote: >> >

Re: [Qemu-devel] [PATCH V2 3/5] Introduce premigrate RunState.

2012-01-03 Thread Luiz Capitulino
On Mon, 19 Dec 2011 17:27:55 + Anthony PERARD wrote: > On Thu, 15 Dec 2011, Luiz Capitulino wrote: > > > On Thu, 15 Dec 2011 09:14:00 -0600 > > Anthony Liguori wrote: > > > > > On 12/09/2011 03:54 PM, Anthony PERARD wrote: > > > > This new state will be used by Xen functions to know QEMU wi

Re: [Qemu-devel] [PATCH V2 3/5] Introduce premigrate RunState.

2011-12-19 Thread Anthony PERARD
On Thu, 15 Dec 2011, Luiz Capitulino wrote: > On Thu, 15 Dec 2011 09:14:00 -0600 > Anthony Liguori wrote: > > > On 12/09/2011 03:54 PM, Anthony PERARD wrote: > > > This new state will be used by Xen functions to know QEMU will wait for a > > > migration. This is important to know for memory relat

Re: [Qemu-devel] [PATCH V2 3/5] Introduce premigrate RunState.

2011-12-15 Thread Luiz Capitulino
On Thu, 15 Dec 2011 09:14:00 -0600 Anthony Liguori wrote: > On 12/09/2011 03:54 PM, Anthony PERARD wrote: > > This new state will be used by Xen functions to know QEMU will wait for a > > migration. This is important to know for memory related function because the > > memory is already allocated

Re: [Qemu-devel] [PATCH V2 3/5] Introduce premigrate RunState.

2011-12-15 Thread Anthony Liguori
On 12/09/2011 03:54 PM, Anthony PERARD wrote: This new state will be used by Xen functions to know QEMU will wait for a migration. This is important to know for memory related function because the memory is already allocated and reallocated them will not works. Signed-off-by: Anthony PERARD Lu

[Qemu-devel] [PATCH V2 3/5] Introduce premigrate RunState.

2011-12-09 Thread Anthony PERARD
This new state will be used by Xen functions to know QEMU will wait for a migration. This is important to know for memory related function because the memory is already allocated and reallocated them will not works. Signed-off-by: Anthony PERARD --- qapi-schema.json |2 +- vl.c |