aboutsummaryrefslogtreecommitdiff
path: root/ui/vdagent.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-20Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi1-3/+2
2023-10-20migration: simplify blockersSteve Sistare1-3/+2
2023-10-19ui/input: Constify QemuInputHandler structurePhilippe Mathieu-Daudé1-1/+1
2023-09-04ui/vdagent: Unregister input handler of mouse during finalizationGuoyi Tu1-0/+3
2023-09-04ui/vdagent: call vdagent_disconnect() when agent connection is lostGuoyi Tu1-0/+3
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth1-0/+1
2023-01-19ui/spice: Require spice-protocol >= 0.14.0Markus Armbruster1-4/+0
2022-09-23ui/vdagent: fix serial reset of guest agentMarc-André Lureau1-1/+4
2022-09-23ui/vdagent: always reset the clipboard serial on capsMarc-André Lureau1-1/+3
2022-09-23ui: add some vdagent related tracesMarc-André Lureau1-0/+4
2022-08-01trivial: Fix duplicated wordsThomas Huth1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2021-12-21ui/clipboard: add a clipboard reset serial eventMarc-André Lureau1-0/+12
2021-12-21ui/vdagent: add serial capability supportMarc-André Lureau1-1/+38
2021-12-21ui: generalize clipboard notifierMarc-André Lureau1-9/+18
2021-12-21ui/vdagent: replace #if 0 with protocol version checkMarc-André Lureau1-3/+5
2021-12-21ui/vdagent: add CHECK_SPICE_PROTOCOL_VERSIONMarc-André Lureau1-0/+8
2021-08-31ui/vdagent: add a migration blockerMarc-André Lureau1-0/+12
2021-08-31ui/vdagent: send release when no clipboard ownerMarc-André Lureau1-1/+23
2021-08-31ui/vdagent: send empty clipboard when unhandledMarc-André Lureau1-0/+12
2021-08-31ui/vdagent: use qemu_clipboard_info helperMarc-André Lureau1-10/+13
2021-08-31ui/vdagent: use qemu_clipboard_peer_release helperMarc-André Lureau1-7/+1
2021-08-31ui/vdagent: split clipboard recv message handlingMarc-André Lureau1-68/+89
2021-08-31ui/vdagent: reset outbuf on disconnectMarc-André Lureau1-0/+1
2021-08-31ui/vdagent: disconnect handlers and reset state on finalizeMarc-André Lureau1-10/+15
2021-08-31ui/vdagent: remove copy-pasta commentMarc-André Lureau1-1/+1
2021-08-31ui/vdagent: fix leak on error pathMarc-André Lureau1-3/+1
2021-05-21ui/vdagent: add clipboard supportGerd Hoffmann1-0/+293
2021-05-21ui/vdagent: add mouse supportGerd Hoffmann1-0/+149
2021-05-21ui/vdagent: core infrastructureGerd Hoffmann1-0/+361