OSDN Git Service

KVM: X86: fix incorrect reference of trace_kvm_pi_irte_update
authorhu huajun <huhuajun@linux.alibaba.com>
Wed, 11 Apr 2018 07:16:40 +0000 (15:16 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 Apr 2018 11:34:48 +0000 (13:34 +0200)
commit2698d82e519413c6ad287e6f14b29e0373ed37f8
tree6be5b5a202d1a57a03a711111327545d811f0d21
parent8e9b29b61851ba452e33373743fadb52778e9075
KVM: X86: fix incorrect reference of trace_kvm_pi_irte_update

In arch/x86/kvm/trace.h, this function is declared as host_irq the
first input, and vcpu_id the second, instead of otherwise.

Signed-off-by: hu huajun <huhuajun@linux.alibaba.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c