diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-09-05 17:30:05 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-09-10 11:14:08 +0200 |
commit | 18b203850a859f1d4688baa8a0ddb8e7af55962f (patch) | |
tree | 6c8dee6c77d31a7eff8e08ab7289b246c5e73d48 /hw/display/qxl.c | |
parent | 6735aa99a43c70c09b53af190b24600a61178b95 (diff) |
qxl: trace io port name
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/display/qxl.c')
-rw-r--r-- | hw/display/qxl.c | 5 |
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: |