aboutsummaryrefslogtreecommitdiff
path: root/migration/meson.build
diff options
context:
space:
mode:
authorZhenzhong Duan <zhenzhong.duan@intel.com>2022-10-17 15:53:50 +0800
committerJuan Quintela <quintela@redhat.com>2023-02-06 19:22:57 +0100
commitddbe628c97c3a2d211c6d96383cb4063ac3ad0f9 (patch)
tree24b3525ac18877715b0c449304aa29ca14b234c2 /migration/meson.build
parent6720c2b32725e6ac404f22851a0ecd0a71d0cbe2 (diff)
downloadqemu-ddbe628c97c3a2d211c6d96383cb4063ac3ad0f9.zip
qemu-ddbe628c97c3a2d211c6d96383cb4063ac3ad0f9.tar.gz
qemu-ddbe628c97c3a2d211c6d96383cb4063ac3ad0f9.tar.bz2
multifd: Fix a race on reading MultiFDPages_t.block
In multifd_queue_page() MultiFDPages_t.block is checked twice. Between the two checks, MultiFDPages_t.block may be reset to NULL by multifd thread. This lead to the 2nd check always true then a redundant page submitted to multifd thread again. Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'migration/meson.build')
0 files changed, 0 insertions, 0 deletions