On 6 November 2017 at 15:47, Andrey Smirnov <[email protected]> wrote: > Add minimal code needed to allow upstream Linux guest to boot. > > Cc: Peter Maydell <[email protected]> > Cc: Jason Wang <[email protected]> > Cc: Philippe Mathieu-Daudé <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Andrey Smirnov <[email protected]> > --- > hw/intc/Makefile.objs | 2 +- > hw/intc/imx_gpcv2.c | 125 > ++++++++++++++++++++++++++++++++++++++++++++ > include/hw/intc/imx_gpcv2.h | 22 ++++++++ > 3 files changed, 148 insertions(+), 1 deletion(-) > create mode 100644 hw/intc/imx_gpcv2.c > create mode 100644 include/hw/intc/imx_gpcv2.h
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
