diff options
author | Juan Quintela | 2018-02-28 09:10:07 +0100 |
---|---|---|
committer | Juan Quintela | 2018-06-27 13:28:11 +0200 |
commit | 6df264ac5a7f532adf718b55d5ef713247d857b1 (patch) | |
tree | d84f44428b8ae4d915ca7236113da12714337d11 /exec.c | |
parent | migration: Add block where to send/receive packets (diff) | |
download | qemu-6df264ac5a7f532adf718b55d5ef713247d857b1.tar.gz qemu-6df264ac5a7f532adf718b55d5ef713247d857b1.tar.xz qemu-6df264ac5a7f532adf718b55d5ef713247d857b1.zip |
migration: Synchronize multifd threads with main thread
We synchronize all threads each RAM_SAVE_FLAG_EOS. Bitmap
synchronizations don't happen inside a ram section, so we are safe
about two channels trying to overwrite the same memory.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
--
seq needs to be atomic now, will also be accessed from main thread.
Fix the if (true || ...) leftover
We are back to non-atomics
Diffstat (limited to 'exec.c')
0 files changed, 0 insertions, 0 deletions