mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
hw/arm/virt: add pmu interrupt state
Mimicking gicv3-maintenance-interrupt, add the PMU's interrupt to CPU state. Signed-off-by: Andrew Jones <drjones@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1500471597-2517-2-git-send-email-drjones@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
c2de81e2b2
commit
07f48730bc
3 changed files with 7 additions and 0 deletions
|
@ -585,6 +585,8 @@ struct ARMCPU {
|
|||
qemu_irq gt_timer_outputs[NUM_GTIMERS];
|
||||
/* GPIO output for GICv3 maintenance interrupt signal */
|
||||
qemu_irq gicv3_maintenance_interrupt;
|
||||
/* GPIO output for the PMU interrupt */
|
||||
qemu_irq pmu_interrupt;
|
||||
|
||||
/* MemoryRegion to use for secure physical accesses */
|
||||
MemoryRegion *secure_memory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue