[Qemu-devel] [PATCH] ati-vga: Fix check for blt outside vram

2019-04-09 Thread BALATON Zoltan
Fix the check preventing calling pixman functions that would access memory outside allocated vram. The r128 X driver sometimes seem to try blits that span outside vram, this check prevents crashing QEMU in that case. (The r128 X driver may have problems even on real hardware so I'm not sure if it's

Re: [Qemu-devel] [PATCH] ati-vga: Fix check for blt outside vram

2019-05-07 Thread Gerd Hoffmann
On Tue, Apr 09, 2019 at 12:56:18PM +0200, BALATON Zoltan wrote: > Fix the check preventing calling pixman functions that would access > memory outside allocated vram. The r128 X driver sometimes seem to try > blits that span outside vram, this check prevents crashing QEMU in > that case. (The r128

Re: [Qemu-devel] [PATCH] ati-vga: Fix check for blt outside vram

2019-04-09 Thread Philippe Mathieu-Daudé
This patch looks 4.0 worthwhile. On 4/9/19 12:56 PM, BALATON Zoltan wrote: > Fix the check preventing calling pixman functions that would access > memory outside allocated vram. The r128 X driver sometimes seem to try > blits that span outside vram, this check prevents crashing QEMU in > that case

Re: [Qemu-devel] [PATCH] ati-vga: Fix check for blt outside vram

2019-04-14 Thread BALATON Zoltan
On Tue, 9 Apr 2019, Philippe Mathieu-Daudé wrote: This patch looks 4.0 worthwhile. Now that it seems we'll have another rc, will this get in? Gerd, I think you have to send a pull request with it for that. Regards, BALATON Zoltan On 4/9/19 12:56 PM, BALATON Zoltan wrote: Fix the check pre

Re: [Qemu-devel] [PATCH] ati-vga: Fix check for blt outside vram

2019-04-25 Thread BALATON Zoltan
On Sun, 14 Apr 2019, BALATON Zoltan wrote: On Tue, 9 Apr 2019, Philippe Mathieu-Daudé wrote: This patch looks 4.0 worthwhile. Now that it seems we'll have another rc, will this get in? Gerd, I think you have to send a pull request with it for that. Ping? This has missed two rc-s. This preve