mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
ui/vdagent: improve vdagent_fe_open() trace
Place the trace when the function enters, with arg value. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20240717171541.201525-3-marcandre.lureau@redhat.com>
This commit is contained in:
parent
2e35439f25
commit
81c88ce0b8
2 changed files with 3 additions and 2 deletions
|
@ -132,7 +132,7 @@ xkeymap_keymap(const char *name) "keymap '%s'"
|
|||
clipboard_check_serial(int cur, int recv, bool ok) "cur:%d recv:%d %d"
|
||||
|
||||
# vdagent.c
|
||||
vdagent_open(void) ""
|
||||
vdagent_fe_open(bool fe_open) "fe_open=%d"
|
||||
vdagent_close(void) ""
|
||||
vdagent_disconnect(void) ""
|
||||
vdagent_send(const char *name) "msg %s"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue