KVM: x86: Rename access permissions cache member in struct kvm_vcpu_arch
authorSean Christopherson <sean.j.christopherson@intel.com>
Thu, 1 Aug 2019 20:35:21 +0000 (13:35 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 22 Aug 2019 08:09:23 +0000 (10:09 +0200)
commit871bd0346018df53055141f09754cb5ffb334c7b
treeec98529c1d0e1dac77f6ba0506537d5416ed55e8
parentc8e16b78c6142afea428dc316c900644951cf7f3
KVM: x86: Rename access permissions cache member in struct kvm_vcpu_arch

Rename "access" to "mmio_access" to match the other MMIO cache members
and to make it more obvious that it's tracking the access permissions
for the MMIO cache.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/virt/kvm/mmu.txt
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/x86.c
arch/x86/kvm/x86.h