mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
hw/pci-host/designware: Expose MSI IRQ
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 <shentey@gmail.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
a451cc11c4
commit
1b326f278d
7 changed files with 36 additions and 8 deletions
|
@ -86,6 +86,7 @@ struct DesignwarePCIEHost {
|
|||
MemoryRegion io;
|
||||
|
||||
qemu_irq irqs[4];
|
||||
qemu_irq msi;
|
||||
} pci;
|
||||
|
||||
MemoryRegion mmio;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue