]> git.proxmox.com Git - mirror_qemu.git/commit
ram: save_live_setup() we don't need to synchronize the dirty bitmap.
authorJuan Quintela <quintela@redhat.com>
Thu, 28 Jun 2012 17:58:47 +0000 (19:58 +0200)
committerJuan Quintela <quintela@redhat.com>
Fri, 20 Jul 2012 06:19:27 +0000 (08:19 +0200)
commit6d2fe810ed995dc79090c2ba179f4f0c694243b1
treeaf9cd96cb1fdedd5d050deb89769c95de2052fbb
parent00d94f3f7648bc3d7126bc6b84d42e22194d9230
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: Juan Quintela <quintela@redhat.com>
arch_init.c