diff options
author | 2019-07-19 13:41:10 -0700 | |
---|---|---|
committer | 2019-09-25 15:30:19 +0200 | |
commit | f209a26dd5a5038c53097b5c38e313b8cd042adb (patch) | |
tree | d35fa98d158cbd10fc73ad5114039d3a5217de85 /scripts/bpf_helpers_doc.py | |
parent | KVM: x86: Drop ____kvm_handle_fault_on_reboot() (diff) | |
download | linux-dev-f209a26dd5a5038c53097b5c38e313b8cd042adb.tar.xz linux-dev-f209a26dd5a5038c53097b5c38e313b8cd042adb.zip |
KVM: x86: Don't check kvm_rebooting in __kvm_handle_fault_on_reboot()
Remove the kvm_rebooting check from VMX/SVM instruction exception fixup
now that kvm_spurious_fault() conditions its BUG() on !kvm_rebooting.
Because the 'cleanup_insn' functionally is also gone, deferring to
kvm_spurious_fault() means __kvm_handle_fault_on_reboot() can eliminate
its .fixup code entirely and have its exception table entry branch
directly to the call to kvm_spurious_fault().
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions