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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Jun 2018 19:02:40 +0000 (04:02 +0900)
commit9b78e9ddc47ac2da31db600065ea6577dc9f8170
tree5c473c60f38d1d700dd43a84c5ec38c12676c63e
parent176ebf4df9710fefe751d6565c35da5a45aeece3
KVM: X86: fix incorrect reference of trace_kvm_pi_irte_update

[ Upstream commit 2698d82e519413c6ad287e6f14b29e0373ed37f8 ]

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>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c