Commit 40e8a69
KVM: VMX: Don't kill the VM on an unexpected #VE
Don't terminate the VM on an unexpected #VE, as it's extremely unlikely
the #VE is fatal to the guest, and even less likely that it presents a
danger to the host. Simply resume the guest on "failure", as the #VE info
page's BUSY field will prevent converting any more EPT Violations to #VEs
for the vCPU (at least, that's what the BUSY field is supposed to do).
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-ID: <20240518000430.1118488-8-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>1 parent 803482f commit 40e8a69
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5217 | 5217 | | |
5218 | 5218 | | |
5219 | 5219 | | |
5220 | | - | |
5221 | | - | |
| 5220 | + | |
| 5221 | + | |
5222 | 5222 | | |
5223 | 5223 | | |
5224 | 5224 | | |
| |||
0 commit comments