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)
commita0ed46073c14f66dbf0707aaa7588b78da83d7c6
tree3dd18f222e5700f7e3251dcbdb4bc325b93ae14b
parent248997095d652576f1213028a95ca5fff85d089f
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>
arch/x86/kvm/mmu.c
This page took 0.038517 seconds and 5 git commands to generate.