Re: [PATCH 17/20] migration: Postcopy preemption preparation on channel creation

2022-02-22 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > On Mon, Feb 21, 2022 at 06:39:36PM +, Dr. David Alan Gilbert wrote: > > * Peter Xu (pet...@redhat.com) 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

Re: [PATCH 17/20] migration: Postcopy preemption preparation on channel creation

2022-02-22 Thread Peter Xu
On Mon, Feb 21, 2022 at 06:39:36PM +, Dr. David Alan Gilbert wrote: > * Peter Xu (pet...@redhat.com) 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

Re: [PATCH 17/20] migration: Postcopy preemption preparation on channel creation

2022-02-21 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) 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

[PATCH 17/20] migration: Postcopy preemption preparation on channel creation

2022-02-16 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