aboutsummaryrefslogtreecommitdiff
path: root/ui/vnc.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-08audio: reintroduce default audio backend for VNCPaolo Bonzini1-0/+2
2023-10-04Merge tag 'misc-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi1-1/+1
2023-10-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-3/+11
2023-10-03input: Allow to choose console with qemu_input_is_absoluteAkihiko Odaki1-1/+1
2023-10-03audio: return Error ** from audio_state_by_namePaolo Bonzini1-2/+1
2023-10-03ui/vnc: Require audiodev= to enable audioPaolo Bonzini1-1/+10
2023-09-29ui: Clean up local variable shadowingMarkus Armbruster1-6/+6
2023-09-25ui/vnc: fix handling of VNC_FEATURE_XVPPaolo Bonzini1-2/+2
2023-09-25ui/vnc: fix debug output for invalid audio messagePaolo Bonzini1-1/+1
2023-09-12ui/console: remove redundant format fieldMarc-André Lureau1-1/+1
2023-09-12ui/vc: rename kbd_put to qemu_text_console functionsMarc-André Lureau1-27/+27
2023-09-12ui/vc: remove kbd_put_keysym() and update function callsMarc-André Lureau1-27/+27
2023-06-02cutils: Adjust signature of parse_uint[_full]Eric Blake1-2/+2
2023-04-20vnc: avoid underflow when accessing user-provided addressPaolo Bonzini1-1/+1
2023-03-13ui: keep current cursor with QemuConsoleMarc-André Lureau1-5/+2
2023-03-13ui: rename cursor_{get->ref}, return itMarc-André Lureau1-2/+1
2023-03-13ui: rename cursor_{put->unref}Marc-André Lureau1-1/+1
2022-12-14qapi ui: Elide redundant has_FOO in generated CMarkus Armbruster1-10/+0
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng1-1/+1
2022-10-11ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_extMauro Matteo Cascella1-3/+8
2022-04-27Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st...Richard Henderson1-80/+76
2022-04-27qapi/ui: add 'display-update' command for changing listen addressVladimir Sementsov-Ogievskiy1-0/+23
2022-04-27ui/vnc: refactor arrays of addresses to SocketAddressListVladimir Sementsov-Ogievskiy1-78/+51
2022-04-27Replacing CONFIG_VNC_PNG with CONFIG_PNGKshitij Suri1-2/+2
2022-04-26softmmu: remove deprecated --enable-fips optionDaniel P. Berrangé1-7/+0
2022-04-21Move error_printf_unless_qmp() with monitor unitMarc-André Lureau1-0/+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
2022-03-18ui: avoid unnecessary memory operations in vnc_refresh_server_surface()Wen, Jianxian1-9/+17
2022-01-13ui/vnc.c: Fixed a deadlock bug.Rao Lei1-2/+2
2021-12-21ui: do not delay further remote resizeMarc-André Lureau1-1/+1
2021-12-21ui: generalize clipboard notifierMarc-André Lureau1-1/+1
2021-07-14crypto: replace 'des-rfb' cipher with 'des'Daniel P. Berrangé1-3/+17
2021-06-29ui/vnc: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé1-3/+4
2021-06-15vnc: avoid deprecation warnings for SASL on OS XPaolo Bonzini1-8/+2
2021-05-21ui/vnc: clipboard supportGerd Hoffmann1-6/+15
2021-05-21vnc: spelling fix (enable->enabled)Michael Tokarev1-1/+1
2021-03-23vnc: support reload x509 certificates for vncZihao Chang1-0/+28
2021-03-18ui, monitor: remove deprecated VNC ACL option and HMP commandsDaniel P. Berrangé1-38/+0
2021-03-15ui: honour the actual guest display dimensions without roundingDaniel P. Berrangé1-4/+19
2021-03-15ui: use client width/height in WMVi messageDaniel P. Berrangé1-2/+2
2021-03-15ui: add more trace points for VNC client/server messagesDaniel P. Berrangé1-2/+19
2021-03-15ui: introduce "password-secret" option for VNC serversDaniel P. Berrangé1-1/+22
2021-03-04ui/console: Pass placeholder surface to displaysAkihiko Odaki1-10/+0
2021-03-04ui/console: Add placeholder flag to message surfaceAkihiko Odaki1-1/+1
2021-01-27vnc: send extended desktop resize on update requestsGerd Hoffmann1-0/+3
2021-01-27Revert "vnc: move initialization to framebuffer_update_request"Gerd Hoffmann1-4/+7
2021-01-23vnc: support "-vnc help"Paolo Bonzini1-4/+4
2021-01-15vnc: add support for extended desktop resizeGerd Hoffmann1-1/+63
2021-01-15vnc: move initialization to framebuffer_update_requestGerd Hoffmann1-7/+4