[Qemu-devel] [PATCH 0/2] cg3/tcx: make display updates thread safe

Mark Cave-Ayland posted 2 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1494449551-20227-1-git-send-email-mark.cave-ayland@ilande.co.uk
Test checkpatch passed
Test docker passed
Test s390x passed
hw/display/cg3.c |   41 ++++++++++++++++----------------
hw/display/tcx.c |   68 +++++++++++++++++++-----------------------------------
2 files changed, 45 insertions(+), 64 deletions(-)
[Qemu-devel] [PATCH 0/2] cg3/tcx: make display updates thread safe
Posted by Mark Cave-Ayland 6 years, 11 months ago
Now the previous fixes/cleanups have been applied, it is a fairly trivial
exercise to make cg3/tcx display updates thread safe.

Gerd, do you want to take these patches via your vga queue?

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>

Mark Cave-Ayland (2):
  cg3: make display updates thread safe
  tcx: make display updates thread safe

 hw/display/cg3.c |   41 ++++++++++++++++----------------
 hw/display/tcx.c |   68 +++++++++++++++++++-----------------------------------
 2 files changed, 45 insertions(+), 64 deletions(-)

-- 
1.7.10.4


Re: [Qemu-devel] [PATCH 0/2] cg3/tcx: make display updates thread safe
Posted by Gerd Hoffmann 6 years, 11 months ago
On Mi, 2017-05-10 at 21:52 +0100, Mark Cave-Ayland wrote:
> Now the previous fixes/cleanups have been applied, it is a fairly trivial
> exercise to make cg3/tcx display updates thread safe.
> 
> Gerd, do you want to take these patches via your vga queue?

Can do that, I have some more pending patches for that anyway.

cheers,
  Gerd