index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
vdagent.c
Age
Commit message (
Expand
)
Author
2023-10-20
Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...
Stefan Hajnoczi
2023-10-20
migration: simplify blockers
Steve Sistare
2023-10-19
ui/input: Constify QemuInputHandler structure
Philippe Mathieu-Daudé
2023-09-04
ui/vdagent: Unregister input handler of mouse during finalization
Guoyi Tu
2023-09-04
ui/vdagent: call vdagent_disconnect() when agent connection is lost
Guoyi Tu
2023-02-14
Do not include "qemu/error-report.h" in headers that do not need it
Thomas Huth
2023-01-19
ui/spice: Require spice-protocol >= 0.14.0
Markus Armbruster
2022-09-23
ui/vdagent: fix serial reset of guest agent
Marc-André Lureau
2022-09-23
ui/vdagent: always reset the clipboard serial on caps
Marc-André Lureau
2022-09-23
ui: add some vdagent related traces
Marc-André Lureau
2022-08-01
trivial: Fix duplicated words
Thomas Huth
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2021-12-21
ui/clipboard: add a clipboard reset serial event
Marc-André Lureau
2021-12-21
ui/vdagent: add serial capability support
Marc-André Lureau
2021-12-21
ui: generalize clipboard notifier
Marc-André Lureau
2021-12-21
ui/vdagent: replace #if 0 with protocol version check
Marc-André Lureau
2021-12-21
ui/vdagent: add CHECK_SPICE_PROTOCOL_VERSION
Marc-André Lureau
2021-08-31
ui/vdagent: add a migration blocker
Marc-André Lureau
2021-08-31
ui/vdagent: send release when no clipboard owner
Marc-André Lureau
2021-08-31
ui/vdagent: send empty clipboard when unhandled
Marc-André Lureau
2021-08-31
ui/vdagent: use qemu_clipboard_info helper
Marc-André Lureau
2021-08-31
ui/vdagent: use qemu_clipboard_peer_release helper
Marc-André Lureau
2021-08-31
ui/vdagent: split clipboard recv message handling
Marc-André Lureau
2021-08-31
ui/vdagent: reset outbuf on disconnect
Marc-André Lureau
2021-08-31
ui/vdagent: disconnect handlers and reset state on finalize
Marc-André Lureau
2021-08-31
ui/vdagent: remove copy-pasta comment
Marc-André Lureau
2021-08-31
ui/vdagent: fix leak on error path
Marc-André Lureau
2021-05-21
ui/vdagent: add clipboard support
Gerd Hoffmann
2021-05-21
ui/vdagent: add mouse support
Gerd Hoffmann
2021-05-21
ui/vdagent: core infrastructure
Gerd Hoffmann