qxl: set qxl.ssd.dcl.con on secondary devices
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 1 Feb 2021 20:14:21 +0000 (00:14 +0400)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 4 Feb 2021 13:32:40 +0000 (14:32 +0100)
commitc502758670432195d61ff848b1b47b0f78918ae2
treeab8616a09c734b89eac65422a3a81286871a88dc
parentada6f6f4a34351c1320d30e4fc495c1d536bd19c
qxl: set qxl.ssd.dcl.con on secondary devices

On secondary QXL devices, the console is only set on qxl.vga.con. But
graphic_hw_update_done() is called with qxl.ssd.dcl.con.

Like for primary QXL devices, set qxl.sdd.dcl.con = qxl.vga.con.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20210201201422.446552-2-marcandre.lureau@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/qxl.c