[PATCH 0/3] KVM: x86/mmu: minor MMIO SPTE cleanup

From: Sean Christopherson
Date: Thu Aug 01 2019 - 16:35:26 EST


A few loosely related MMIO SPTE patches to get rid of a bit of cruft that
has been a source of annoyance when mucking around in the MMIO code.

No functional changes intended.

Sean Christopherson (3):
KVM: x86: Rename access permissions cache member in struct
kvm_vcpu_arch
KVM: x86/mmu: Add explicit access mask for MMIO SPTEs
KVM: x86/mmu: Consolidate "is MMIO SPTE" code

Documentation/virtual/kvm/mmu.txt | 4 ++--
arch/x86/include/asm/kvm_host.h | 2 +-
arch/x86/kvm/mmu.c | 31 +++++++++++++++++--------------
arch/x86/kvm/mmu.h | 2 +-
arch/x86/kvm/vmx/vmx.c | 2 +-
arch/x86/kvm/x86.c | 2 +-
arch/x86/kvm/x86.h | 2 +-
7 files changed, 24 insertions(+), 21 deletions(-)

--
2.22.0