Re: [PATCH v3 3/5] m68k: add an interrupt controller

2021-03-04 Thread Philippe Mathieu-Daudé
On 3/4/21 11:01 PM, Laurent Vivier wrote: > A (generic) copy of the GLUE device we already have for q800 to use with > the m68k-virt machine. > The q800 one would disappear in the future as q800 uses actually the djMEMC > controller. > > Signed-off-by: Laurent Vivier > --- > include/hw/intc/m68k

[PATCH v3 3/5] m68k: add an interrupt controller

2021-03-04 Thread Laurent Vivier
A (generic) copy of the GLUE device we already have for q800 to use with the m68k-virt machine. The q800 one would disappear in the future as q800 uses actually the djMEMC controller. Signed-off-by: Laurent Vivier --- include/hw/intc/m68k_irqc.h | 41 + hw/intc/m68k_irqc.c |