Re: [PATCH 1/2] hw/sparc: Make grlib-irqmp device handle its own inbound IRQ lines

2021-01-05 Thread Fred Konrad
Hi Peter, Le 12/12/20 à 3:41 PM, Peter Maydell a écrit : Currently the GRLIB_IRQMP device is used in one place (the leon3 board), but instead of the device providing inbound gpio lines for the board to wire up, the board code itself calls qemu_allocate_irqs() with the handler function being a

Re: [PATCH 1/2] hw/sparc: Make grlib-irqmp device handle its own inbound IRQ lines

2020-12-13 Thread Philippe Mathieu-Daudé
On 12/12/20 3:41 PM, Peter Maydell wrote: > Currently the GRLIB_IRQMP device is used in one place (the leon3 board), > but instead of the device providing inbound gpio lines for the board > to wire up, the board code itself calls qemu_allocate_irqs() with > the handler function being a set_irq func

[PATCH 1/2] hw/sparc: Make grlib-irqmp device handle its own inbound IRQ lines

2020-12-12 Thread Peter Maydell
Currently the GRLIB_IRQMP device is used in one place (the leon3 board), but instead of the device providing inbound gpio lines for the board to wire up, the board code itself calls qemu_allocate_irqs() with the handler function being a set_irq function defined in the code for the device. Refactor