diff options
author | Alon Levy <alevy@redhat.com> | 2012-09-12 16:13:27 +0300 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-13 07:31:30 +0200 |
commit | 1a1bc08568b3fc3d893cab774806cdcedfe1b60b (patch) | |
tree | e7a7b94335fab0c8fe8df168b7577cf2a1333268 /hw/qxl.c | |
parent | 917ae08ca1565aab2d10c8b6269cd905d6c5c05b (diff) |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |