Re: [PATCH 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code

2020-06-10 Thread Ben Gardon
On Fri, Jun 5, 2020 at 2:39 PM Sean Christopherson wrote: > > Move x86's memory cache helpers to common KVM code so that they can be > reused by arm64 and MIPS in future patches. > > Suggested-by: Christoffer Dall > Signed-off-by: Sean Christopherson Reviewed-by: Ben Gardon > --- >

[PATCH 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code

2020-06-05 Thread Sean Christopherson
Move x86's memory cache helpers to common KVM code so that they can be reused by arm64 and MIPS in future patches. Suggested-by: Christoffer Dall Signed-off-by: Sean Christopherson --- arch/x86/kvm/mmu/mmu.c | 53 -- include/linux/kvm_host.h | 7 +