diff options
Diffstat (limited to 'hw/block/trace-events')
-rw-r--r-- | hw/block/trace-events | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/block/trace-events b/hw/block/trace-events index 70bed9ddb7..d86b53520c 100644 --- a/hw/block/trace-events +++ b/hw/block/trace-events @@ -4,6 +4,9 @@ fdc_ioport_read(uint8_t reg, uint8_t value) "read reg 0x%02x val 0x%02x" fdc_ioport_write(uint8_t reg, uint8_t value) "write reg 0x%02x val 0x%02x" +# fdc-sysbus.c +fdctrl_tc_pulse(int level) "TC pulse: %u" + # pflash_cfi01.c # pflash_cfi02.c pflash_chip_erase_invalid(const char *name, uint64_t offset) "%s: chip erase: invalid address 0x%" PRIx64 |