Re: [Qemu-devel] [PATCH 4/5] migration: fix qemu carsh when RDMA live migration

2018-04-12 Thread Dr. David Alan Gilbert
* 858585 jemmy (jemmy858...@gmail.com) wrote: > On Thu, Apr 12, 2018 at 12:43 AM, Dr. David Alan Gilbert > wrote: > > * Lidong Chen (jemmy858...@gmail.com) wrote: > >> After postcopy, the destination qemu work in the dedicated > >> thread, so only invoke

Re: [Qemu-devel] [PATCH 4/5] migration: fix qemu carsh when RDMA live migration

2018-04-12 Thread 858585 jemmy
On Thu, Apr 12, 2018 at 12:43 AM, Dr. David Alan Gilbert wrote: > * Lidong Chen (jemmy858...@gmail.com) wrote: >> After postcopy, the destination qemu work in the dedicated >> thread, so only invoke yield_until_fd_readable before postcopy >> migration. > > The subject line

Re: [Qemu-devel] [PATCH 4/5] migration: fix qemu carsh when RDMA live migration

2018-04-11 Thread Dr. David Alan Gilbert
* Lidong Chen (jemmy858...@gmail.com) wrote: > After postcopy, the destination qemu work in the dedicated > thread, so only invoke yield_until_fd_readable before postcopy > migration. The subject line needs to be more discriptive: migration: Stop rdma yielding during incoming postcopy I

[Qemu-devel] [PATCH 4/5] migration: fix qemu carsh when RDMA live migration

2018-04-07 Thread Lidong Chen
After postcopy, the destination qemu work in the dedicated thread, so only invoke yield_until_fd_readable before postcopy migration. Signed-off-by: Lidong Chen --- migration/rdma.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/migration/rdma.c