Skip to content

Commit 164ecbf

Browse files
Sticklyman1936Marc Zyngier
authored andcommitted
Documentation: KVM: Update GICv3 docs for GICv5 hosts
GICv5 hosts optionally include FEAT_GCIE_LEGACY, which allows them to execute GICv3-based VMs on GICv5 hardware. Update the GICv3 documentation to reflect this now that GICv3 guests are supports on compatible GICv5 hosts. Signed-off-by: Sascha Bischoff <sascha.bischoff@arm.com> Signed-off-by: Marc Zyngier <maz@kernel.org>
1 parent 3193287 commit 164ecbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/virt/kvm/devices/arm-vgic-v3.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ will act as the VM interrupt controller, requiring emulated user-space devices
1313
to inject interrupts to the VGIC instead of directly to CPUs. It is not
1414
possible to create both a GICv3 and GICv2 on the same VM.
1515

16-
Creating a guest GICv3 device requires a host GICv3 as well.
16+
Creating a guest GICv3 device requires a host GICv3 host, or a GICv5 host with
17+
support for FEAT_GCIE_LEGACY.
1718

1819

1920
Groups:

0 commit comments

Comments
 (0)