diff options
| author | Daniel P. Berrange | 2017-09-21 14:15:27 +0200 |
|---|---|---|
| committer | Gerd Hoffmann | 2017-09-29 10:36:33 +0200 |
| commit | ad6374c43e572e6e53020a97e72e9ea525b08334 (patch) | |
| tree | a3101cd1dc7ca47185396d94ec3f2a963ec56e5d /ui/trace-events | |
| parent | virtio-input: send rel-wheel events for wheel buttons (diff) | |
| download | qemu-ad6374c43e572e6e53020a97e72e9ea525b08334.tar.gz qemu-ad6374c43e572e6e53020a97e72e9ea525b08334.tar.xz qemu-ad6374c43e572e6e53020a97e72e9ea525b08334.zip | |
ui: add tracing of VNC operations related to QIOChannel
Trace anything which opens/closes/wraps a QIOChannel in the
VNC server.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 20170921121528.23935-2-berrange@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/trace-events')
| -rw-r--r-- | ui/trace-events | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/trace-events b/ui/trace-events index 34c2213700..e4c02e47f5 100644 --- a/ui/trace-events +++ b/ui/trace-events @@ -29,6 +29,12 @@ vnc_key_event_ext(bool down, int sym, int keycode, const char *name) "down %d, s vnc_key_event_map(bool down, int sym, int keycode, const char *name) "down %d, sym 0x%x -> keycode 0x%x [%s]" vnc_key_sync_numlock(bool on) "%d" vnc_key_sync_capslock(bool on) "%d" +vnc_client_eof(void *state, void *ioc) "VNC client EOF state=%p ioc=%p" +vnc_client_io_error(void *state, void *ioc, const char *msg) "VNC client I/O error state=%p ioc=%p errmsg=%s" +vnc_client_connect(void *state, void *ioc) "VNC client connect state=%p ioc=%p" +vnc_client_disconnect_start(void *state, void *ioc) "VNC client disconnect start state=%p ioc=%p" +vnc_client_disconnect_finish(void *state, void *ioc) "VNC client disconnect finish state=%p ioc=%p" +vnc_client_io_wrap(void *state, void *ioc, const char *type) "VNC client I/O wrap state=%p ioc=%p type=%s" # ui/input.c input_event_key_number(int conidx, int number, const char *qcode, bool down) "con %d, key number 0x%x [%s], down %d" |
