mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
adb: add ADB bus trace events
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Finn Thain <fthain@telegraphics.com.au> Acked-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20200623204936.24064-23-mark.cave-ayland@ilande.co.uk>
This commit is contained in:
parent
fa6c953964
commit
e590e7f014
2 changed files with 27 additions and 1 deletions
|
@ -14,6 +14,13 @@ adb_device_mouse_readreg(int reg, uint8_t val0, uint8_t val1) "reg %d obuf[0] 0x
|
|||
adb_device_mouse_request_change_addr(int devaddr) "change addr to 0x%x"
|
||||
adb_device_mouse_request_change_addr_and_handler(int devaddr, int handler) "change addr and handler to 0x%x, 0x%x"
|
||||
|
||||
# adb.c
|
||||
adb_bus_request(uint8_t addr, const char *cmd, int size) "device 0x%x %s cmdsize=%d"
|
||||
adb_bus_request_done(uint8_t addr, const char *cmd, int size) "device 0x%x %s replysize=%d"
|
||||
adb_bus_autopoll_block(bool blocked) "blocked: %d"
|
||||
adb_bus_autopoll_cb(uint16_t mask) "executing autopoll_cb with autopoll mask 0x%x"
|
||||
adb_bus_autopoll_cb_done(uint16_t mask) "done executing autopoll_cb with autopoll mask 0x%x"
|
||||
|
||||
# pckbd.c
|
||||
pckbd_kbd_read_data(uint32_t val) "0x%02x"
|
||||
pckbd_kbd_read_status(int status) "0x%02x"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue