Re: [RFC 00/10] R300 QEMU device V2

2019-11-29 Thread BALATON Zoltan
Hello, On Thu, 28 Nov 2019, Aaron Zakhrov wrote: I tested my code with the vgabios-ati.bin rom file and it seems to get passed the earlier issue I had. Good, so then the BIOS problem seems to be sorted for now. (Maybe it needed the tables or EDID support that some drivers use from the VGA BI

Re: [RFC 00/10] R300 QEMU device V2

2019-11-27 Thread Aaron Zakhrov
I tested my code with the vgabios-ati.bin rom file and it seems to get passed the earlier issue I had. I have cleaned up my code and have sent a new patch series. The new one is pretty big but it contains only the necessary header files and it should be a little easier to review On Wed, Nov 27, 20

Re: [RFC 00/10] R300 QEMU device V2

2019-11-27 Thread Daniel P . Berrangé
On Wed, Nov 27, 2019 at 05:12:10PM +0100, Gerd Hoffmann wrote: > Hi, > > > It does become a slight usability issue, as any users need to go and find > > the suitable BIOS in order to use the device. No downstream OS vendors are > > going to be able to distribute this BIOS either > > > > I don't

Re: [RFC 00/10] R300 QEMU device V2

2019-11-27 Thread Gerd Hoffmann
Hi, > It does become a slight usability issue, as any users need to go and find > the suitable BIOS in order to use the device. No downstream OS vendors are > going to be able to distribute this BIOS either > > I don't know if we have hit this problem before & if we have any > general policies

Re: [RFC 00/10] R300 QEMU device V2

2019-11-27 Thread BALATON Zoltan
On Wed, 27 Nov 2019, Daniel P. Berrangé wrote: On Wed, Nov 27, 2019 at 04:00:01PM +0100, Philippe Mathieu-Daudé wrote: Hi Daniel, Aaron. On 11/26/19 3:19 PM, Daniel P. Berrangé wrote: On Tue, Nov 26, 2019 at 06:14:27PM +0530, aaron.zakh...@gmail.com wrote: From: Aaron Dominick I have remove

Re: [RFC 00/10] R300 QEMU device V2

2019-11-27 Thread Daniel P . Berrangé
On Wed, Nov 27, 2019 at 04:13:18PM +0100, Philippe Mathieu-Daudé wrote: > Cc'ing more. > > On 11/27/19 4:05 PM, Daniel P. Berrangé wrote: > > On Wed, Nov 27, 2019 at 04:00:01PM +0100, Philippe Mathieu-Daudé wrote: > > > Hi Daniel, Aaron. > > > > > > On 11/26/19 3:19 PM, Daniel P. Berrangé wrote:

Re: [RFC 00/10] R300 QEMU device V2

2019-11-27 Thread Philippe Mathieu-Daudé
Cc'ing more. On 11/27/19 4:05 PM, Daniel P. Berrangé wrote: On Wed, Nov 27, 2019 at 04:00:01PM +0100, Philippe Mathieu-Daudé wrote: Hi Daniel, Aaron. On 11/26/19 3:19 PM, Daniel P. Berrangé wrote: On Tue, Nov 26, 2019 at 06:14:27PM +0530, aaron.zakh...@gmail.com wrote: From: Aaron Dominick

Re: [RFC 00/10] R300 QEMU device V2

2019-11-27 Thread Daniel P . Berrangé
On Wed, Nov 27, 2019 at 04:00:01PM +0100, Philippe Mathieu-Daudé wrote: > Hi Daniel, Aaron. > > On 11/26/19 3:19 PM, Daniel P. Berrangé wrote: > > On Tue, Nov 26, 2019 at 06:14:27PM +0530, aaron.zakh...@gmail.com wrote: > > > From: Aaron Dominick > > > > > > I have removed the botched patches an

Re: [RFC 00/10] R300 QEMU device V2

2019-11-27 Thread Philippe Mathieu-Daudé
Hi Daniel, Aaron. On 11/26/19 3:19 PM, Daniel P. Berrangé wrote: On Tue, Nov 26, 2019 at 06:14:27PM +0530, aaron.zakh...@gmail.com wrote: From: Aaron Dominick I have removed the botched patches and have got the code working upto the GART initialization. I am not sure how to implement the GAR

Re: [RFC 00/10] R300 QEMU device V2

2019-11-26 Thread Daniel P . Berrangé
On Tue, Nov 26, 2019 at 06:14:27PM +0530, aaron.zakh...@gmail.com wrote: > From: Aaron Dominick > > I have removed the botched patches and have got the code working upto the > GART initialization. > I am not sure how to implement the GART. I am guessing it should be an IOMMU > device but I thin

[RFC 00/10] R300 QEMU device V2

2019-11-26 Thread aaron . zakhrov
From: Aaron Dominick I have removed the botched patches and have got the code working upto the GART initialization. I am not sure how to implement the GART. I am guessing it should be an IOMMU device but I think that is a bit much for an emulated card. The earlier problem of display probing se