diff options
Diffstat (limited to 'hw/block')
-rw-r--r-- | hw/block/trace-events | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/block/trace-events b/hw/block/trace-events index 780416c13f..b92039a573 100644 --- a/hw/block/trace-events +++ b/hw/block/trace-events @@ -4,7 +4,8 @@ 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" -# pflash_cfi0?.c +# pflash_cfi02.c +# pflash_cfi01.c pflash_reset(void) "reset" pflash_read(uint64_t offset, uint8_t cmd, int width, uint8_t wcycle) "offset:0x%04"PRIx64" cmd:0x%02x width:%d wcycle:%u" pflash_write(uint64_t offset, uint32_t value, int width, uint8_t wcycle) "offset:0x%04"PRIx64" value:0x%03x width:%d wcycle:%u" |