index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
input-linux: refine mouse detection
Gerd Hoffmann
2019-11-29
1
-5
/
+25
*
ui/virtio-gpu: add and use qemu_create_displaysurface_pixman
Gerd Hoffmann
2019-11-29
1
-0
/
+11
*
ui/cocoa.m: Add support for cdr files
John Arbuckle
2019-11-29
1
-1
/
+2
*
spice: Disallow use of gl + TCP port
Christophe Fergeau
2019-11-29
1
-0
/
+5
*
input-linux: fix Coverity warning
Gerd Hoffmann
2019-11-29
1
-0
/
+7
*
input-linux: switch over to -object
Gerd Hoffmann
2019-11-29
1
-33
/
+121
*
ui/cocoa.m: switch to QKeyCode
John Arbuckle
2019-11-29
1
-176
/
+141
*
ui/cocoa.m: fix help menus
John Arbuckle
2019-11-29
1
-4
/
+27
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2019-11-29
3
-0
/
+3
*
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2019-11-29
1
-1
/
+0
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2019-11-29
4
-0
/
+4
*
qapi: Don't special-case simple union wrappers
Eric Blake
2019-11-29
6
-43
/
+45
*
module: Rename machine_init() to opts_init()
Eduardo Habkost
2019-11-29
3
-3
/
+3
*
ui/console: add escape sequence \e[5, 6n
Ren Kimura
2019-11-29
1
-15
/
+41
*
input-linux: add switch to enable auto-repeat events
Gerd Hoffmann
2019-11-29
1
-1
/
+6
*
input-linux: add option to toggle grab on all devices
Gerd Hoffmann
2019-11-29
1
-0
/
+29
*
input: linux evdev support
Gerd Hoffmann
2019-11-29
2
-0
/
+358
*
vnc: send cursor when a new client is connecting
Frediano Ziglio
2019-11-29
1
-0
/
+3
*
qapi: Avoid use of 'data' member of QAPI unions
Eric Blake
2019-11-29
1
-1
/
+1
*
ui: Shorten references into InputEvent
Eric Blake
2019-11-29
2
-33
/
+46
*
util: Shorten references into SocketAddress
Eric Blake
2019-11-29
1
-19
/
+20
*
qapi: promote input-send-event to stable
Gerd Hoffmann
2019-11-29
1
-3
/
+3
*
qapi: rename input buttons
Gerd Hoffmann
2019-11-29
7
-14
/
+14
*
qapi: switch x-input-send-event from console to device+head
Gerd Hoffmann
2019-11-29
1
-5
/
+10
*
console: add & use qemu_console_lookup_by_device_name
Gerd Hoffmann
2019-11-29
3
-22
/
+31
*
chardev: Properly initialize ChardevCommon components
Eric Blake
2019-11-29
1
-9
/
+11
*
all: Clean up includes
Peter Maydell
2019-11-29
2
-3
/
+0
*
Postcopy+spice: Pass spice migration data earlier
Dr. David Alan Gilbert
2019-11-29
1
-1
/
+2
*
spice/gl: tweak debug messages.
Gerd Hoffmann
2019-11-29
1
-5
/
+7
*
spice/gl: add unblock timer
Gerd Hoffmann
2019-11-29
1
-0
/
+16
*
spice: add opengl/virgl/dmabuf support
Gerd Hoffmann
2019-11-29
2
-4
/
+121
*
spice: reset cursor on resize
Marc-André Lureau
2019-11-29
1
-2
/
+12
*
egl-helpers: add functions for render nodes and dma-buf passing
Gerd Hoffmann
2019-11-29
1
-0
/
+129
*
spice: init dcl before registering qxl interface
Gerd Hoffmann
2019-11-29
1
-3
/
+3
*
gtk: fix uninitialized temporary VirtualConsole
Paolo Bonzini
2019-11-29
1
-1
/
+1
*
ui/cocoa.m: Include qemu/osdep.h
Peter Maydell
2019-11-29
1
-0
/
+2
*
ui: Clean up includes
Peter Maydell
2019-11-29
37
-21
/
+37
*
console: block rendering until client is done
Gerd Hoffmann
2019-11-29
1
-0
/
+10
*
hmp: fix sendkey out of bounds write (CVE-2015-8619)
Wolfgang Bumiller
2019-11-29
1
-2
/
+3
*
sdl: shorten the GUI refresh interval when mouse or keyboard is active
Jindřich Makovička
2019-11-29
2
-0
/
+45
*
gtk: use qemu_chr_alloc() to allocate CharDriverState
Daniel P. Berrange
2019-11-29
1
-2
/
+7
*
vnc: distiguish between ipv4/ipv6 omitted vs set to off
Daniel P. Berrange
2019-11-29
1
-6
/
+12
*
vnc: fix tls-creds error message
Wolfgang Bumiller
2019-11-29
1
-1
/
+1
*
Fix corner-case when using VNC+SASL+SPICE
Christophe Fergeau
2019-11-29
1
-2
/
+2
*
vnc: clear vs->tlscreds after unparenting it
Wolfgang Bumiller
2019-11-29
1
-0
/
+1
*
gtk: implement set_echo
Paolo Bonzini
2019-11-29
1
-1
/
+44
*
qemu-char: add logfile facility to all chardev backends
Daniel P. Berrange
2019-11-29
1
-1
/
+5
*
error: Use error_reportf_err() where it makes obvious sense
Markus Armbruster
2019-11-29
1
-3
/
+1
*
sdl2/opengl: add opengl context and scanout support
Gerd Hoffmann
2019-11-29
2
-0
/
+142
*
ui/curses: Fix color attribute of monitor for curses
OGAWA Hirofumi
2019-11-29
2
-59
/
+55
[next]