On 2018-11-02 16:22, Mark Cave-Ayland wrote: > From: Laurent Vivier <[email protected]> > > Co-developed-by: Mark Cave-Ayland <[email protected]> > Signed-off-by: Mark Cave-Ayland <[email protected]> > Signed-off-by: Laurent Vivier <[email protected]> > Reviewed-by: Hervé Poussineau <[email protected]> > --- > arch_init.c | 4 + > hw/display/Makefile.objs | 1 + > hw/display/macfb.c | 419 > +++++++++++++++++++++++++++++++++++++++++++++ > include/hw/display/macfb.h | 43 +++++ > qemu-options.hx | 2 +- > vl.c | 3 +- > 6 files changed, 470 insertions(+), 2 deletions(-) > create mode 100644 hw/display/macfb.c > create mode 100644 include/hw/display/macfb.h
Again, due to lack of knowledge about the Mac hardware, just a weak: Reviewed-by: Thomas Huth <[email protected]>
