Re: [Qemu-devel] [PATCH v7 16/42] Rework loadvm path for subloops

2015-07-15 Thread Amit Shah
On (Tue) 16 Jun 2015 [11:26:29], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Postcopy needs to have two migration streams loading concurrently; > one from memory (with the device state) and the other from the fd > with the memory transactions. > > Split the core of q

Re: [Qemu-devel] [PATCH v7 16/42] Rework loadvm path for subloops

2015-07-13 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Postcopy needs to have two migration streams loading concurrently; > one from memory (with the device state) and the other from the fd > with the memory transactions. > > Split the core of qemu_loadvm_state out so we can u