OSDN Git Service

KVM: VMX: Add helpers to identify interrupt type from intr_info
authorSean Christopherson <sean.j.christopherson@intel.com>
Tue, 9 Jun 2020 01:45:18 +0000 (18:45 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 15 Jun 2020 16:12:20 +0000 (12:12 -0400)
commit88c200d929c969408779dbae4c4fad32bc510373
treed8120a23d4db97509022c68c71bf84cf117bf38b
parentb95273f1272398a9f7145de37703f1930244e465
KVM: VMX: Add helpers to identify interrupt type from intr_info

Add is_intr_type() and is_intr_type_n() to consolidate the boilerplate
code for querying a specific type of interrupt given an encoded value
from VMCS.VM_{ENTER,EXIT}_INTR_INFO, with and without an associated
vector respectively.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200609014518.26756-1-sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmcs.h