Re: [PATCH v2 04/13] hw/pci-host/designware: Expose MSI IRQ

2025-01-27 Thread Peter Maydell
On Sat, 11 Jan 2025 at 18:37, Bernhard Beschow wrote: > > Fixes INTD and MSI interrupts poking the same IRQ line without keeping track > of > each other's IRQ level. Furthermore, SoCs such as the i.MX 8M Plus don't share > the MSI IRQ with the INTx lines, so expose it as a dedicated pin. > > Sign

[PATCH v2 04/13] hw/pci-host/designware: Expose MSI IRQ

2025-01-11 Thread Bernhard Beschow
Fixes INTD and MSI interrupts poking the same IRQ line without keeping track of each other's IRQ level. Furthermore, SoCs such as the i.MX 8M Plus don't share the MSI IRQ with the INTx lines, so expose it as a dedicated pin. Signed-off-by: Bernhard Beschow --- include/hw/arm/fsl-imx6.h|