commit | 49a1a2c70a7fd820fe60a65a3e38ab9095082dc9 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Tue Apr 05 19:23:27 2022 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Wed May 04 14:09:53 2022 +0100 |
tree | d9d3e7cf5b54c8c3fd49faca4bfd646a0b036a4b | |
parent | 4645d11f4a5538ec1221f36e397cfb0115718ffe [diff] |
KVM: arm64: vgic-v3: Advertise GICR_CTLR.{IR, CES} as a new GICD_IIDR revision Since adversising GICR_CTLR.{IC,CES} is directly observable from a guest, we need to make it selectable from userspace. For that, bump the default GICD_IIDR revision and let userspace downgrade it to the previous default. For GICv2, the two distributor revisions are strictly equivalent. Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20220405182327.205520-5-maz@kernel.org