KVM: MMU: remove bypass_guest_pf
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Mon, 11 Jul 2011 19:28:04 +0000 (03:28 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Jul 2011 08:50:33 +0000 (11:50 +0300)
commitc37079586f317d7e7f1a70d36f0e5177691c89c2
tree264c51d567d0a4bcb572f0c968096683d5913a84
parentbd4c86eaa6ff10abc4e00d0f45d2a28b10b09df4
KVM: MMU: remove bypass_guest_pf

The idea is from Avi:
| Maybe it's time to kill off bypass_guest_pf=1.  It's not as effective as
| it used to be, since unsync pages always use shadow_trap_nonpresent_pte,
| and since we convert between the two nonpresent_ptes during sync and unsync.

Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Documentation/kernel-parameters.txt
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mmu.c
arch/x86/kvm/mmu_audit.c
arch/x86/kvm/paging_tmpl.h
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c