Sign in
qemu
/
qemu
/
61fcd69b0db268e7612b07fadc436b93def91768
/
ui
977c736
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
by Markus Armbruster
· 7 years ago
1c236ba
qapi: Avoid unnecessary use of enum lookup table's sentinel
by Markus Armbruster
· 7 years ago
935b333
ui: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
659c90e
vnc: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
5a3804d
vnc: use QEMU_ALIGN_DOWN
by Marc-André Lureau
· 8 years ago
87e0331
docs: fix broken paths to docs/devel/tracing.txt
by Philippe Mathieu-Daudé
· 7 years ago
9f26f32
ui/vnc: fix leak of SocketAddress **
by Philippe Mathieu-Daudé
· 7 years ago
ef58430
ui: add pause key to linux_to_qcode
by Gerd Hoffmann
· 7 years ago
103dce8
ui: drop ac_search and ac_stop
by Gerd Hoffmann
· 7 years ago
e92316a
ui: correctly detect spice PAUSE scancode sequence
by Daniel P. Berrange
· 7 years ago
7c388db
ps2: fix sending of PAUSE/BREAK scancodes
by Daniel P. Berrange
· 7 years ago
912092b
ui: drop altgr and altgr_r QKeyCodes
by Gerd Hoffmann
· 7 years ago
37810e8
ui: add multimedia keys
by Gerd Hoffmann
· 7 years ago
9ade775
ui: update keymaps
by Gerd Hoffmann
· 7 years ago
606eb0c
ui: move qemu_input_linux_to_qcode()
by Gerd Hoffmann
· 7 years ago
d52a1a9
ui: add next and prior keysyms
by Gerd Hoffmann
· 7 years ago
d3b0db6
vnc: Set default kbd delay to 10ms
by Alexander Graf
· 8 years ago
e720624
ui/cocoa.m: Fix compatibility issue with Mac OS 10.9 and under
by John Arbuckle
· 8 years ago
e47ec1a
ui/cocoa.m: add Speed menu
by John Arbuckle
· 8 years ago
85970a6
sdl2: add assert to make coverity happy
by Gerd Hoffmann
· 8 years ago
77b0359
input: Decrement queue count on kbd delay
by Alexander Graf
· 8 years ago
d3b787f
keymaps: add tracing
by Gerd Hoffmann
· 8 years ago
22a9e1f
Merge remote-tracking branch 'remotes/kraxel/tags/queue/ui-pull-request' into staging
by Peter Maydell
· 8 years ago
84e3d07
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' into staging
by Peter Maydell
· 8 years ago
95e9200
ui: Remove inclusion of "hw/qdev.h"
by Thomas Huth
· 8 years ago
3f8f131
console: remove do_safe_dpy_refresh
by Gerd Hoffmann
· 8 years ago
a4f113f
gtk: use framebuffer helper functions.
by Gerd Hoffmann
· 8 years ago
371c4ef
sdl2: use framebuffer helper functions.
by Gerd Hoffmann
· 8 years ago
d8dc67e
egl-headless: use framebuffer helper functions.
by Gerd Hoffmann
· 8 years ago
6fafc26
egl-helpers: add helpers to handle opengl framebuffers
by Gerd Hoffmann
· 8 years ago
ad664c1
console: use get_uint() for "head" property
by Marc-André Lureau
· 8 years ago
01b2ffc
qapi: merge QInt and QFloat in QNum
by Marc-André Lureau
· 8 years ago
fe5c44f
spice: don't enter opengl mode in case another UI provides opengl support
by Gerd Hoffmann
· 8 years ago
bfefa6d
spice: Use proper enum type for kbd led state
by Jonathon Jongsma
· 8 years ago
af8862b
Improve Cocoa modifier key handling
by Ian McKellar via Qemu-devel
· 8 years ago
c4b63b7
migration: Move remaining exported functions to migration/misc.h
by Juan Quintela
· 8 years ago
4d43a60
char: move CharBackend handling in char-fe unit
by Marc-André Lureau
· 8 years ago
8228e35
chardev: move headers to include/chardev
by Marc-André Lureau
· 8 years ago
d0eda02
Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into staging
by Stefan Hajnoczi
· 8 years ago
cf83f14
shutdown: Add source information to SHUTDOWN and RESET
by Eric Blake
· 8 years ago
371ec54
ui: egl-headless requires dmabuf support
by Gerd Hoffmann
· 8 years ago
7c9209e
vnc: replace hweight_long() with ctpopl()
by Cédric Le Goater
· 8 years ago
761d0f9
vnc: simple clean up
by Wei Qi
· 8 years ago
bb1599b
opengl: add egl-headless display
by Gerd Hoffmann
· 8 years ago
bc8c946
egl: explicitly ask for core context
by Gerd Hoffmann
· 8 years ago
151c8e6
egl-helpers: add missing error check
by Gerd Hoffmann
· 8 years ago
e1913db
egl-helpers: fix display init for x11
by Gerd Hoffmann
· 8 years ago
9f728c7
egl-helpers: drop support for gles and debug logging
by Gerd Hoffmann
· 8 years ago
d755def
ui: input-linux: Add absolute event support
by Philippe Voinov
· 8 years ago
9cfa7ab
ui: Support non-zero minimum values for absolute input axes
by Philippe Voinov
· 8 years ago
bd269eb
sockets: Limit SocketAddressLegacy to external interfaces
by Markus Armbruster
· 8 years ago
dfd100f
sockets: Rename SocketAddress to SocketAddressLegacy
by Markus Armbruster
· 8 years ago
dd1559b
Merge remote-tracking branch 'elmarco/tags/chr-tests-pull-request' into staging
by Stefan Hajnoczi
· 8 years ago
6361813
char: remove qemu_chr_be_generic_open
by Marc-André Lureau
· 8 years ago
05c6638
input: don't queue delay if paused
by Marc-André Lureau
· 8 years ago
fa18f36
input: limit kbd queue depth
by Gerd Hoffmann
· 8 years ago
4ba967a
ui/cocoa.m: Fix macOS 10.12 deprecation warnings
by Brendan Shanks
· 8 years ago
e0665c3
console: add same displaychangelistener registration pre-condition
by Marc-André Lureau
· 8 years ago
6905b93
console: add same surface replace pre-condition
by Marc-André Lureau
· 8 years ago
a6c7628
io vnc sockets: Clean up SocketAddressKind switches
by Markus Armbruster
· 8 years ago
ca0b64e
nbd sockets vnc: Mark problematic address family tests TODO
by Markus Armbruster
· 8 years ago
fa03cb7
vnc: allow to connect with add_client when -vnc none
by Marc-André Lureau
· 8 years ago
1684907
Fix input-linux reading from device
by Javier Celaya
· 8 years ago
0491c22
Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-fixups-for-rc2-280317-1' into staging
by Peter Maydell
· 8 years ago
0096109
ui/console: use exclusive mechanism directly
by Alex Bennée
· 8 years ago
8539093
ui/console: ensure do_safe_dpy_refresh holds BQL
by Alex Bennée
· 8 years ago
e5766eb
vnc: fix reverse mode
by Gerd Hoffmann
· 8 years ago
8bce03e
ui/egl-helpers: fix egl 1.5 display init
by Gerd Hoffmann
· 8 years ago
cc720a5
add opengl_cflags to QEMU_CFLAGS
by Gerd Hoffmann
· 8 years ago
7bc4f08
vnc: fix a qio-channel leak
by Marc-André Lureau
· 8 years ago
8bb93c6
ui/console: ensure graphic updates don't race with TCG vCPUs
by Alex Bennée
· 8 years ago
50628d3
cirrus/vnc: zap bitblit support from console code.
by Gerd Hoffmann
· 8 years ago
5f26fcf
ui/cocoa.m: add toast file support
by Programmingkid
· 8 years ago
2dc120b
vnc: fix double free issues
by Gerd Hoffmann
· 8 years ago
8bf69b4
spice: add display & head options
by Gerd Hoffmann
· 8 years ago
857e479
ui: Use XkbGetMap and XkbGetNames instead of XkbGetKeyboard
by Daniel P. Berrange
· 8 years ago
543a7a1
gtk-egl: add scanout_disable support
by Gerd Hoffmann
· 8 years ago
db6cdfb
sdl2: add scanout_disable support
by Gerd Hoffmann
· 8 years ago
46ffd0c
spice: add scanout_disable support
by Gerd Hoffmann
· 8 years ago
eaa92c7
console: add dpy_gl_scanout_disable
by Gerd Hoffmann
· 8 years ago
f4c36bd
console: rename dpy_gl_scanout to dpy_gl_scanout_texture
by Gerd Hoffmann
· 8 years ago
0ea1523
egl-helpers: Support newer MESA versions
by Frediano Ziglio
· 8 years ago
7b52550
spice: allow to specify drm rendernode
by Marc-André Lureau
· 8 years ago
396f935
ui: add ability to specify multiple VNC listen addresses
by Daniel P. Berrange
· 8 years ago
57a6d6d
ui: let VNC server listen on all resolved IP addresses
by Daniel P. Berrange
· 8 years ago
8bd22f4
ui: extract code to connect/listen from vnc_display_open
by Daniel P. Berrange
· 8 years ago
275e0d6
ui: refactor code for populating SocketAddress from vnc_display_open
by Daniel P. Berrange
· 8 years ago
4ee74fa
ui: refactor VncDisplay to allow multiple listening sockets
by Daniel P. Berrange
· 8 years ago
2a7e685
ui: fix reporting of VNC auth in query-vnc-servers
by Daniel P. Berrange
· 8 years ago
1b1aeb5
ui: fix regression handling bare 'websocket' option to -vnc
by Daniel P. Berrange
· 8 years ago
537848e
vnc: do not disconnect on EAGAIN
by Michael Tokarev
· 8 years ago
c3ff04b
ui/vnc: Drop unused vnc_has_job() and vnc_jobs_clear()
by Peter Maydell
· 8 years ago
2d6752d
Merge remote-tracking branch 'remotes/elmarco/tags/chr-split-pull-request' into staging
by Peter Maydell
· 8 years ago
3ef0c57
console: fix console resize
by Gerd Hoffmann
· 8 years ago
27b224a
gtk: Hardcode LC_CTYPE as C.utf-8
by Kevin Wolf
· 8 years ago
0b663b7
char: remove class kind field
by Marc-André Lureau
· 8 years ago
88cace9
char: get rid of CharDriver
by Marc-André Lureau
· 8 years ago
eebe0b7
vnc: fix overflow in vnc_update_stats
by Gerd Hoffmann
· 8 years ago
51e0b65
spice: wakeup QXL worker to pick up mouse changes
by Marc-André Lureau
· 8 years ago
66f6b82
ui/gtk.c: add ctrl-alt-= support for zoom in acceleration
by Ziyue Yang
· 8 years ago
Next »