mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
hw/intc/arm_gic: Create outbound FIQ lines
Create the outbound FIQ lines from the GIC to the CPUs; these are used if the GIC has security extensions or grouping support. Signed-off-by: Fabian Aggeler <aggelerf@ethz.ch> Signed-off-by: Greg Bellows <greg.bellows@linaro.org> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1430502643-25909-2-git-send-email-peter.maydell@linaro.org Message-id: 1429113742-8371-2-git-send-email-greg.bellows@linaro.org [PMM: added FIQ lines to kvm-arm-gic so its interface is the same; tweaked commit message] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
16b781aaef
commit
44f5529647
3 changed files with 8 additions and 1 deletions
|
@ -50,6 +50,7 @@ typedef struct GICState {
|
|||
/*< public >*/
|
||||
|
||||
qemu_irq parent_irq[GIC_NCPU];
|
||||
qemu_irq parent_fiq[GIC_NCPU];
|
||||
bool enabled;
|
||||
bool cpu_enabled[GIC_NCPU];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue