mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
dev-serial: convert from DPRINTF to trace-events
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20201027150456.24606-4-mark.cave-ayland@ilande.co.uk Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
8a0e4ee704
commit
ebb1132023
2 changed files with 22 additions and 14 deletions
|
@ -320,3 +320,11 @@ usb_host_parse_interface(int bus, int addr, int num, int alt, int active) "dev %
|
|||
usb_host_parse_endpoint(int bus, int addr, int ep, const char *dir, const char *type, int active) "dev %d:%d, ep %d, %s, %s, active %d"
|
||||
usb_host_parse_error(int bus, int addr, const char *errmsg) "dev %d:%d, msg %s"
|
||||
usb_host_remote_wakeup_removed(int bus, int addr) "dev %d:%d"
|
||||
|
||||
# dev-serial.c
|
||||
usb_serial_reset(int bus, int addr) "dev %d:%u reset"
|
||||
usb_serial_handle_control(int bus, int addr, int request, int value) "dev %d:%u got control 0x%x, value 0x%x"
|
||||
usb_serial_unsupported_parity(int bus, int addr, int value) "dev %d:%u unsupported parity %d"
|
||||
usb_serial_unsupported_stopbits(int bus, int addr, int value) "dev %d:%u unsupported stop bits %d"
|
||||
usb_serial_unsupported_control(int bus, int addr, int request, int value) "dev %d:%u got unsupported/bogus control 0x%x, value 0x%x"
|
||||
usb_serial_bad_token(int bus, int addr) "dev %d:%u bad token"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue