diff options
author | Sean Christopherson <seanjc@google.com> | 2022-08-30 23:16:09 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-09-26 12:03:11 -0400 |
commit | 7055fb11311622852c16463b1ccaa59e7691e42e (patch) | |
tree | 8d156d32b11b5e7dba6c8e6ad1373817f94fcea2 /Documentation/dontdiff | |
parent | 7709aba8f71613ae5d18d8c00adb54948e6bedb3 (diff) | |
download | linux-7055fb11311622852c16463b1ccaa59e7691e42e.tar.gz |
KVM: x86: Treat pending TRIPLE_FAULT requests as pending exceptions
Treat pending TRIPLE_FAULTS as pending exceptions. A triple fault is an
exception for all intents and purposes, it's just not tracked as such
because there's no vector associated the exception. E.g. if userspace
were to set vcpu->request_interrupt_window while running L2 and L2 hit a
triple fault, a triple fault nested VM-Exit should be synthesized to L1
before exiting to userspace with KVM_EXIT_IRQ_WINDOW_OPEN.
Link: https://lore.kernel.org/all/YoVHAIGcFgJit1qp@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Link: https://lore.kernel.org/r/20220830231614.3580124-23-seanjc@google.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Documentation/dontdiff')
0 files changed, 0 insertions, 0 deletions