commit | 684c0422da71da0cd81319c90b8099b563b13da4 | [log] [tgz] |
---|---|---|
author | Oliver Upton <oupton@google.com> | Fri Feb 07 02:36:05 2020 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Feb 12 12:34:09 2020 +0100 |
tree | 149e0e42b2faea4c31780c9c6641afbf89be552b | |
parent | 307f1cfa269657c63cfe2c932386fcc24684d9dd [diff] |
KVM: nVMX: Handle pending #DB when injecting INIT VM-exit SDM 27.3.4 states that the 'pending debug exceptions' VMCS field will be populated if a VM-exit caused by an INIT signal takes priority over a debug-trap. Emulate this behavior when synthesizing an INIT signal VM-exit into L1. Fixes: 4b9852f4f389 ("KVM: x86: Fix INIT signal handling in various CPU states") Signed-off-by: Oliver Upton <oupton@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>