Re: [Qemu-devel] [PATCH 4/4] mips_fulong2e: Add on-board graphics chip

2019-02-12 Thread BALATON Zoltan
On Tue, 12 Feb 2019, Philippe Mathieu-Daudé wrote: On 2/11/19 5:01 AM, BALATON Zoltan wrote: Add (partial) emulation of the on-board GPU of the machine. This allows the PMON2000 firmware to run and should also work with Linux console but probably not with X yet. Signed-off-by: BALATON Zoltan -

Re: [Qemu-devel] [PATCH 4/4] mips_fulong2e: Add on-board graphics chip

2019-02-11 Thread Philippe Mathieu-Daudé
On 2/11/19 5:01 AM, BALATON Zoltan wrote: > Add (partial) emulation of the on-board GPU of the machine. This > allows the PMON2000 firmware to run and should also work with Linux > console but probably not with X yet. > > Signed-off-by: BALATON Zoltan > --- > Depends on hw/display: Add basic ATI

[Qemu-devel] [PATCH 4/4] mips_fulong2e: Add on-board graphics chip

2019-02-10 Thread BALATON Zoltan
Add (partial) emulation of the on-board GPU of the machine. This allows the PMON2000 firmware to run and should also work with Linux console but probably not with X yet. Signed-off-by: BALATON Zoltan --- Depends on hw/display: Add basic ATI VGA emulation hw/mips/mips_fulong2e.c | 6 ++ 1 fi