Skip to content

Commit

Permalink
fix migration sync
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Quintela <quintela@redhat.com>

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
Juan Quintela committed Oct 17, 2012
1 parent 05e72dc commit 79536f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch_init.c
Expand Up @@ -517,6 +517,7 @@ static int ram_save_setup(QEMUFile *f, void *opaque)
}

memory_global_dirty_log_start();
memory_global_sync_dirty_bitmap(get_system_memory());

qemu_put_be64(f, ram_bytes_total() | RAM_SAVE_FLAG_MEM_SIZE);

Expand Down

0 comments on commit 79536f4

Please sign in to comment.