Re: [Qemu-devel] [PATCH 00/10] make display updates thread safe.

2017-04-05 Thread Mark Cave-Ayland
On 04/04/17 13:54, Mark Cave-Ayland wrote: > I've just noticed that TCX 24-bit is still leaving some artifacts, but > from looking at the code I'm fairly confident that it's bugs in the > existing TCX code where some of the accelerated features aren't > correctly invalidating the external color pl

Re: [Qemu-devel] [PATCH 00/10] make display updates thread safe.

2017-04-04 Thread Mark Cave-Ayland
On 04/04/17 11:23, Gerd Hoffmann wrote: > Hi, > > Second round. Helper API should be solid now, after patch discussions > and initial testing. API is documented now in the header file. > Additionally to vga the sparc display adapters (cg3, tcx) are converted > too. Still quite some work unti

[Qemu-devel] [PATCH 00/10] make display updates thread safe.

2017-04-04 Thread Gerd Hoffmann
Hi, Second round. Helper API should be solid now, after patch discussions and initial testing. API is documented now in the header file. Additionally to vga the sparc display adapters (cg3, tcx) are converted too. Still quite some work until we've got them all converted. Still enough progres