commit | ab51a434c5816e1ca3f033791c1cc5c6594998ec | [log] [tgz] |
---|---|---|
author | Uri Lublin <uril@qumranet.com> | Wed Feb 21 18:25:21 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Sun Mar 04 11:12:42 2007 +0200 |
tree | f806c9013d8d28cb585163eac7f6526c09965a30 | |
parent | f7e6a45ad9224dfe9f0d76a45c43be7ccafe0b82 [diff] |
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>