commit | ff990d5952712c2e163b355946c39278da8407a8 | [log] [tgz] |
---|---|---|
author | Uri Lublin <uril@qumranet.com> | Thu Feb 22 17:37:32 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Sun Mar 04 11:12:43 2007 +0200 |
tree | 73766d7c8435ded99d8a107b4471a8020164d800 | |
parent | 02b27c1f802bfb60cc2cb5b763dde1b6b3479a7e [diff] |
KVM: Remove write access permissions when dirty-page-logging is enabled Enabling dirty page logging is done using KVM_SET_MEMORY_REGION ioctl. If the memory region already exists, we need to remove write accesses, so writes will be caught, and dirty pages will be logged. Signed-off-by: Uri Lublin <uril@qumranet.com> Signed-off-by: Avi Kivity <avi@qumranet.com>