mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
qxl: trace io port name
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
6735aa99a4
commit
18b203850a
2 changed files with 4 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue