mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00:00
migration: Make postcopy_requests atomic
Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com>
This commit is contained in:
@@ -49,7 +49,7 @@ typedef struct {
|
||||
Stat64 multifd_bytes;
|
||||
Stat64 normal;
|
||||
Stat64 postcopy_bytes;
|
||||
int64_t postcopy_requests;
|
||||
Stat64 postcopy_requests;
|
||||
Stat64 precopy_bytes;
|
||||
int64_t remaining;
|
||||
Stat64 transferred;
|
||||
|
||||
Reference in New Issue
Block a user