From: Marc-André Lureau <marcandre.lur...@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