Re: [Qemu-devel] [PATCH 1/7] ati-vga: Add registers for getting apertures

2019-08-21 Thread Gerd Hoffmann
On Sun, Aug 11, 2019 at 11:14:53PM +0200, BALATON Zoltan wrote: > Some drivers (e.g. Linux radeon drm and MacOS) access these to find > apertures to access card. Try to implement these but not sure these > are correct yet. Queued up patch series. thanks, Gerd

[Qemu-devel] [PATCH 1/7] ati-vga: Add registers for getting apertures

2019-08-11 Thread BALATON Zoltan
Some drivers (e.g. Linux radeon drm and MacOS) access these to find apertures to access card. Try to implement these but not sure these are correct yet. Signed-off-by: BALATON Zoltan --- hw/display/ati.c | 15 +++ hw/display/ati_dbg.c | 5 + hw/display/ati_regs.h | 5