]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8f53371d5dc314753d94123724a46db4edc7b326
tree6be5b5a202d1a57a03a711111327545d811f0d21
parenta39d6e3379ee15555d56beaa1e5a51925980dc78
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