KVM: Add missing calls to mark_page_dirty()
authorUri Lublin <uril@qumranet.com>
Wed, 21 Feb 2007 16:25:21 +0000 (18:25 +0200)
committerAvi Kivity <avi@qumranet.com>
Sun, 4 Mar 2007 09:12:42 +0000 (11:12 +0200)
A few places where we modify guest memory fail to call mark_page_dirty(),
causing live migration to fail.  This adds the missing calls.

Signed-off-by: Uri Lublin <uril@qumranet.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found