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)
commita01b45e9d34d278129296daf91c4771143fa9dd9
treed0e502833cd74bdef1b2221b86765f679af6d47a
parent88213da2351479c529c368a9b763c4d52f02255b
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