hw/intc/arm_gicv3: Implement gicv3_set_irq()
commitc84428b33fc2d88f17c3f599a9e5d17ae23422c1
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 17 Jun 2016 14:23:47 +0000 (17 15:23 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 17 Jun 2016 14:23:51 +0000 (17 15:23 +0100)
tree7b90ac41e1d64014bbf87d6afd7065f6ccd03560
parent287c181ae4132d7cc75ea422051f2c90e90b6493
hw/intc/arm_gicv3: Implement gicv3_set_irq()

Implement the code which updates the GIC state when an interrupt
input into the GIC is asserted.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Shannon Zhao <shannon.zhao@linaro.org>
Tested-by: Shannon Zhao <shannon.zhao@linaro.org>
Message-id: 1465915112-29272-15-git-send-email-peter.maydell@linaro.org
hw/intc/arm_gicv3.c
hw/intc/arm_gicv3_dist.c
hw/intc/arm_gicv3_redist.c
hw/intc/gicv3_internal.h
trace-events