Re: [PATCH v5 20/21] KVM: Allow for different capacities in kvm_mmu_memory_cache structs

2022-05-15 Thread Anup Patel
On Sat, May 14, 2022 at 1:59 AM David Matlack wrote: > > Allow the capacity of the kvm_mmu_memory_cache struct to be chosen at > declaration time rather than being fixed for all declarations. This will > be used in a follow-up commit to declare an cache in x86 with a capacity > of 512+ objects wit

Re: [PATCH v5 20/21] KVM: Allow for different capacities in kvm_mmu_memory_cache structs

2022-05-15 Thread Marc Zyngier
On Fri, 13 May 2022 21:28:18 +0100, David Matlack wrote: > > Allow the capacity of the kvm_mmu_memory_cache struct to be chosen at > declaration time rather than being fixed for all declarations. This will > be used in a follow-up commit to declare an cache in x86 with a capacity > of 512+ object