]> Git Repo - qemu.git/blob - hw/isa/trace-events
block: Move NVMe constants to a separate header
[qemu.git] / hw / isa / trace-events
1 # See docs/devel/tracing.txt for syntax documentation.
2
3 # hw/isa/pc87312.c
4 pc87312_io_read(uint32_t addr, uint32_t val) "read addr=0x%x val=0x%x"
5 pc87312_io_write(uint32_t addr, uint32_t val) "write addr=0x%x val=0x%x"
6 pc87312_info_floppy(uint32_t base) "base 0x%x"
7 pc87312_info_ide(uint32_t base) "base 0x%x"
8 pc87312_info_parallel(uint32_t base, uint32_t irq) "base 0x%x, irq %u"
9 pc87312_info_serial(int n, uint32_t base, uint32_t irq) "id=%d, base 0x%x, irq %u"
This page took 0.023769 seconds and 4 git commands to generate.