mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
ui: add some vdagent related traces
This helps debugging clipboard serial sync issues. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20220912102455.111765-2-marcandre.lureau@redhat.com> [ kraxel: code style fix ] Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
64d3fec76c
commit
410840cdb1
3 changed files with 18 additions and 2 deletions
|
@ -127,15 +127,20 @@ xkeymap_vendor(const char *name) "vendor '%s'"
|
|||
xkeymap_keycodes(const char *name) "keycodes '%s'"
|
||||
xkeymap_keymap(const char *name) "keymap '%s'"
|
||||
|
||||
# clipboard.c
|
||||
clipboard_check_serial(int cur, int recv, bool ok) "cur:%d recv:%d %d"
|
||||
|
||||
# vdagent.c
|
||||
vdagent_open(void) ""
|
||||
vdagent_close(void) ""
|
||||
vdagent_disconnect(void) ""
|
||||
vdagent_send(const char *name) "msg %s"
|
||||
vdagent_send_empty_clipboard(void) ""
|
||||
vdagent_recv_chunk(uint32_t size) "size %d"
|
||||
vdagent_recv_msg(const char *name, uint32_t size) "msg %s, size %d"
|
||||
vdagent_peer_cap(const char *name) "cap %s"
|
||||
vdagent_cb_grab_selection(const char *name) "selection %s"
|
||||
vdagent_cb_grab_discard(const char *name, int cur, int recv) "selection %s, cur:%d recv:%d"
|
||||
vdagent_cb_grab_type(const char *name) "type %s"
|
||||
vdagent_cb_serial_discard(uint32_t current, uint32_t received) "current=%u, received=%u"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue