Re: [PATCH RFC 2/2] KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1

From: linmiaohe
Date: Thu Feb 20 2020 - 22:35:23 EST


Hi:
Vitaly Kuznetsov <vkuznets@xxxxxxxxxx> write:
>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@xxxxxxxxxx>
>Signed-off-by: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>

Looks good for me. Thanks.
Reviewed-by: Miaohe Lin <linmiaohe@xxxxxxxxxx>