kvm: Mark full address range dirty on live migration start
authorJan Kiszka <jan.kiszka@web.de>
Fri, 22 May 2009 21:51:45 +0000 (23:51 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 28 May 2009 07:14:56 +0000 (02:14 -0500)
commit7736b23e8465459236ccaf39d3c162f713d921ce
treebeb931ec87aa18ede7c35f379ad02244a05fdcc4
parent17380ee5a755ba115739a4932e0f18f16284d5e4
kvm: Mark full address range dirty on live migration start

As Avi correctly noted, last_ram_offset does not mark the last physical
RAM address the guest may see (due to non-continuous memory regions).
Ensure that we catch them all by marking the full possible address range
dirty.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
targphys.h
vl.c