mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
qxl: fix cmdlog for vga
Signed-off-by: Alon Levy <alevy@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
012b80d3f9
commit
212496c982
4
hw/qxl.c
4
hw/qxl.c
@ -357,7 +357,9 @@ static int interface_get_command(QXLInstance *sin, struct QXLCommandExt *ext)
|
||||
ret = true;
|
||||
}
|
||||
qemu_mutex_unlock(&qxl->ssd.lock);
|
||||
qxl_log_command(qxl, "vga", ext);
|
||||
if (ret) {
|
||||
qxl_log_command(qxl, "vga", ext);
|
||||
}
|
||||
return ret;
|
||||
case QXL_MODE_COMPAT:
|
||||
case QXL_MODE_NATIVE:
|
||||
|
Loading…
Reference in New Issue
Block a user