index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
vnc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui/vnc: Do not use console_select()
Akihiko Odaki
2024-03-20
1
-5
/
+9
*
ui/vnc: Respect bound console
Akihiko Odaki
2024-03-12
1
-29
/
+30
*
ui: reject extended clipboard message if not activated
Daniel P. Berrangé
2024-02-16
1
-0
/
+5
*
ui: drop VNC feature _MASK constants
Daniel P. Berrangé
2024-02-09
1
-17
/
+17
*
audio: reintroduce default audio backend for VNC
Paolo Bonzini
2023-10-08
1
-0
/
+2
*
Merge tag 'misc-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...
Stefan Hajnoczi
2023-10-04
1
-1
/
+1
|
\
|
*
input: Allow to choose console with qemu_input_is_absolute
Akihiko Odaki
2023-10-03
1
-1
/
+1
*
|
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2023-10-03
1
-3
/
+11
|
\
\
|
|
/
|
/
|
|
*
audio: return Error ** from audio_state_by_name
Paolo Bonzini
2023-10-03
1
-2
/
+1
|
*
ui/vnc: Require audiodev= to enable audio
Paolo Bonzini
2023-10-03
1
-1
/
+10
*
|
ui: Clean up local variable shadowing
Markus Armbruster
2023-09-29
1
-6
/
+6
|
/
*
ui/vnc: fix handling of VNC_FEATURE_XVP
Paolo Bonzini
2023-09-25
1
-2
/
+2
*
ui/vnc: fix debug output for invalid audio message
Paolo Bonzini
2023-09-25
1
-1
/
+1
*
ui/console: remove redundant format field
Marc-André Lureau
2023-09-12
1
-1
/
+1
*
ui/vc: rename kbd_put to qemu_text_console functions
Marc-André Lureau
2023-09-12
1
-27
/
+27
*
ui/vc: remove kbd_put_keysym() and update function calls
Marc-André Lureau
2023-09-12
1
-27
/
+27
*
cutils: Adjust signature of parse_uint[_full]
Eric Blake
2023-06-02
1
-2
/
+2
*
vnc: avoid underflow when accessing user-provided address
Paolo Bonzini
2023-04-20
1
-1
/
+1
*
ui: keep current cursor with QemuConsole
Marc-André Lureau
2023-03-13
1
-5
/
+2
*
ui: rename cursor_{get->ref}, return it
Marc-André Lureau
2023-03-13
1
-2
/
+1
*
ui: rename cursor_{put->unref}
Marc-André Lureau
2023-03-13
1
-1
/
+1
*
qapi ui: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
1
-10
/
+0
*
treewide: Remove the unnecessary space before semicolon
Bin Meng
2022-10-24
1
-1
/
+1
*
ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_ext
Mauro Matteo Cascella
2022-10-11
1
-3
/
+8
*
Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st...
Richard Henderson
2022-04-27
1
-80
/
+76
|
\
|
*
qapi/ui: add 'display-update' command for changing listen address
Vladimir Sementsov-Ogievskiy
2022-04-27
1
-0
/
+23
|
*
ui/vnc: refactor arrays of addresses to SocketAddressList
Vladimir Sementsov-Ogievskiy
2022-04-27
1
-78
/
+51
|
*
Replacing CONFIG_VNC_PNG with CONFIG_PNG
Kshitij Suri
2022-04-27
1
-2
/
+2
*
|
softmmu: remove deprecated --enable-fips option
Daniel P. Berrangé
2022-04-26
1
-7
/
+0
|
/
*
Move error_printf_unless_qmp() with monitor unit
Marc-André Lureau
2022-04-21
1
-0
/
+1
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
ui: avoid unnecessary memory operations in vnc_refresh_server_surface()
Wen, Jianxian
2022-03-18
1
-9
/
+17
*
ui/vnc.c: Fixed a deadlock bug.
Rao Lei
2022-01-13
1
-2
/
+2
*
ui: do not delay further remote resize
Marc-André Lureau
2021-12-21
1
-1
/
+1
*
ui: generalize clipboard notifier
Marc-André Lureau
2021-12-21
1
-1
/
+1
*
crypto: replace 'des-rfb' cipher with 'des'
Daniel P. Berrangé
2021-07-14
1
-3
/
+17
*
ui/vnc: Use qcrypto_tls_creds_check_endpoint()
Philippe Mathieu-Daudé
2021-06-29
1
-3
/
+4
*
vnc: avoid deprecation warnings for SASL on OS X
Paolo Bonzini
2021-06-15
1
-8
/
+2
*
ui/vnc: clipboard support
Gerd Hoffmann
2021-05-21
1
-6
/
+15
*
vnc: spelling fix (enable->enabled)
Michael Tokarev
2021-05-21
1
-1
/
+1
*
vnc: support reload x509 certificates for vnc
Zihao Chang
2021-03-23
1
-0
/
+28
*
ui, monitor: remove deprecated VNC ACL option and HMP commands
Daniel P. Berrangé
2021-03-18
1
-38
/
+0
*
ui: honour the actual guest display dimensions without rounding
Daniel P. Berrangé
2021-03-15
1
-4
/
+19
*
ui: use client width/height in WMVi message
Daniel P. Berrangé
2021-03-15
1
-2
/
+2
*
ui: add more trace points for VNC client/server messages
Daniel P. Berrangé
2021-03-15
1
-2
/
+19
*
ui: introduce "password-secret" option for VNC servers
Daniel P. Berrangé
2021-03-15
1
-1
/
+22
*
ui/console: Pass placeholder surface to displays
Akihiko Odaki
2021-03-04
1
-10
/
+0
*
ui/console: Add placeholder flag to message surface
Akihiko Odaki
2021-03-04
1
-1
/
+1
*
vnc: send extended desktop resize on update requests
Gerd Hoffmann
2021-01-27
1
-0
/
+3
[next]