diff options
author | Wei Yang <richardw.yang@linux.intel.com> | 2019-06-04 10:35:40 +0800 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2019-07-15 15:39:02 +0200 |
commit | 77568ea7f845cefc5623f7d7fb75137b5e30b956 (patch) | |
tree | b8f2f833d3a28a4c8da9ddcae801ccc23b1a03a1 /python/qemu/machine.py | |
parent | 7c960d617ad4fee940c5bb4df96e91ae31f55d18 (diff) | |
download | qemu-77568ea7f845cefc5623f7d7fb75137b5e30b956.zip qemu-77568ea7f845cefc5623f7d7fb75137b5e30b956.tar.gz qemu-77568ea7f845cefc5623f7d7fb75137b5e30b956.tar.bz2 |
migration/multifd: sync packet_num after all thread are done
Notification from recv thread is not ordered, which means we may be
notified by one MultiFDRecvParams but adjust packet_num for another.
Move the adjustment after we are sure each recv thread are sync-ed.
Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Message-Id: <20190604023540.26532-1-richardw.yang@linux.intel.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'python/qemu/machine.py')
0 files changed, 0 insertions, 0 deletions