Re: [Qemu-devel] [PATCH v4 21/47] Add wrappers and handlers for sending/receiving the postcopy-ram migration messages.

2014-12-17 Thread Dr. David Alan Gilbert
* David Gibson (da...@gibson.dropbear.id.au) wrote: > On Fri, Oct 03, 2014 at 06:47:27PM +0100, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > Add state variable showing current incoming postcopy state. > > This appears to implement a lot more than just adding a s

Re: [Qemu-devel] [PATCH v4 21/47] Add wrappers and handlers for sending/receiving the postcopy-ram migration messages.

2014-11-03 Thread David Gibson
On Fri, Oct 03, 2014 at 06:47:27PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Add state variable showing current incoming postcopy state. This appears to implement a lot more than just adding a state variable... > Signed-off-by: Dr. David Alan Gilbert > ---

[Qemu-devel] [PATCH v4 21/47] Add wrappers and handlers for sending/receiving the postcopy-ram migration messages.

2014-10-03 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Add state variable showing current incoming postcopy state. Signed-off-by: Dr. David Alan Gilbert --- include/migration/migration.h | 8 + include/sysemu/sysemu.h | 20 +++ savevm.c | 335 ++ 3