hw/isa/i82378: Rename output IRQ as 'cpu_intr'
commit08d8bf4fe34b2731948ced89bf0aa80fe31f85fe
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 9 Feb 2023 12:15:16 +0000 (9 13:15 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:01 +0000 (27 22:29 +0100)
tree26bc51f7fcb9a5f6623e0b7eb78b8780833d02a0
parent78827d5f7b63111c67c38c009c0708f7f956369d
hw/isa/i82378: Rename output IRQ as 'cpu_intr'

Commit a04ff94097 ("prep: Add i82378 PCI-to-ISA bridge
emulation") aimed to model the 2 output IRQs: CPU intr
and NMI. Commit 5039d6e235 ("i8257: remove cpu_request_exit
irq") removed the NMI IRQ.
Since this model only use the CPU interrupt, replace the
'out[2]' array by a single 'cpu_intr'.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230210163744.32182-3-philmd@linaro.org>
hw/isa/i82378.c