]> git.baikalelectronics.ru Git - kernel.git/commit
kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameter
authorSuthikulpanit, Suravee <Suravee.Suthikulpanit@amd.com>
Fri, 13 Sep 2019 19:00:49 +0000 (19:00 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 22 Oct 2019 11:34:17 +0000 (13:34 +0200)
commita21e9c7a14e90372add271dfef16019d9a50b43b
tree88ccab543699cd4f768640d79a051a92b2413c58
parent6b14c02eeecce7d540284dab0e42094bf22d43d1
kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameter

Generally, APICv for all vcpus in the VM are enable/disable in the same
manner. So, get_enable_apicv() should represent APICv status of the VM
instead of each VCPU.

Modify kvm_x86_ops.get_enable_apicv() to take struct kvm as parameter
instead of struct kvm_vcpu.

Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/svm.c
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/x86.c