summary refs log tree commit diff stats
path: root/hw/display
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2013-09-05 17:30:05 +0200
committerGerd Hoffmann <kraxel@redhat.com>2013-09-10 11:14:08 +0200
commit18b203850a859f1d4688baa8a0ddb8e7af55962f (patch)
tree6c8dee6c77d31a7eff8e08ab7289b246c5e73d48 /hw/display
parent6735aa99a43c70c09b53af190b24600a61178b95 (diff)
downloadfocaccia-qemu-18b203850a859f1d4688baa8a0ddb8e7af55962f.tar.gz
focaccia-qemu-18b203850a859f1d4688baa8a0ddb8e7af55962f.zip
qxl: trace io port name
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/display')
-rw-r--r--hw/display/qxl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/hw/display/qxl.c b/hw/display/qxl.c
index 7649f2b1f4..c50e285e21 100644
--- a/hw/display/qxl.c
+++ b/hw/display/qxl.c
@@ -1541,8 +1541,9 @@ async_common:
     default:
         break;
     }
-    trace_qxl_io_write(d->id, qxl_mode_to_string(d->mode), addr, val, size,
-                       async);
+    trace_qxl_io_write(d->id, qxl_mode_to_string(d->mode),
+                       addr, io_port_to_string(addr),
+                       val, size, async);
 
     switch (io_port) {
     case QXL_IO_UPDATE_AREA: