mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
macio: add trace-events to timer device
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
681431893e
commit
56e7404bc1
2 changed files with 7 additions and 0 deletions
|
@ -9,3 +9,7 @@ cuda_packet_receive(int len) "length %d"
|
|||
cuda_packet_receive_data(int i, const uint8_t data) "[%d] 0x%02x"
|
||||
cuda_packet_send(int len) "length %d"
|
||||
cuda_packet_send_data(int i, const uint8_t data) "[%d] 0x%02x"
|
||||
|
||||
# hw/misc/macio/macio.c
|
||||
macio_timer_write(uint64_t addr, unsigned len, uint64_t val) "write addr 0x%"PRIx64 " len %d val 0x%"PRIx64
|
||||
macio_timer_read(uint64_t addr, unsigned len, uint32_t val) "read addr 0x%"PRIx64 " len %d val 0x%"PRIx32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue