ram: Create ram_dirty_sync_count()
commit42d219d3b0211c00432c04658dc22da66785f062
authorJuan Quintela <quintela@redhat.com>
Tue, 14 Mar 2017 17:01:38 +0000 (14 18:01 +0100)
committerJuan Quintela <quintela@redhat.com>
Fri, 21 Apr 2017 10:25:37 +0000 (21 12:25 +0200)
treefbc64a702f26f1eaf9e8dca8e048a7673eac26d6
parentec481c6c576fbac6c4b5a7a5874e313882a49a09
ram: Create ram_dirty_sync_count()

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 <quintela@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
include/migration/migration.h
migration/migration.c
migration/ram.c