]> git.proxmox.com Git - qemu.git/commit
migration: add an indicator for bulk state of ram migration
authorPeter Lieven <pl@kamp.de>
Tue, 26 Mar 2013 09:58:36 +0000 (10:58 +0100)
committerJuan Quintela <quintela@redhat.com>
Tue, 26 Mar 2013 12:32:32 +0000 (13:32 +0100)
commit78d07ae7ac74bcc7f79aeefbaff17fb142f44b4d
tree4454dfc84b8b761144a4fc69179b65871d04c907
parent3edcd7e6ebae3ef0ac178eed5f4225803159562d
migration: add an indicator for bulk state of ram migration

the first round of ram transfer is special since all pages
are dirty and thus all memory pages are transferred to
the target. this patch adds a boolean variable to track
this stage.

Signed-off-by: Peter Lieven <pl@kamp.de>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
arch_init.c