Re: [Qemu-devel] [PATCH 31/51] ram: Create ram_dirty_sync_count()

2017-03-29 Thread Peter Xu
On Thu, Mar 23, 2017 at 09:45:24PM +0100, Juan Quintela wrote: > This is a ram field that was inside MigrationState. Move it to > RAMState and make it the same that the other ram stats. > > Signed-off-by: Juan Quintela Reviewed-by: Peter Xu -- peterx

[Qemu-devel] [PATCH 31/51] ram: Create ram_dirty_sync_count()

2017-03-23 Thread Juan Quintela
This is a ram field that was inside MigrationState. Move it to RAMState and make it the same that the other ram stats. Signed-off-by: Juan Quintela --- include/migration/migration.h | 2 +- migration/migration.c | 3 +-- migration/ram.c | 6 +- 3 files changed, 7 inser