]> asedeno.scripts.mit.edu Git - linux.git/commit
KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 6 Aug 2018 11:51:19 +0000 (12:51 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Sun, 12 Aug 2018 11:06:34 +0000 (12:06 +0100)
commit6249f2a479268702f7259aeee3671db2be3b922c
treec92ae92e666a5f7afe003b3f48d9d4e58855dfd0
parente22fa39cd0132c409c8648e60282837d19643634
KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs

Although vgic-v3 now supports Group0 interrupts, it still doesn't
deal with Group0 SGIs. As usually with the GIC, nothing is simple:

- ICC_SGI1R can signal SGIs of both groups, since GICD_CTLR.DS==1
  with KVM (as per 8.1.10, Non-secure EL1 access)

- ICC_SGI0R can only generate Group0 SGIs

- ICC_ASGI1R sees its scope refocussed to generate only Group0
  SGIs (as per the note at the bottom of Table 8-14)

We only support Group1 SGIs so far, so no material change.

Reviewed-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Christoffer Dall <christoffer.dall@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/kvm/coproc.c
arch/arm64/kvm/sys_regs.c
include/kvm/arm_vgic.h
virt/kvm/arm/vgic/vgic-mmio-v3.c