commit | 0f90e1c10dca5149529b4af6d94d7804ac2ef37b | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Fri Dec 06 15:57:24 2019 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jan 08 18:16:06 2020 +0100 |
tree | 3fb187d3cdf727ca917720eac0f7167150101bc8 | |
parent | 2cb70fd441b6b40ffd9ee1782a972f149ba72158 [diff] |
KVM: x86/mmu: Consolidate tdp_page_fault() and nonpaging_page_fault() Consolidate the direct MMU page fault handlers into a common helper, direct_page_fault(). Except for unique max level conditions, the tdp and nonpaging fault handlers are functionally identical. No functional change intended. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>