Re: [PATCH v6 09/33] arm64: Prepare sharing arm64 headers with s390
Steffen Eiden <[email protected]>
| Newsgroups | org.infradead.lists.linux-arm-kernel,dev.linux.lists.kvmarm,org.kernel.vger.kvm,org.kernel.vger.linux-kernel,org.kernel.vger.linux-s390 |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 13, 2026 at 11:14:09AM +0100, Marc Zyngier wrote: > On Wed, 12 Aug 2026 16:36:05 +0100, > Steffen Eiden <[email protected]> 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