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
*
ui: Plug memory leaks on parse_keyboard_layout() error path
Markus Armbruster
2011-11-11
1
-5
/
+7
*
ui/vnc: Convert sasl.mechlist to g_malloc() & friends
Markus Armbruster
2011-11-10
1
-14
/
+5
*
Merge remote-tracking branch 'afaerber/cocoa-for-upstream' into staging
Anthony Liguori
2011-11-01
1
-0
/
+2
|
\
|
*
cocoa: Close sheet after image file selection
Andreas Färber
2011-11-01
1
-0
/
+2
*
|
ui/vnc: Fix use of free() instead of g_free()
Stefan Weil
2011-11-01
4
-11
/
+11
|
/
*
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
2011-10-31
2
-133
/
+141
|
\
|
*
qapi: Convert query-spice
Luiz Capitulino
2011-10-27
1
-81
/
+58
|
*
qapi: Convert query-vnc
Luiz Capitulino
2011-10-27
1
-52
/
+83
*
|
spice: fix file handle cleanup
Gerd Hoffmann
2011-10-25
1
-1
/
+1
*
|
ui/spice-core: fix segfault in monitor
Alon Levy
2011-10-25
1
-1
/
+1
*
|
spice: Convert core to QEMU thread API
Jan Kiszka
2011-10-25
1
-4
/
+4
*
|
spice: support the new migration interface (spice 0.8.3)
Yonit Halperin
2011-10-25
1
-1
/
+55
*
|
spice: turn client_migrate_info to async
Yonit Halperin
2011-10-25
2
-6
/
+18
|
/
*
migration: Export a function that tells if the migration has finished correctly
Juan Quintela
2011-10-20
1
-2
/
+2
*
use qemu_* ctype functions
Christoph Egger
2011-09-21
1
-1
/
+1
*
Drop unneeded pthread.h inclusions
Jan Kiszka
2011-09-21
1
-2
/
+0
*
Drop the vm_running global variable
Luiz Capitulino
2011-09-15
1
-3
/
+3
*
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
2011-09-15
2
-2
/
+5
*
vns/tls: don't use depricated gnutls functions
Gerd Hoffmann
2011-09-09
1
-19
/
+49
*
spice: workaround a spice server bug.
Gerd Hoffmann
2011-09-07
1
-1
/
+24
*
spice: set qxl->ssd.running=true before telling spice to start, RHBZ #733993
Yonit Halperin
2011-09-07
1
-1
/
+2
*
sdl: Don't release input on mouse mode change in full-screen mode
Jan Kiszka
2011-08-22
1
-1
/
+3
*
Convert last qemu_free and qemu_malloc uses
Blue Swirl
2011-08-21
1
-3
/
+3
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
14
-93
/
+93
*
ui/spice-core: report compiled-version in info spice/query-spice
Alon Levy
2011-08-10
1
-0
/
+8
*
sdl: Refactor sdl_send_mouse_event
Jan Kiszka
2011-08-05
1
-11
/
+11
*
sdl: Factor out event handlers from sdl_refresh
Jan Kiszka
2011-08-05
1
-205
/
+271
*
sdl: Add zoom hot keys
Jan Kiszka
2011-08-05
1
-0
/
+13
*
sdl: Dynamically grab input in absolute mouse mode
Jan Kiszka
2011-08-05
1
-6
/
+37
*
sdl: Fix cursor handling when switching consoles in absolute mouse mode
Jan Kiszka
2011-08-05
1
-3
/
+10
*
sdl: Never release input while in full screen mode
Jan Kiszka
2011-08-05
1
-3
/
+4
*
sdl: Consistently avoid grabbing input for text consoles
Jan Kiszka
2011-08-05
1
-3
/
+6
*
sdl: Initialize gui_fullscreen earlier during setup
Jan Kiszka
2011-08-05
1
-4
/
+5
*
sdl: Drop bogus gui_fullscreen_initial_grab
Jan Kiszka
2011-08-05
1
-3
/
+1
*
sdl: Restore scaling mode on return from full screen
Jan Kiszka
2011-08-05
1
-15
/
+33
*
sdl: Fix full screen toggling from scaled mode
Jan Kiszka
2011-08-05
1
-1
/
+2
*
sdl: Properly mark modifier+u as hotkey
Jan Kiszka
2011-08-05
1
-0
/
+1
*
sdl: Avoid redundant scaling deactivation
Jan Kiszka
2011-08-05
1
-4
/
+6
*
sdl: Do not make full screen mode resizable
Jan Kiszka
2011-08-05
1
-2
/
+5
*
sdl: Fix termination in -no-shutdown mode
Jan Kiszka
2011-08-05
1
-1
/
+3
*
qxl: async io support using new spice api
Alon Levy
2011-08-03
2
-15
/
+59
*
spice/qxl: move worker wrappers
Gerd Hoffmann
2011-08-01
2
-58
/
+0
*
spice: add qemu_spice_display_init_common
Gerd Hoffmann
2011-08-01
2
-6
/
+12
*
spice: add worker wrapper functions.
Gerd Hoffmann
2011-08-01
2
-6
/
+111
*
Wrap recv to avoid warnings
Blue Swirl
2011-07-25
2
-2
/
+2
*
notifier: Pass data argument to callback
Jan Kiszka
2011-07-23
4
-6
/
+6
*
Remove unused USES_X509_AUTH macro from VNC sasl code
Daniel P. Berrange
2011-07-23
1
-7
/
+0
*
Introduce a 'client_add' monitor command accepting an open FD
Daniel P. Berrange
2011-07-23
1
-0
/
+7
*
Store VNC auth scheme per-client as well as per-server
Daniel P. Berrange
2011-07-23
4
-26
/
+41
*
qemu-char: Print strerror message on failure
Kevin Wolf
2011-07-23
1
-1
/
+1
[next]