]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd4eceed05d20f77703659b18b55df52629675177
tree7c6d455ad8bbbdfac781d99c7bc11becf9b67bc5
parentb7079f04fedfb8f17f07e4e2d50d2cf42d5e529c
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