Rebase on master to fix build with new Kconfig based stuff. BALATON Zoltan (2): hw/display: Add basic ATI VGA emulation mips_fulong2e: Add on-board graphics chip
hw/display/Kconfig | 6 + hw/display/Makefile.objs | 2 + hw/display/ati.c | 865 +++++++++++++++++++++++++++++++++++++++++++++++ hw/display/ati_2d.c | 167 +++++++++ hw/display/ati_dbg.c | 259 ++++++++++++++ hw/display/ati_int.h | 96 ++++++ hw/display/ati_regs.h | 461 +++++++++++++++++++++++++ hw/display/trace-events | 4 + hw/mips/mips_fulong2e.c | 7 + vl.c | 1 + 10 files changed, 1868 insertions(+) create mode 100644 hw/display/ati.c create mode 100644 hw/display/ati_2d.c create mode 100644 hw/display/ati_dbg.c create mode 100644 hw/display/ati_int.h create mode 100644 hw/display/ati_regs.h -- 2.13.7