diff options
author | Sean Christopherson <sean.j.christopherson@intel.com> | 2018-08-23 13:56:50 -0700 |
---|---|---|
committer | Radim Krčmář <rkrcmar@redhat.com> | 2018-08-30 16:20:43 +0200 |
commit | 472faffacd9032164f611f56329d0025ddca55b5 (patch) | |
tree | e5736e0d6726d13b7969e55a8a9e8d9a0c931f51 /arch/x86/kvm/x86.c | |
parent | 384bf2218e96f57118270945b1841e4dbbe9e352 (diff) | |
download | lwn-472faffacd9032164f611f56329d0025ddca55b5.tar.gz lwn-472faffacd9032164f611f56329d0025ddca55b5.zip |
KVM: x86: Default to not allowing emulation retry in kvm_mmu_page_fault
Effectively force kvm_mmu_page_fault() to opt-in to allowing retry to
make it more obvious when and why it allows emulation to be retried.
Previously this approach was less convenient due to retry and
re-execute behavior being controlled by separate flags that were also
inverted in their implementations (opt-in versus opt-out).
Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Cc: stable@vger.kernel.org
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.c')
0 files changed, 0 insertions, 0 deletions