]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commitab51a434c5816e1ca3f033791c1cc5c6594998ec
treef806c9013d8d28cb585163eac7f6526c09965a30
parentf7e6a45ad9224dfe9f0d76a45c43be7ccafe0b82
KVM: Add missing calls to mark_page_dirty()

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>
drivers/kvm/kvm_main.c