Commit 07702e5
KVM: x86/mmu: WARN and skip MMIO cache on private, reserved page faults
WARN and skip the emulated MMIO fastpath if a private, reserved page fault
is encountered, as private+reserved should be an impossible combination
(KVM should never create an MMIO SPTE for a private access).
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-ID: <20240228024147.41573-9-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>1 parent cd389f5 commit 07702e5
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5818 | 5818 | | |
5819 | 5819 | | |
5820 | 5820 | | |
| 5821 | + | |
| 5822 | + | |
| 5823 | + | |
5821 | 5824 | | |
5822 | 5825 | | |
5823 | 5826 | | |
| |||
0 commit comments