]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 1 Oct 2018 12:54:52 +0000 (14:54 +0200)
commit4edf01c6e9d183c0e3c10a2cf63782b7f9516ca1
tree0c774ba4c1ddeac8481d82d5cc513f554e01a217
parentbe13bd0b632c959a1d41cd3ce251c9ab4936cc64
KVM: X86: fix incorrect reference of trace_kvm_pi_irte_update

BugLink: http://bugs.launchpad.net/bugs/1794889
[ 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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c