Re: [PATCH 2/3] arm/arm64: KVM: Implement Stage-2 page aging

2015-03-12 Thread Christoffer Dall
On Wed, Jan 21, 2015 at 06:42:12PM +, Marc Zyngier wrote: Until now, KVM/arm didn't care much for page aging (who was swapping anyway?), and simply provided empty hooks to the core KVM code. With server-type systems now being available, things are quite different. This patch implements

Re: [PATCH 2/3] arm/arm64: KVM: Implement Stage-2 page aging

2015-03-12 Thread Marc Zyngier
On Thu, 12 Mar 2015 11:40:17 + Christoffer Dall christoffer.d...@linaro.org wrote: On Wed, Jan 21, 2015 at 06:42:12PM +, Marc Zyngier wrote: Until now, KVM/arm didn't care much for page aging (who was swapping anyway?), and simply provided empty hooks to the core KVM code. With