KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()
authorSuravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Tue, 12 Sep 2017 15:42:41 +0000 (10:42 -0500)
committerRadim Krčmář <rkrcmar@redhat.com>
Wed, 13 Sep 2017 16:29:06 +0000 (18:29 +0200)
commitb2a05feff274e007abd7cda0d2cdae7fdf5cbb0a
tree7c6d455ad8bbbdfac781d99c7bc11becf9b67bc5
parentdfa20099e26e35cd9e83d4d43172615c73c4e9f5
KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()

Modify struct kvm_x86_ops.arch.apicv_active() to take struct kvm_vcpu
pointer as parameter in preparation to subsequent changes.

Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c