Re: [PATCH v7 02/14] migration: Postcopy preemption preparation on channel creation

2022-06-21 Thread Juan Quintela
Peter Xu wrote: > Create a new socket for postcopy to be prepared to send postcopy requested > pages via this specific channel, so as to not get blocked by precopy pages. > > A new thread is also created on dest qemu to receive data from this new > channel > based on the ram_load_postcopy() routi

[PATCH v7 02/14] migration: Postcopy preemption preparation on channel creation

2022-05-24 Thread Peter Xu
Create a new socket for postcopy to be prepared to send postcopy requested pages via this specific channel, so as to not get blocked by precopy pages. A new thread is also created on dest qemu to receive data from this new channel based on the ram_load_postcopy() routine. The ram_load_postcopy(PO