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

2019-03-07 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190221150353.93de8746...@zero.eik.bme.hu/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

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

2019-02-24 Thread Gerd Hoffmann
> > Attached patch creates two separate devices. It's just some QOM > > boilerplate, they still share 95% of the code. > > Thanks. Do you want me to merge this and submit a new version or you want to > fix up after merging my patch or what should we do with this? (I'm not a fan > of adding a new

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

2019-02-22 Thread BALATON Zoltan
On Fri, 22 Feb 2019, Gerd Hoffmann wrote: On Thu, Feb 21, 2019 at 03:55:14PM +0100, 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 v3] hw/display: Add basic ATI VGA emulation

2019-02-22 Thread Gerd Hoffmann
On Thu, Feb 21, 2019 at 03:55:14PM +0100, 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.

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

2019-02-21 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