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 <laur...@vivier.eu> > --- > include/hw/intc/m68k_irqc.h | 41 +++++++++++++ > hw/intc/m68k_irqc.c | 119 ++++++++++++++++++++++++++++++++++++ > hw/intc/Kconfig | 3 + > hw/intc/meson.build | 1 + > 4 files changed, 164 insertions(+) > create mode 100644 include/hw/intc/m68k_irqc.h > create mode 100644 hw/intc/m68k_irqc.c
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>