[PATCH v4 1/3] KVM: arm64: Generalise VM features into a set of flags

Oliver Upton oupton at google.com
Mon Mar 14 13:07:53 PDT 2022


On Sun, Mar 13, 2022 at 11:19:57PM -0700, Reiji Watanabe wrote:
> From: Marc Zyngier <maz at kernel.org>
> 
> 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 at kernel.org>
> Reviewed-by: Andrew Jones <drjones at redhat.com>
> Signed-off-by: Reiji Watanabe <reijiw at google.com>

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@google.com

since kvm_arch picked up another bool.

--
Oliver



More information about the linux-arm-kernel mailing list