KVM: VMX: Use vcpu_to_pi_desc() uniformly in posted_intr.c
authorYuan Yao <yuan.yao@intel.com>
Fri, 4 Mar 2022 19:49:33 +0000 (11:49 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 2 May 2022 15:42:43 +0000 (11:42 -0400)
commitc180269d27bfadc9e79e20c233b06e49c3127732
treef85cae973b81d3d5f77b9bdb7a764424511ebb25
parentf502cc568de95e5ed9cc9e6133fa454fbe0c5c01
KVM: VMX: Use vcpu_to_pi_desc() uniformly in posted_intr.c

The helper function, vcpu_to_pi_desc(), is defined to get the posted
interrupt descriptor from vcpu.  There is one place that doesn't use
it, and instead references vmx_vcpu->pi_desc directly.  Remove the
inconsistency.

Signed-off-by: Yuan Yao <yuan.yao@intel.com>
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
Message-Id: <ee7be7832bc424546fd4f05015a844a0205b5ba2.1646422845.git.isaku.yamahata@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/posted_intr.c