mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
multifd: Rename pages_used to normal_pages
Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
This commit is contained in:
parent
faf60935df
commit
8c0ec0b2b0
2 changed files with 4 additions and 3 deletions
|
@ -44,7 +44,8 @@ typedef struct {
|
|||
uint32_t flags;
|
||||
/* maximum number of allocated pages */
|
||||
uint32_t pages_alloc;
|
||||
uint32_t pages_used;
|
||||
/* non zero pages */
|
||||
uint32_t normal_pages;
|
||||
/* size of the next packet that contains pages */
|
||||
uint32_t next_packet_size;
|
||||
uint64_t packet_num;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue