]> xenbits.xen.org Git - xenclient/ioemu.git/commit
stop dirty tracking just at the end of migration (Glauber Costa)
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 5 Apr 2009 19:33:41 +0000 (19:33 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 5 Apr 2009 19:33:41 +0000 (19:33 +0000)
commit80acab6c50a591e1c0aaa43d14f4c3ae4f9f23b2
tree58f5b1a566b058fc2f04815066b9cc9dbb144cfb
parentda0ac2bc13bda3a4b202d049c086648f8680fc2d
stop dirty tracking just at the end of migration (Glauber Costa)

If there is still work to do, it is not safe to assume we
can end the dirty tracking. Specifically, kvm can update the dirty
tracking log inside ram_save_block(), leaving pages still out of sync
if we go with the current code.

Based on a patch by Yaniv Kamay

Signed-off-by: Glauber Costa <glommer@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/branches/stable_0_10@7002 c046a42c-6fe2-441c-8c8c-71466251a162
vl.c