]> git.proxmox.com Git - mirror_qemu.git/commit - migration/rdma.c
migration: disable RDMA WRITE after postcopy started
authorLidong Chen <jemmy858585@gmail.com>
Mon, 6 Aug 2018 13:29:27 +0000 (21:29 +0800)
committerJuan Quintela <quintela@redhat.com>
Wed, 22 Aug 2018 10:12:07 +0000 (12:12 +0200)
commitccb7e1b5a6f4a6fac98be38f16d96fc48db69103
tree4e4a884eae4b74b8c366d0319779cf1c931a147d
parent4cbc9c7ffd95d2702cf7ffb3bfdf3f1f0ffdca07
migration: disable RDMA WRITE after postcopy started

RDMA WRITE operations are performed with no notification to the destination
qemu, then the destination qemu can not wakeup. This patch disable RDMA WRITE
after postcopy started.

Signed-off-by: Lidong Chen <lidongchen@tencent.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/qemu-file.c
migration/rdma.c