savevm: Use RAM blocks for basis of migration
commite44359c35efbcd5ba9abf94bdd544a744046925a
authorAlex Williamson <alex.williamson@redhat.com>
Fri, 25 Jun 2010 17:09:57 +0000 (25 11:09 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 6 Jul 2010 15:36:28 +0000 (6 10:36 -0500)
tree2ced5fab15186224d67de59a7192c677981f6db4
parent97ab12d46622d239b439e77d3c193cd775a37984
savevm: Use RAM blocks for basis of migration

We don't want to assume a contiguous address space, so migrate based
on RAM blocks instead of a fixed linear address map.  This will allow
us to have holes in the ram_addr_t namespace, so we can implement
qemu_ram_free().

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
arch_init.c