[PATCH 0/2] Fix (non-vga) QXL async screendump

marcandre.lureau@redhat.com posted 2 patches 3 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210201201422.446552-1-marcandre.lureau@redhat.com
hw/display/qxl-render.c | 1 +
hw/display/qxl.c        | 1 +
2 files changed, 2 insertions(+)
[PATCH 0/2] Fix (non-vga) QXL async screendump
Posted by marcandre.lureau@redhat.com 3 years, 2 months ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Hi,

Since commit 0d9b90ce5c ("console: make QMP/HMP screendump run in coroutine"),
the screendump code relies on asynchronous QXL rendering. This event isn't
correctly triggered with non-vga QXL devices, because console registration has
some differences. Those 2 one-liners fix the regression reported by Gerd.

Marc-André Lureau (2):
  qxl: set qxl.ssd.dcl.con on secondary devices
  qxl: also notify the rendering is done when skipping it

 hw/display/qxl-render.c | 1 +
 hw/display/qxl.c        | 1 +
 2 files changed, 2 insertions(+)

-- 
2.29.0