| commit | e44359c35efbcd5ba9abf94bdd544a744046925a | [log] [tgz] |
|---|---|---|
| author | Alex Williamson <alex.williamson@redhat.com> | Fri Jun 25 11:09:57 2010 -0600 |
| committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Jul 06 10:36:28 2010 -0500 |
| tree | 2ced5fab15186224d67de59a7192c677981f6db4 | |
| parent | 97ab12d46622d239b439e77d3c193cd775a37984 [diff] |
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>