On Sun, Mar 13, 2022 at 11:19:57PM -0700, Reiji Watanabe wrote: > From: Marc Zyngier <maz@xxxxxxxxxx> > > We currently deal with a set of booleans for VM features, > while they could be better represented as set of flags > contained in an unsigned long, similarily to what we are > doing on the CPU side. > > Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx> > Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx> > Signed-off-by: Reiji Watanabe <reijiw@xxxxxxxxxx> Gee, that's one popular patch! Just as a heads up, I rebased it on top of kvmarm/next in: http://lore.kernel.org/r/20220311174001.605719-2-oupton@xxxxxxxxxx since kvm_arch picked up another bool. -- Oliver