Re: [Qemu-devel] [PATCH v7 0/2] Basic ATI VGA emulation

2019-03-11 Thread Gerd Hoffmann
On Sat, Mar 09, 2019 at 06:21:40PM +0100, BALATON Zoltan wrote: > Rebase on master to fix build with new Kconfig based stuff. Thanks. Pull v2 sent. cheers, Gerd

[Qemu-devel] [PATCH v7 0/2] Basic ATI VGA emulation

2019-03-10 Thread BALATON Zoltan
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 +++