mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
ram: Change num_dirty_pages_period type to uint64_t
Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com>
This commit is contained in:
parent
a66cd90c74
commit
68908ed665
2 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ struct RAMState {
|
|||
/* bytes transferred at start_time */
|
||||
uint64_t bytes_xfer_prev;
|
||||
/* number of dirty pages since start_time */
|
||||
int64_t num_dirty_pages_period;
|
||||
uint64_t num_dirty_pages_period;
|
||||
};
|
||||
typedef struct RAMState RAMState;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue