qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: marcandre . lureau
Subject: [PATCH 0/2] Fix (non-vga) QXL async screendump
Date: Tue, 2 Feb 2021 00:14:20 +0400

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]