]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/pci-host/designware: Expose MSI IRQ
authorBernhard Beschow <shentey@gmail.com>
Sat, 11 Jan 2025 18:37:02 +0000 (19:37 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 27 Jan 2025 13:50:14 +0000 (13:50 +0000)
commit1b326f278d05543425a71165a66b925922e532ac
treec84350f3f8e13ce6ea0f0575273f0700f0c8e540
parenta451cc11c47903242123def2717a86a56e5fb390
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>
hw/arm/Kconfig
hw/arm/fsl-imx6.c
hw/arm/fsl-imx7.c
hw/pci-host/designware.c
include/hw/arm/fsl-imx6.h
include/hw/arm/fsl-imx7.h
include/hw/pci-host/designware.h