Re: [Qemu-devel] [PATCH v6 05/47] Create MigrationIncomingState

2015-05-17 Thread Amit Shah
On (Tue) 14 Apr 2015 [18:03:31], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > There are currently lots of pieces of incoming migration state scattered > around, next few patches don't move state into this new struct -- not sure if you're doing that here, but would be

[Qemu-devel] [PATCH v6 05/47] Create MigrationIncomingState

2015-04-14 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" There are currently lots of pieces of incoming migration state scattered around, and postcopy is adding more, and it seems better to try and keep it together. allocate MIS in process_incoming_migration_co Signed-off-by: Dr. David Alan Gilbert --- include/migrati