]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: rename apic_access_page_done to apic_access_memslot_enabled
authorMaxim Levitsky <mlevitsk@redhat.com>
Wed, 23 Jun 2021 11:29:55 +0000 (14:29 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 24 Jun 2021 22:00:49 +0000 (18:00 -0400)
commitc4bec04f34ba7ff1fd79f03b738efb0e5fe69cda
treed0e502833cd74bdef1b2221b86765f679af6d47a
parentc4ad995ae3cdebad5a3fe01673bda58ebe9d4e9c
KVM: x86: rename apic_access_page_done to apic_access_memslot_enabled

This better reflects the purpose of this variable on AMD, since
on AMD the AVIC's memory slot can be enabled and disabled dynamically.

Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20210623113002.111448-4-mlevitsk@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/svm/avic.c
arch/x86/kvm/vmx/vmx.c