KVM: MMU: Split the main body of rmap_write_protect() off from others
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Thu, 1 Mar 2012 10:31:22 +0000 (19:31 +0900)
committerAvi Kivity <avi@redhat.com>
Sun, 8 Apr 2012 09:49:56 +0000 (12:49 +0300)
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>

No differences found