]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm/mps2-tz: Move device IRQ info to data structures
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Feb 2021 11:51:27 +0000 (11:51 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 6 Mar 2021 13:30:39 +0000 (13:30 +0000)
commitb22c4e8b960d96e4bbed35d64e017c21f5b5fb41
treed08c513811abe81a334f906d5e6306e8ce99dea4
parent424182791bae6dc9526b7e6d149848f237dbc046
hw/arm/mps2-tz: Move device IRQ info to data structures

Move the specification of the IRQ information for the uart, ethernet,
dma and spi devices to the data structures.  (The other devices
handled by the PPCPortInfo structures don't have any interrupt lines
we need to wire up.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210215115138.20465-14-peter.maydell@linaro.org
hw/arm/mps2-tz.c