Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / hw / nubus / trace-events
blob9259d6672531620311848ce1c0e424fef38926bf
1 # See docs/devel/tracing.rst 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"