Sign in
qemu-android
/
qemu-android
/
e551498e7283fc7f12a0f9cd5645517bfe9008f6
/
ui
cc69bda
sdl: Fix heap smash in sdl_zoom_rgb{16,32} for int > 32 bits
by Markus Armbruster
· 12 years ago
4d45457
qemu-option: move standard option definitions out of qemu-config.c
by Paolo Bonzini
· 12 years ago
bfb82a2
spice: drop incorrect vm_change_state_handler() opaque
by Stefan Hajnoczi
· 12 years ago
ca273d5
build: fix includes for VNC
by Paolo Bonzini
· 12 years ago
27dd773
Merge remote-tracking branch 'bonzini/header-dirs' into staging
by Anthony Liguori
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
caf71f8
migration: move include files to include/migration/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
cb9c377
janitor: add guards to headers
by Paolo Bonzini
· 12 years ago
28ecbae
ui: move files to ui/ and include/ui/
by Paolo Bonzini
· 12 years ago
f8fe796
janitor: do not include qemu-char everywhere
by Paolo Bonzini
· 12 years ago
525877c
build: move rules from Makefile to */Makefile.objs
by Paolo Bonzini
· 13 years ago
afd0b40
spice-qemu-char: register spicevmc ports during qemu_spice_init()
by Marc-André Lureau
· 12 years ago
5a49d3e
spice-qemu-char: add spiceport chardev
by Marc-André Lureau
· 12 years ago
938b8a3
qxl+vnc: register a vm state change handler for dummy spice_server
by Uri Lublin
· 12 years ago
bc210eb
pixman: fix vnc tight png/jpeg support
by Gerd Hoffmann
· 12 years ago
1c97e30
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
by Anthony Liguori
· 12 years ago
2aa1cb5
curses: Remove OpenBSD workaround
by Brad Smith
· 12 years ago
90f0cfa
ui/vnc-palette.c: Include headers it needs
by Eduardo Habkost
· 12 years ago
fb43a48
Merge remote-tracking branch 'spice/spice.v64' into staging
by Anthony Liguori
· 12 years ago
7eff574
vnc: fix option misspelling ("non-adapative" -> "non-adaptive")
by Catalin Patulea
· 12 years ago
21a50d0
spice: add new spice-server callbacks to ui/spice-display.c
by Gerd Hoffmann
· 12 years ago
9995c0b
Fix the inconsistency in x509-dh-key-file parameter
by Lei Li
· 12 years ago
bcbb78c
vnc-palette.h: Include <stdbool.h>
by Eduardo Habkost
· 12 years ago
bdd4df3
spice: fix initialization order
by Gerd Hoffmann
· 12 years ago
d9a8656
spice: switch to pixman
by Gerd Hoffmann
· 12 years ago
ef84755
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
by Blue Swirl
· 12 years ago
1d8ddda
ui/cocoa.m: Update to new DisplayChangeListener member names
by Peter Maydell
· 12 years ago
71a8cde
vnc: add missing static
by Blue Swirl
· 12 years ago
9436268
pixman/vnc: remove dead code.
by Gerd Hoffmann
· 12 years ago
47683d6
pixman/vnc: remove rgb_prepare_row* functions
by Gerd Hoffmann
· 12 years ago
9f64916
pixman/vnc: use pixman images in vnc.
by Gerd Hoffmann
· 12 years ago
187cd1d
console: remove DisplayAllocator
by Gerd Hoffmann
· 13 years ago
4dc6a39
console: remove dpy_gfx_fill
by Gerd Hoffmann
· 13 years ago
a93a4a2
console: untangle gfx & txt updates
by Gerd Hoffmann
· 13 years ago
bf2fde7
console: move set_mouse + cursor_define callbacks
by Gerd Hoffmann
· 13 years ago
3f8b11b
vnc: drop QERR_VNC_SERVER_FAILED
by Paolo Bonzini
· 12 years ago
2d55f0e
vnc: add error propagation to vnc_display_open
by Paolo Bonzini
· 12 years ago
007fcd3
vnc: reorganize code for reverse mode
by Paolo Bonzini
· 12 years ago
1ce52c7
vnc: introduce a single label for error returns
by Paolo Bonzini
· 12 years ago
c1c1619
vnc: avoid Yoda conditionals
by Paolo Bonzini
· 12 years ago
7fc4e63
qemu-sockets: add Error ** to all functions
by Paolo Bonzini
· 12 years ago
11f6697
ui/vnc-jobs.c: Fix minor typos in comments
by Peter Maydell
· 12 years ago
fe3e7f2
ui/vnc: Only report/use TIGHT_PNG encoding if enabled.
by Joel Martin
· 13 years ago
5d9619a
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 12 years ago
417b0b8
vnc: fix "info vnc" with "-vnc ..., reverse=on"
by Paolo Bonzini
· 12 years ago
67be672
spice: raise requirement to 0.12
by Gerd Hoffmann
· 13 years ago
048d361
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
by Aurelien Jarno
· 12 years ago
4d5b97d
cleanup useless return sentence
by Amos Kong
· 13 years ago
5847d9e
ui/vnc: simplify and avoid strncpy
by Jim Meyering
· 12 years ago
d69eba2
vnc: Fix spelling (hellmen -> hellman) in comment
by Stefan Weil
· 13 years ago
5db5f44
Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect
by Orit Wasserman
· 13 years ago
509e9c4
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 13 years ago
4580c49
ui: Fix spelling in comment (ressource -> resource)
by Stefan Weil
· 13 years ago
b021bd2
spice: send updates only for changed screen content
by Gerd Hoffmann
· 13 years ago
a7310dd
spice: add screen mirror
by Gerd Hoffmann
· 13 years ago
c60319a
spice: split qemu_spice_create_update
by Gerd Hoffmann
· 13 years ago
b1af98b
spice: switch to queue for vga mode updates
by Gerd Hoffmann
· 13 years ago
ddd8fdc
spice: make number of surfaces runtime-configurable.
by Gerd Hoffmann
· 13 years ago
020af1c
qxl: add QXL_IO_MONITORS_CONFIG_ASYNC
by Alon Levy
· 13 years ago
8c95705
spice: adding seamless-migration option to the command line
by Yonit Halperin
· 13 years ago
61c4efe
spice: add 'migrated' flag to spice info
by Yonit Halperin
· 13 years ago
2fdd16e
spice migration: add QEVENT_SPICE_MIGRATE_COMPLETED
by Yonit Halperin
· 13 years ago
71d388d
spice: notify on vm state change only via spice_server_vm_start/stop
by Yonit Halperin
· 13 years ago
f5bb039
spice: notify spice server on vm start/stop
by Yonit Halperin
· 13 years ago
835cab8
spice: abort on invalid streaming cmdline params
by Christophe Fergeau
· 13 years ago
02a08fe
net: inet_connect(), inet_connect_opts(): add in_progress argument
by Luiz Capitulino
· 13 years ago
0f66998
vnc: disable VNC password authentication (security type 2) when in FIPS mode
by Paul Moore
· 13 years ago
0ed8b6f
Avoid returning void
by Blue Swirl
· 13 years ago
2624bab
Remove support for non-threaded VNC server
by Daniel P. Berrange
· 13 years ago
160c31f
ui/spice-display.c: add missing initialization for valgrind
by Alon Levy
· 13 years ago
8867aef
build: move ui/ objects to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
1643f2b
vnc: fix segfault in vnc_display_pw_expire()
by Gerd Hoffmann
· 13 years ago
60b46aa
cocoa: Suppress Cocoa frontend for -qtest
by Andreas Färber
· 13 years ago
029409e
sockets: use error class to pass listen error
by Amos Kong
· 13 years ago
a6ba35b
sockets: change inet_connect() to support nonblock socket
by Amos Kong
· 13 years ago
4efee02
spice_info: add mouse_mode
by Alon Levy
· 13 years ago
5cbdb3a
Replace Qemu by QEMU in comments
by Stefan Weil
· 13 years ago
a13ccc9
ui/spice-display: use uintptr_t when casting qxl physical addresses
by Alon Levy
· 13 years ago
34d14c6
ui/spice-display.c: Fix compilation warnings on 32 bit hosts
by Peter Maydell
· 13 years ago
b85a4ec
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 13 years ago
ad1be89
spice: fix broken initialization
by Alon Levy
· 13 years ago
c480bb7
qxl: switch qxl.c to trace-events
by Alon Levy
· 13 years ago
d0638b1
spice: set spice uuid and name
by Marc-André Lureau
· 13 years ago
ee032ca
vnc: Fix packed boolean struct members
by Stefan Weil
· 13 years ago
9e4dd56
vnc: Limit r/w access to size of allocated memory
by Stefan Weil
· 13 years ago
175b2a6
vnc: don't mess up with iohandlers in the vnc thread
by Corentin Chary
· 13 years ago
1d3323d
implement vnc_dpy_setdata
by Gerd Hoffmann
· 13 years ago
0ea5c0c
vnc: Add break statement
by Stefan Weil
· 13 years ago
35c6332
Error out when tls-channel option is used without TLS
by Christophe Fergeau
· 13 years ago
339a475
spice: use error_report to report errors
by Christophe Fergeau
· 13 years ago
81fb6f1
qxl: make qxl_render_update async
by Alon Levy
· 13 years ago
2e1a98c
qxl: introduce QXLCookie
by Alon Levy
· 13 years ago
4295e15
qxl: require spice >= 0.8.2
by Alon Levy
· 13 years ago
63ea491
sdl: remove NULL check, g_malloc0 can't fail
by Alon Levy
· 13 years ago
bb5a8cd
qxl: fix spice+sdl no cursor regression
by Alon Levy
· 13 years ago
1f51470
Revert "qemu-char: Print strerror message on failure" and deps
by Markus Armbruster
· 13 years ago
Next »