summaryrefslogtreecommitdiffstats
path: root/hw/qxl.c
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-09-12 16:13:27 +0300
committerGerd Hoffmann <kraxel@redhat.com>2012-09-13 07:31:30 +0200
commit1a1bc08568b3fc3d893cab774806cdcedfe1b60b (patch)
treee7a7b94335fab0c8fe8df168b7577cf2a1333268 /hw/qxl.c
parent917ae08ca1565aab2d10c8b6269cd905d6c5c05b (diff)
downloadhqemu-1a1bc08568b3fc3d893cab774806cdcedfe1b60b.zip
hqemu-1a1bc08568b3fc3d893cab774806cdcedfe1b60b.tar.gz
qxl: add trace-event for QXL_IO_LOG
Signed-off-by: Alon Levy <alevy@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/qxl.c')
-rw-r--r--hw/qxl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/qxl.c b/hw/qxl.c
index 8c46766..5709e0d 100644
--- a/hw/qxl.c
+++ b/hw/qxl.c
@@ -1515,6 +1515,7 @@ async_common:
qxl_set_mode(d, val, 0);
break;
case QXL_IO_LOG:
+ trace_qxl_io_log(d->id, d->ram->log_buf);
if (d->guestdebug) {
fprintf(stderr, "qxl/guest-%d: %" PRId64 ": %s", d->id,
qemu_get_clock_ns(vm_clock), d->ram->log_buf);
OpenPOWER on IntegriCloud