Re: [PATCH v2 0/3] KVM: Unify mmu_memory_cache functionality across architectures

2019-03-15 Thread Paolo Bonzini
On 31/01/19 10:52, Christoffer Dall wrote: > We currently have duplicated functionality for the mmu_memory_cache used > to pre-allocate memory for the page table manipulation code which cannot > allocate memory while holding spinlocks. This functionality is > duplicated across x86, arm/arm64, and

[PATCH v2 0/3] KVM: Unify mmu_memory_cache functionality across architectures

2019-01-31 Thread Christoffer Dall
We currently have duplicated functionality for the mmu_memory_cache used to pre-allocate memory for the page table manipulation code which cannot allocate memory while holding spinlocks. This functionality is duplicated across x86, arm/arm64, and mips. There were recently a debate of modifying