KVM: VMX: Fold fallback path into triggering posted IRQ helper
authorSean Christopherson <seanjc@google.com>
Wed, 8 Dec 2021 01:52:29 +0000 (01:52 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 19 Jan 2022 17:14:46 +0000 (12:14 -0500)
commitccf8d687542f6a7288b79727bec1cc084b3771b3
tree460d45668d33b8a0bbe957177a9c400ab22b9e0b
parent296aa26644d088d8ccf0d62b0a93443f7188d5e5
KVM: VMX: Fold fallback path into triggering posted IRQ helper

Move the fallback "wake_up" path into the helper to trigger posted
interrupt helper now that the nested and non-nested paths are identical.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20211208015236.1616697-20-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.c