]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb46e73251b88ccf5c688d880aff56ee328ac0017
treeec98529c1d0e1dac77f6ba0506537d5416ed55e8
parent2fb726d22f58c7ee081b79586fed12b59f3e4372
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