summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorSean Christopherson <sean.j.christopherson@intel.com>2019-08-01 13:35:21 -0700
committerPaolo Bonzini <pbonzini@redhat.com>2019-08-22 10:09:23 +0200
commit871bd0346018df53055141f09754cb5ffb334c7b (patch)
treeec98529c1d0e1dac77f6ba0506537d5416ed55e8 /arch/x86/include
parentc8e16b78c6142afea428dc316c900644951cf7f3 (diff)
downloadlinux-stable-871bd0346018df53055141f09754cb5ffb334c7b.tar.gz
linux-stable-871bd0346018df53055141f09754cb5ffb334c7b.tar.bz2
linux-stable-871bd0346018df53055141f09754cb5ffb334c7b.zip
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>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index 707ae7ff8e1e..44a5ce57a905 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -717,7 +717,7 @@ struct kvm_vcpu_arch {
/* Cache MMIO info */
u64 mmio_gva;
- unsigned access;
+ unsigned mmio_access;
gfn_t mmio_gfn;
u64 mmio_gen;