Re: [PATCH 02/11] hw/isa/i82378: Rename output IRQ as 'cpu_intr'

2023-02-11 Thread Richard Henderson
On 2/10/23 06:37, Philippe Mathieu-Daudé wrote: 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

[PATCH 02/11] hw/isa/i82378: Rename output IRQ as 'cpu_intr'

2023-02-10 Thread Philippe Mathieu-Daudé
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'. Signe