mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
migration: Make dirty_pages_rate atomic
Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Peter Xu <peterx@redhat.com> --- Don't use __nocheck() variants Use stat64_get()
This commit is contained in:
parent
7757b55eed
commit
72f8e58707
3 changed files with 8 additions and 5 deletions
|
@ -41,7 +41,7 @@
|
|||
* one thread).
|
||||
*/
|
||||
typedef struct {
|
||||
int64_t dirty_pages_rate;
|
||||
Stat64 dirty_pages_rate;
|
||||
Stat64 dirty_sync_count;
|
||||
Stat64 dirty_sync_missed_zero_copy;
|
||||
Stat64 downtime_bytes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue