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

From: Paolo Bonzini
Date: Sat Aug 03 2019 - 02:30:16 EST


On 01/08/19 22:35, Sean Christopherson wrote:
> 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(-)
>

Queued, thanks.

Paolo