Re: [PATCH v2 1/3] KVM: arm64: Add flags to kvm_hyp_memcache
From: Vincent Donnefort
Date: Fri Mar 07 2025 - 06:35:46 EST
On Thu, Mar 06, 2025 at 11:20:00PM -0800, Oliver Upton wrote:
> Hi Vincent,
>
> On Tue, Mar 04, 2025 at 01:43:44PM +0000, Vincent Donnefort wrote:
> > Add flags to kvm_hyp_memcache and propagate them up to the allocation
> > and free callbacks. This will later allow to account for memory, based
> > on the memcache configuration.
>
> It seems slightly more obvious to me if we pass a pointer to the
> memcache instead, but that's just a minor nit.
That sounds good!
>
> Unless you have a preference on this, I can change it when I apply the
> patch.
I have just sent a v3 to save you the trouble.
>
> Thanks,
> Oliver