diff options
author | Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> | 2012-06-20 09:59:18 +0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-07-11 15:51:20 +0200 |
commit | c7ba5b48cc8ddc015a9e0463813ca1e60bc42c59 (patch) | |
tree | bb89a83af218d10f7d6f8ca4bae5c19fbfba7609 /mm/sparse.c | |
parent | KVM: MMU: introduce SPTE_MMU_WRITEABLE bit (diff) | |
download | linux-c7ba5b48cc8ddc015a9e0463813ca1e60bc42c59.tar.xz linux-c7ba5b48cc8ddc015a9e0463813ca1e60bc42c59.zip |
KVM: MMU: fast path of handling guest page fault
If the the present bit of page fault error code is set, it indicates
the shadow page is populated on all levels, it means what we do is
only modify the access bit which can be done out of mmu-lock
Currently, in order to simplify the code, we only fix the page fault
caused by write-protect on the fast path
Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'mm/sparse.c')
0 files changed, 0 insertions, 0 deletions