Re: [PATCH v4 05/20] irqchip/gic-v4.1: Plumb skeletal VSGI irqchip

From: Zenghui Yu
Date: Wed Feb 19 2020 - 22:21:56 EST




On 2020/2/14 22:57, Marc Zyngier wrote:
Since GICv4.1 has the capability to inject 16 SGIs into each VPE,
and that I'm keen not to invent too many specific interfaces to
manupulate these interrupts, let's pretend that each of these SGIs
manipulate?

is an actual Linux interrupt.

For that matter, let's introduce a minimal irqchip and irqdomain
setup that will get fleshed up in the following patches.

Signed-off-by: Marc Zyngier<maz@xxxxxxxxxx>

Reviewed-by: Zenghui Yu <yuzenghui@xxxxxxxxxx>