Re: [PATCH v6 09/33] arm64: Prepare sharing arm64 headers with s390
From: Steffen Eiden
Date: Tue Aug 18 2026 - 06:45:59 EST
On Thu, Aug 13, 2026 at 11:14:09AM +0100, Marc Zyngier wrote:
> On Wed, 12 Aug 2026 16:36:05 +0100,
> Steffen Eiden <seiden@xxxxxxxxxxxxx> wrote:
>
...
> I don't mind the move, but please add a comment indicating that these
> are bit indices for for kvm_arch::flags, as we have now lost locality.
>
> And whilst we're at it, there is not reason why this has to be a set
> of #define, it can perfectly be an enum, as the numbers themselves
> have no particular meaning. Something like the untested hack below.
>
Makes sense. Will do that.
Steffen