提交 6d2fe810 编写于 作者: J Juan Quintela

ram: save_live_setup() we don't need to synchronize the dirty bitmap.

1st: we were synchonizing the dirty bitmap before calling
      memory_global_dirty_log_start().

2nd: We are marking all pages as dirty anywhere, no reason to go
     through all the bitmap to "mark" dirty same pages twice.

So, call removed.
Signed-off-by: NJuan Quintela <quintela@redhat.com>
上级 00d94f3f
......@@ -308,8 +308,6 @@ static int ram_save_setup(QEMUFile *f, void *opaque)
ram_addr_t addr;
RAMBlock *block;
memory_global_sync_dirty_bitmap(get_system_memory());
bytes_transferred = 0;
last_block = NULL;
last_offset = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册