Re: [PATCH v5 14/21] migration: Create the postcopy preempt channel asynchronously

2022-05-16 Thread Peter Xu
On Mon, May 16, 2022 at 08:32:01PM +0530, manish.mishra wrote: > Reviewed-by: Manish Mishra > > This also looks good to me, sorry if i mis-understood and this is not correct > way to add review tag. This is, and I'll collect it when I repost. :) Thanks, -- Peter Xu

Re: [PATCH v5 14/21] migration: Create the postcopy preempt channel asynchronously

2022-05-16 Thread manish.mishra
On 26/04/22 5:08 am, Peter Xu wrote: This patch allows the postcopy preempt channel to be created asynchronously. The benefit is that when the connection is slow, we won't take the BQL (and potentially block all things like QMP) for a long time without releasing. A function

Re: [PATCH v5 14/21] migration: Create the postcopy preempt channel asynchronously

2022-05-12 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > This patch allows the postcopy preempt channel to be created > asynchronously. The benefit is that when the connection is slow, we won't > take the BQL (and potentially block all things like QMP) for a long time > without releasing. > > A function

[PATCH v5 14/21] migration: Create the postcopy preempt channel asynchronously

2022-04-25 Thread Peter Xu
This patch allows the postcopy preempt channel to be created asynchronously. The benefit is that when the connection is slow, we won't take the BQL (and potentially block all things like QMP) for a long time without releasing. A function postcopy_preempt_wait_channel() is introduced, allowing