diff options
author | Maxim Levitsky <mlevitsk@redhat.com> | 2021-04-01 17:38:14 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-04-17 08:31:02 -0400 |
commit | 4020da3b9f0c7e403b654c43da989f8c0bb05b57 (patch) | |
tree | 576409b1f88826c89a29a18ba5ccd1c5bbf8202a /Documentation/virt | |
parent | b9c36fdedd837021f2e72a36e9a12cd4971bcb35 (diff) |
KVM: x86: pending exceptions must not be blocked by an injected event
Injected interrupts/nmi should not block a pending exception,
but rather be either lost if nested hypervisor doesn't
intercept the pending exception (as in stock x86), or be delivered
in exitintinfo/IDT_VECTORING_INFO field, as a part of a VMexit
that corresponds to the pending exception.
The only reason for an exception to be blocked is when nested run
is pending (and that can't really happen currently
but still worth checking for).
Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20210401143817.1030695-2-mlevitsk@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Documentation/virt')
0 files changed, 0 insertions, 0 deletions