]> Git Repo - qemu.git/blame - hw/isa/trace-events
trace-events: fix code style: print 0x before hex numbers
[qemu.git] / hw / isa / trace-events
CommitLineData
87e0331c 1# See docs/devel/tracing.txt for syntax documentation.
2b785e3c
DB
2
3# hw/isa/pc87312.c
8908eb1a
VSO
4pc87312_io_read(uint32_t addr, uint32_t val) "read addr=0x%x val=0x%x"
5pc87312_io_write(uint32_t addr, uint32_t val) "write addr=0x%x val=0x%x"
2b785e3c
DB
6pc87312_info_floppy(uint32_t base) "base 0x%x"
7pc87312_info_ide(uint32_t base) "base 0x%x"
8pc87312_info_parallel(uint32_t base, uint32_t irq) "base 0x%x, irq %u"
9pc87312_info_serial(int n, uint32_t base, uint32_t irq) "id=%d, base 0x%x, irq %u"
This page took 0.07936 seconds and 4 git commands to generate.