mirror of
https://github.com/qemu/qemu.git
synced 2024-11-26 12:23:36 +08:00
87e0331c5a
With the move of some docs/ to docs/devel/ on ac06724a71
,
no references were updated.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
10 lines
456 B
Plaintext
10 lines
456 B
Plaintext
# See docs/devel/tracing.txt for syntax documentation.
|
|
|
|
# hw/isa/pc87312.c
|
|
pc87312_io_read(uint32_t addr, uint32_t val) "read addr=%x val=%x"
|
|
pc87312_io_write(uint32_t addr, uint32_t val) "write addr=%x val=%x"
|
|
pc87312_info_floppy(uint32_t base) "base 0x%x"
|
|
pc87312_info_ide(uint32_t base) "base 0x%x"
|
|
pc87312_info_parallel(uint32_t base, uint32_t irq) "base 0x%x, irq %u"
|
|
pc87312_info_serial(int n, uint32_t base, uint32_t irq) "id=%d, base 0x%x, irq %u"
|