Re: [PATCH for-9.2 40/53] hw/intc: Remove omap2-intc device

2024-09-09 Thread Philippe Mathieu-Daudé
On 3/9/24 18:07, Peter Maydell wrote: Remove the OMAP2 specific code from omap_intc.c. Signed-off-by: Peter Maydell --- hw/intc/omap_intc.c | 276 1 file changed, 276 deletions(-) -static const TypeInfo omap2_intc_info = { -.name

[PATCH for-9.2 40/53] hw/intc: Remove omap2-intc device

2024-09-03 Thread Peter Maydell
Remove the OMAP2 specific code from omap_intc.c. Signed-off-by: Peter Maydell --- hw/intc/omap_intc.c | 276 1 file changed, 276 deletions(-) diff --git a/hw/intc/omap_intc.c b/hw/intc/omap_intc.c index 435c47600fc..c14b22d3819 100644 --- a/hw/intc/o