]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: Move x86's MMU memory cache helpers to common KVM code
authorSean Christopherson <sean.j.christopherson@intel.com>
Fri, 3 Jul 2020 02:35:39 +0000 (19:35 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 9 Jul 2020 17:29:42 +0000 (13:29 -0400)
commit1f1ac641c81684eeb60fc775e07a3ef1dd98bf17
tree9c21713b7ed9b07b72f90f6804b74e17c85afaf4
parent954bfd858ad0adf0dd14cf1dcf2765bedd8913f7
KVM: Move x86's MMU memory cache helpers to common KVM code

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 <christoffer.dall@arm.com>
Reviewed-by: Ben Gardon <bgardon@google.com>
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200703023545.8771-16-sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/mmu.c
include/linux/kvm_host.h
virt/kvm/kvm_main.c