Re: [Qemu-devel] [PATCH v4] hw/display: Add basic ATI VGA emulation

2019-03-03 Thread Philippe Mathieu-Daudé
On 3/3/19 4:40 PM, Aleksandar Markovic wrote: > On Sunday, March 3, 2019, BALATON Zoltan wrote: > >> 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

Re: [Qemu-devel] [PATCH v4] hw/display: Add basic ATI VGA emulation

2019-03-03 Thread Philippe Mathieu-Daudé
On 3/3/19 1:46 PM, BALATON Zoltan wrote: > On Sun, 3 Mar 2019, Philippe Mathieu-Daudé wrote: >> Hi Zoltan, >> >> On 3/3/19 12:34 AM, BALATON Zoltan wrote: >>> 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 >>>

Re: [Qemu-devel] [PATCH v4] hw/display: Add basic ATI VGA emulation

2019-03-03 Thread Aleksandar Markovic
On Sunday, March 3, 2019, BALATON Zoltan wrote: > 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 t

Re: [Qemu-devel] [PATCH v4] hw/display: Add basic ATI VGA emulation

2019-03-03 Thread Philippe Mathieu-Daudé
On 3/3/19 3:04 PM, BALATON Zoltan wrote: > On Sun, 3 Mar 2019, Philippe Mathieu-Daudé wrote: >> On 3/3/19 1:46 PM, BALATON Zoltan wrote: >>> On Sun, 3 Mar 2019, Philippe Mathieu-Daudé wrote: > diff --git a/hw/display/trace-events b/hw/display/trace-events > index 37d3264bb2..6aed33eeaa 10

Re: [Qemu-devel] [PATCH v4] hw/display: Add basic ATI VGA emulation

2019-03-03 Thread BALATON Zoltan
On Sun, 3 Mar 2019, Philippe Mathieu-Daudé wrote: On 3/3/19 1:46 PM, BALATON Zoltan wrote: On Sun, 3 Mar 2019, Philippe Mathieu-Daudé wrote: +??? case RBBM_STATUS: ? /* fall through */ +??? case GUI_STAT: +??? val = 64; /* free CMDFIFO entries */ +??? break; Obviously fall

Re: [Qemu-devel] [PATCH v4] hw/display: Add basic ATI VGA emulation

2019-03-03 Thread Philippe Mathieu-Daudé
On 3/3/19 1:46 PM, BALATON Zoltan wrote: > On Sun, 3 Mar 2019, Philippe Mathieu-Daudé wrote: >> Hi Zoltan, >> >> On 3/3/19 12:34 AM, BALATON Zoltan wrote: >>> 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 >>>

Re: [Qemu-devel] [PATCH v4] hw/display: Add basic ATI VGA emulation

2019-03-03 Thread BALATON Zoltan
On Sun, 3 Mar 2019, Philippe Mathieu-Daudé wrote: Hi Zoltan, On 3/3/19 12:34 AM, BALATON Zoltan wrote: 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 fu

Re: [Qemu-devel] [PATCH v4] hw/display: Add basic ATI VGA emulation

2019-03-02 Thread Philippe Mathieu-Daudé
Hi Zoltan, On 3/3/19 12:34 AM, BALATON Zoltan wrote: > 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. Fortunate

[Qemu-devel] [PATCH v4] hw/display: Add basic ATI VGA emulation

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