qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v7 0/2] Basic ATI VGA emulation
@ 2019-03-09 17:21 BALATON Zoltan
  2019-03-09 17:21 ` [Qemu-devel] [PATCH v7 2/2] mips_fulong2e: Add on-board graphics chip BALATON Zoltan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: BALATON Zoltan @ 2019-03-09 17:21 UTC (permalink / raw)
  To: qemu-devel
  Cc: Gerd Hoffmann, Mark Cave-Ayland, Aleksandar Markovic,
	Peter Maydell, philmd

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-03-11  8:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-09 17:21 [Qemu-devel] [PATCH v7 0/2] Basic ATI VGA emulation BALATON Zoltan
2019-03-09 17:21 ` [Qemu-devel] [PATCH v7 2/2] mips_fulong2e: Add on-board graphics chip BALATON Zoltan
2019-03-11  0:43   ` Philippe Mathieu-Daudé
2019-03-11  2:26     ` BALATON Zoltan
2019-03-09 17:21 ` [Qemu-devel] [PATCH v7 1/2] hw/display: Add basic ATI VGA emulation BALATON Zoltan
2019-03-11  8:51 ` [Qemu-devel] [PATCH v7 0/2] Basic " Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).