commit | 91a5f413af596ad01097e59bf487eb07cb3f1331 | [log] [tgz] |
---|---|---|
author | Vitaly Kuznetsov <vkuznets@redhat.com> | Thu Feb 20 18:22:05 2020 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Feb 21 18:05:21 2020 +0100 |
tree | e53ec7fa98c5ea4ac08cfcfc56fac73b5ab9c642 | |
parent | 93fd9666c269877fffb74e14f52792d9c000c1f2 [diff] |
KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1 Even when APICv is disabled for L1 it can (and, actually, is) still available for L2, this means we need to always call vmx_deliver_nested_posted_interrupt() when attempting an interrupt delivery. Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Cc: stable@vger.kernel.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>