aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorSean Christopherson <[email protected]>2020-09-23 15:04:22 -0700
committerPaolo Bonzini <[email protected]>2020-09-28 07:57:35 -0400
commit7b367bc9a6415dc6f31135d50ab37e8ee18d6974 (patch)
tree226793efa2e3fb6a48a62aa6e41de6ec8988611c /tools/perf/scripts/python/bin
parent2de4085ccceaf075f7c8d1688338fb82e2349f0f (diff)
KVM: x86/mmu: Return -EIO if page fault returns RET_PF_INVALID
Exit to userspace with an error if the MMU is buggy and returns RET_PF_INVALID when servicing a page fault. This will allow a future patch to invert the emulation path, i.e. emulate only on RET_PF_EMULATE instead of emulating on anything but RET_PF_RETRY. This technically means that KVM will exit to userspace instead of emulating on RET_PF_INVALID, but practically speaking it's a nop as the MMU never returns RET_PF_INVALID. Signed-off-by: Sean Christopherson <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions