These patches contain three small fixes, and one patch requiring more review that adds support for using chardevs for specific debug information: one for guest debug prints, and another for qxl command ring logging. This allows easier parsing and logging of this data for debugging.
v1->v2: use qemu_get_clock_ns, replaced qemu_get_clock last patch (allow QXL_IO_LOG) fixed to use existing switch cases (and fixed the redundant parenthesis in the process). Alon Levy (4): qxl: interface_get_command: fix reported mode qxl: add mode to debugprint on destroy primary qxl: add debug_cs and cmdlog_cs qxl: allow QXL_IO_LOG also in vga hw/qxl-logger.c | 62 ++++++++++++++++++++++++++++++++++-------------------- hw/qxl.c | 35 +++++++++++++++++++++++++++--- hw/qxl.h | 2 + 3 files changed, 72 insertions(+), 27 deletions(-) -- 1.7.4.4