summaryrefslogtreecommitdiffstats
path: root/hw/block/trace-events
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2018-06-21 19:12:56 +0200
committerStefan Hajnoczi2018-06-29 16:04:18 +0200
commit1a5396d961c8c90fea4cd2f740ccfd2633a8e10f (patch)
tree897fdc46b9c1d12540070f389f19d8ad5c7f75c8 /hw/block/trace-events
parenthw/net/etraxfs_eth: Convert printf() calls to trace events (diff)
downloadqemu-1a5396d961c8c90fea4cd2f740ccfd2633a8e10f.tar.gz
qemu-1a5396d961c8c90fea4cd2f740ccfd2633a8e10f.tar.xz
qemu-1a5396d961c8c90fea4cd2f740ccfd2633a8e10f.zip
hw/block/fdc: Convert from FLOPPY_DPRINTF() macro to trace events
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: John Snow <jsnow@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/block/trace-events')
-rw-r--r--hw/block/trace-events4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/block/trace-events b/hw/block/trace-events
index 6b9e733412..d842c45409 100644
--- a/hw/block/trace-events
+++ b/hw/block/trace-events
@@ -1,5 +1,9 @@
# See docs/devel/tracing.txt for syntax documentation.
+# hw/block/fdc.c
+fdc_ioport_read(uint8_t reg, uint8_t value) "read reg 0x%02x val 0x%02x"
+fdc_ioport_write(uint8_t reg, uint8_t value) "write reg 0x%02x val 0x%02x"
+
# hw/block/virtio-blk.c
virtio_blk_req_complete(void *vdev, void *req, int status) "vdev %p req %p status %d"
virtio_blk_rw_complete(void *vdev, void *req, int ret) "vdev %p req %p ret %d"