]> git.ipfire.org Git - thirdparty/qemu.git/commit - system/vl.c
hw/display: Add basic ATI VGA emulation
authorBALATON Zoltan <balaton@eik.bme.hu>
Sat, 9 Mar 2019 17:21:40 +0000 (18:21 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 11 Mar 2019 07:04:55 +0000 (08:04 +0100)
commit862b4a291dcf143fdb227e97feb7fd45e6466aca
treed6ec734cba8a0be25a2f6507e83a6849e761e49d
parent0be00346d1e3d96b839832809d7042db8c7d4300
hw/display: Add basic ATI VGA emulation

At least two machines, the PPC mac99 and MIPS fulong2e, have an ATI
gfx chip by default (Rage 128 Pro and M6/RV100 respectively) and
guests running on these and the PMON2000 firmware of the fulong2e
expect this to be available. Fortunately these are very similar chips
so they can be mostly emulated in the same device model. This patch
adds basic emulation of these ATI VGA chips.

While this is incomplete and currently only enough to run the MIPS
firmware and get framebuffer output with Linux, it allows the fulong2e
board to work more like the real hardware and having it in QEMU in
this state provides a way to experiment with it and allows others to
contribute to improve it. It is compiled for all archs but only the
fulong2e (which currently has no display output at all) is set to use
it by default (in a separate patch).

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Acked-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Tested-by: Andrew Randrianasulu <randrianasulu@gmail.com>
Tested-by: Howard Spoelstra <hsp.cat7@gmail.com>
Message-id: 0b1b7c22873a6e37627261b04fb687412b25ff4f.1552152100.git.balaton@eik.bme.hu
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/Kconfig
hw/display/Makefile.objs
hw/display/ati.c [new file with mode: 0644]
hw/display/ati_2d.c [new file with mode: 0644]
hw/display/ati_dbg.c [new file with mode: 0644]
hw/display/ati_int.h [new file with mode: 0644]
hw/display/ati_regs.h [new file with mode: 0644]
hw/display/trace-events
vl.c