Message ID | 20230105154440.259361-1-shentey@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Move Fuloong2e PCI IRQ mapping to board code | expand |
On 5/1/23 16:44, Bernhard Beschow wrote: > Bernhard Beschow (2): > hw/pci-host/bonito: Inline pci_register_root_bus() > hw/pci-host/bonito: Map PCI IRQs in board code > > include/hw/pci-host/bonito.h | 2 ++ > hw/mips/fuloong2e.c | 22 ++++++++++++++++++++++ > hw/pci-host/bonito.c | 31 ++++--------------------------- > 3 files changed, 28 insertions(+), 27 deletions(-) > Series: Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Am 5. Januar 2023 16:32:16 UTC schrieb "Philippe Mathieu-Daudé" <philmd@linaro.org>: >On 5/1/23 16:44, Bernhard Beschow wrote: > >> Bernhard Beschow (2): >> hw/pci-host/bonito: Inline pci_register_root_bus() >> hw/pci-host/bonito: Map PCI IRQs in board code >> >> include/hw/pci-host/bonito.h | 2 ++ >> hw/mips/fuloong2e.c | 22 ++++++++++++++++++++++ >> hw/pci-host/bonito.c | 31 ++++--------------------------- >> 3 files changed, 28 insertions(+), 27 deletions(-) >> > >Series: >Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Ping
On 5/1/23 16:44, Bernhard Beschow wrote: > Bernhard Beschow (2): > hw/pci-host/bonito: Inline pci_register_root_bus() > hw/pci-host/bonito: Map PCI IRQs in board code Thanks, queued to mips-next.