Commit 212496c9 authored by Alon Levy's avatar Alon Levy Committed by Gerd Hoffmann
Browse files

qxl: fix cmdlog for vga



Signed-off-by: default avatarAlon Levy <alevy@redhat.com>
Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent 012b80d3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -357,7 +357,9 @@ static int interface_get_command(QXLInstance *sin, struct QXLCommandExt *ext)
            ret = true;
        }
        qemu_mutex_unlock(&qxl->ssd.lock);
        if (ret) {
            qxl_log_command(qxl, "vga", ext);
        }
        return ret;
    case QXL_MODE_COMPAT:
    case QXL_MODE_NATIVE: