commit | a0ed46073c14f66dbf0707aaa7588b78da83d7c6 | [log] [tgz] |
---|---|---|
author | Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> | Thu Mar 01 19:31:22 2012 +0900 |
committer | Avi Kivity <avi@redhat.com> | Sun Apr 08 12:49:56 2012 +0300 |
tree | 3dd18f222e5700f7e3251dcbdb4bc325b93ae14b | |
parent | 248997095d652576f1213028a95ca5fff85d089f [diff] |
KVM: MMU: Split the main body of rmap_write_protect() off from others We will use this in the following patch to implement another function which needs to write protect pages using the rmap information. Note that there is a small change in debug printing for large pages: we do not differentiate them from others to avoid duplicating code. Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> Signed-off-by: Avi Kivity <avi@redhat.com>