diff options
author | Dr. David Alan Gilbert | 2018-10-16 13:22:32 +0200 |
---|---|---|
committer | Laurent Vivier | 2019-02-14 11:46:30 +0100 |
commit | 65b182c379b96b87973567084123c9d47af474e5 (patch) | |
tree | 37a892f18b3be844a1bc3cb02826716cfcb7e7b0 /hw/input/trace-events | |
parent | configure: Make -Waddress-of-packed-member warnings be errors (diff) | |
download | qemu-65b182c379b96b87973567084123c9d47af474e5.tar.gz qemu-65b182c379b96b87973567084123c9d47af474e5.tar.xz qemu-65b182c379b96b87973567084123c9d47af474e5.zip |
pckbd: Convert DPRINTF->trace
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20181016112232.23241-1-dgilbert@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/input/trace-events')
-rw-r--r-- | hw/input/trace-events | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hw/input/trace-events b/hw/input/trace-events index 3965a842ae..8e53ae5bbf 100644 --- a/hw/input/trace-events +++ b/hw/input/trace-events @@ -14,6 +14,13 @@ adb_mouse_readreg(int reg, uint8_t val0, uint8_t val1) "reg %d obuf[0] 0x%2.2x o adb_mouse_request_change_addr(int devaddr) "change addr to 0x%x" adb_mouse_request_change_addr_and_handler(int devaddr, int handler) "change addr and handler to 0x%x, 0x%x" +# hw/input/pckbd.c +pckbd_kbd_read_data(uint32_t val) "0x%02x" +pckbd_kbd_read_status(int status) "0x%02x" +pckbd_outport_write(uint32_t val) "0x%02x" +pckbd_kbd_write_command(uint64_t val) "0x%02"PRIx64 +pckbd_kbd_write_data(uint64_t val) "0x%02"PRIx64 + # hw/input/ps2.c ps2_put_keycode(void *opaque, int keycode) "%p keycode 0x%02x" ps2_keyboard_event(void *opaque, int qcode, int down, unsigned int modifier, unsigned int modifiers) "%p qcode %d down %d modifier 0x%x modifiers 0x%x" |