include/hw/block: Include hw/block/block.h where needed
[qemu.git] / hw / nubus / trace-events
blobe31833d694af6f6720d24f6a79e1c4f14eb6943a
1 # See docs/devel/tracing.txt for syntax documentation.
3 # nubus-bus.c
4 nubus_slot_read(uint64_t addr, int size) "reading unassigned addr 0x%"PRIx64 " size %d"
5 nubus_slot_write(uint64_t addr, uint64_t val, int size) "writing unassigned addr 0x%"PRIx64 " value 0x%"PRIx64 " size %d"
6 nubus_super_slot_read(uint64_t addr, int size) "reading unassigned addr 0x%"PRIx64 " size %d"
7 nubus_super_slot_write(uint64_t addr, uint64_t val, int size) "writing unassigned addr 0x%"PRIx64 " value 0x%"PRIx64 " size %d"