[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 04/13] hw/pci-host/designware: Expose MSI IRQ
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 04/13] hw/pci-host/designware: Expose MSI IRQ |
Date: |
Mon, 27 Jan 2025 13:30:01 +0000 |
On Sat, 11 Jan 2025 at 18:37, Bernhard Beschow <shentey@gmail.com> 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.
>
> Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
[PATCH v2 05/13] hw/gpio/imx_gpio: Don't clear input GPIO values upon reset, Bernhard Beschow, 2025/01/11
[PATCH v2 07/13] hw/sd/sd: Allow for inverting polarities of presence and write-protect GPIOs, Bernhard Beschow, 2025/01/11