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)
commit9fa06385f634764203b98c83cc8fd6fbf15331f2
treebeb931ec87aa18ede7c35f379ad02244a05fdcc4
parentde65fe0f9b25bb2257b0188e06f472991c87ce47
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