Browse Source
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20180308223946.26784-11-f4bug@amsat.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>pull/66/merge
committed by
Paolo Bonzini
5 changed files with 89 additions and 28 deletions
@ -1,9 +1,11 @@ |
|||
# See docs/devel/tracing.txt for syntax documentation. |
|||
|
|||
# hw/isa/isa-superio.c |
|||
superio_create_parallel(int id, uint16_t base, unsigned int irq) "id=%d, base 0x%03x, irq %u" |
|||
|
|||
# hw/isa/pc87312.c |
|||
pc87312_io_read(uint32_t addr, uint32_t val) "read addr=0x%x val=0x%x" |
|||
pc87312_io_write(uint32_t addr, uint32_t val) "write addr=0x%x val=0x%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" |
|||
|
|||
Loading…
Reference in new issue