]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86/mmu: Invert RET_PF_* check when falling through to emulation
authorSean Christopherson <sean.j.christopherson@intel.com>
Wed, 23 Sep 2020 22:04:23 +0000 (15:04 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Sep 2020 11:57:36 +0000 (07:57 -0400)
commitedc94323a618a43ba4eeb735164a63684d2d66f8
tree3820270e129098cd209844a5fc5b08a1b2f7548d
parentd18b22ff9f321d59bf7705a763cbc53e02bfdaab
KVM: x86/mmu: Invert RET_PF_* check when falling through to emulation

Explicitly check for RET_PF_EMULATE instead of implicitly doing the same
by checking for !RET_PF_RETRY (RET_PF_INVALID is handled earlier).  This
will adding new RET_PF_ types in future patches without breaking the
emulation path.

No functional change intended.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200923220425.18402-3-sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/mmu.c