mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
trace-events: Shorten file names in comments
We spell out sub/dir/ in sub/dir/trace-events' comments pointing to source files. That's because when trace-events got split up, the comments were moved verbatim. Delete the sub/dir/ part from these comments. Gets rid of several misspellings. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20190314180929.27722-3-armbru@redhat.com Message-Id: <20190314180929.27722-3-armbru@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
e68b3baa25
commit
500016e5db
63 changed files with 336 additions and 336 deletions
|
@ -1,27 +1,27 @@
|
|||
# See docs/devel/tracing.txt for syntax documentation.
|
||||
|
||||
# hw/input/adb-kbd.c
|
||||
# adb-kbd.c
|
||||
adb_kbd_no_key(void) "Ignoring NO_KEY"
|
||||
adb_kbd_writereg(int reg, uint8_t val) "reg %d val 0x%2.2x"
|
||||
adb_kbd_readreg(int reg, uint8_t val0, uint8_t val1) "reg %d obuf[0] 0x%2.2x obuf[1] 0x%2.2x"
|
||||
adb_kbd_request_change_addr(int devaddr) "change addr to 0x%x"
|
||||
adb_kbd_request_change_addr_and_handler(int devaddr, int handler) "change addr and handler to 0x%x, 0x%x"
|
||||
|
||||
# hw/input/adb-mouse.c
|
||||
# adb-mouse.c
|
||||
adb_mouse_flush(void) "flush"
|
||||
adb_mouse_writereg(int reg, uint8_t val) "reg %d val 0x%2.2x"
|
||||
adb_mouse_readreg(int reg, uint8_t val0, uint8_t val1) "reg %d obuf[0] 0x%2.2x obuf[1] 0x%2.2x"
|
||||
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.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.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"
|
||||
ps2_read_data(void *opaque) "%p"
|
||||
|
@ -37,19 +37,19 @@ ps2_mouse_reset(void *opaque) "%p"
|
|||
ps2_kbd_init(void *s) "%p"
|
||||
ps2_mouse_init(void *s) "%p"
|
||||
|
||||
# hw/input/milkymist-softusb.c
|
||||
# milkymist-softusb.c
|
||||
milkymist_softusb_memory_read(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x"
|
||||
milkymist_softusb_memory_write(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x"
|
||||
milkymist_softusb_mevt(uint8_t m) "m %d"
|
||||
milkymist_softusb_kevt(uint8_t m) "m %d"
|
||||
milkymist_softusb_pulse_irq(void) "Pulse IRQ"
|
||||
|
||||
# hw/input/hid.c
|
||||
# hid.c
|
||||
hid_kbd_queue_full(void) "queue full"
|
||||
hid_kbd_queue_empty(void) "queue empty"
|
||||
|
||||
# hw/input/tsc2005.c
|
||||
# tsc2005.c
|
||||
tsc2005_sense(const char *state) "touchscreen sense %s"
|
||||
|
||||
# hw/input/virtio
|
||||
# virtio
|
||||
virtio_input_queue_full(void) "queue full"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue