From: Takuya Yoshikawa Date: Thu, 1 Mar 2012 10:31:22 +0000 (+0900) Subject: KVM: MMU: Split the main body of rmap_write_protect() off from others X-Git-Tag: v3.5-rc1~88^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0ed46073c14f66dbf0707aaa7588b78da83d7c6;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed