Sign in
qemu
/
qemu
/
c46f76d15869be27e5c9420f6a1733c3cfafc1a1
/
ui
/
spice-core.c
54d3123
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
by Markus Armbruster
· 6 years ago
db72581
Include qemu/main-loop.h less
by Markus Armbruster
· 6 years ago
650d103
Include hw/hw.h exactly where needed
by Markus Armbruster
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
4c77ee1
spice: use a default name for the server
by Marc-André Lureau
· 6 years ago
5b1638b
spice: do not stop spice if VM is paused
by Marc-André Lureau
· 6 years ago
7921671
spice: merge options lists
by Marc-André Lureau
· 6 years ago
83f7180
spice: avoid spice runtime assert
by Marc-André Lureau
· 6 years ago
be812c0
spice: set device address and device display ID in QXL interface
by Lukáš Hrázký
· 6 years ago
766a0a5
spice: Remove unused include
by Frediano Ziglio
· 6 years ago
1b63665
configure: bump spice-server required version to 0.12.5
by Marc-André Lureau
· 6 years ago
9338570
spice: Clean up error reporting in add_channel()
by Markus Armbruster
· 6 years ago
3ab7238
qapi: Drop qapi_event_send_FOO()'s Error ** argument
by Peter Xu
· 7 years ago
54d208f
Add gles support to egl-helpers, wire up in egl-headless and gtk.
by Gerd Hoffmann
· 7 years ago
9af2398
Include less of the generated modular QAPI headers
by Markus Armbruster
· 7 years ago
922a01a
Move include qemu/option.h from qemu-common.h to actual users
by Markus Armbruster
· 7 years ago
bbcad96
Drop superfluous includes of qapi/qmp/qjson.h
by Markus Armbruster
· 7 years ago
bd006b9
Include qapi/qmp/qbool.h exactly where needed
by Markus Armbruster
· 7 years ago
fc81fa1
Include qapi/qmp/qstring.h exactly where needed
by Markus Armbruster
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
abda476
spice: remove unused timer list
by Frediano Ziglio
· 7 years ago
58a5d33
spice: remove only written event_mask field
by Frediano Ziglio
· 7 years ago
44e8f22
spice: remove unused watch list
by Frediano Ziglio
· 7 years ago
84e3d07
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' into staging
by Peter Maydell
· 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
c4b63b7
migration: Move remaining exported functions to migration/misc.h
by Juan Quintela
· 8 years ago
8bf69b4
spice: add display & head options
by Gerd Hoffmann
· 8 years ago
7b52550
spice: allow to specify drm rendernode
by Marc-André Lureau
· 8 years ago
9c5ce8d
vl: Switch qemu_uuid to QemuUUID
by Fam Zheng
· 8 years ago
daafc66
ui: spice: Exit if gl=on EGL init fails
by Cole Robinson
· 9 years ago
569a93c
spice: Disallow use of gl + TCP port
by Christophe Fergeau
· 9 years ago
34294e2
module: Rename machine_init() to opts_init()
by Eduardo Habkost
· 9 years ago
b82fc32
Postcopy+spice: Pass spice migration data earlier
by Dr. David Alan Gilbert
· 9 years ago
474114b
spice: add opengl/virgl/dmabuf support
by Gerd Hoffmann
· 9 years ago
e16f4c8
ui: Clean up includes
by Peter Maydell
· 9 years ago
06bb881
Fix corner-case when using VNC+SASL+SPICE
by Christophe Fergeau
· 9 years ago
ddf2190
qapi: Unbox base members
by Eric Blake
· 9 years ago
d49b683
qerror: Move #include out of qerror.h
by Markus Armbruster
· 10 years ago
71df1d8
QemuOpts: Convert qemu_opt_foreach() to Error
by Markus Armbruster
· 10 years ago
1640b20
QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure
by Markus Armbruster
· 10 years ago
641381c
spice: don't update mm_time when spice-server is stopped.
by Gerd Hoffmann
· 10 years ago
3b5704b
monitor: Make client_migrate_info synchronous
by Markus Armbruster
· 10 years ago
fe4831b
spice: add unix address support
by Marc-André Lureau
· 10 years ago
a416427
spice: fix memory leak
by Gonglei
· 10 years ago
e0883e2
spice: remove spice-experimental.h include
by Marc-André Lureau
· 10 years ago
cf7856a
spice: do not require TCP ports
by Marc-André Lureau
· 10 years ago
07d49a5
spice: call qemu_spice_set_passwd() during init
by Marc-André Lureau
· 10 years ago
cd56cc6
spice: use console index as display id
by Gerd Hoffmann
· 11 years ago
fe8e832
spice: don't use 'Yoda conditions'
by Gonglei
· 11 years ago
b1ea7b7
spice: auth fixes
by Gerd Hoffmann
· 11 years ago
7cfadb6
qapi event: convert SPICE events
by Wenchao Xia
· 11 years ago
a589569
qapi: adjust existing defines
by Wenchao Xia
· 11 years ago
a76a2f7
spice: fix libvirt snapshots
by Gerd Hoffmann
· 11 years ago
4f60af9
spice: fix "info spice"
by Gerd Hoffmann
· 11 years ago
b50f3e4
spice: move spice_server_vm_{start,stop} calls into qemu_spice_display_*()
by Gerd Hoffmann
· 11 years ago
7cc6a25
spice: move qemu_spice_display_*() from spice-graphics to spice-core
by Gerd Hoffmann
· 11 years ago
f1d3e58
spice: flip streaming video mode to off by default
by Gerd Hoffmann
· 11 years ago
9fa0328
spice: fix multihead support
by Gerd Hoffmann
· 11 years ago
764eb39
Fix VNC SASL authentication when using a QXL device
by Christophe Fergeau
· 11 years ago
26defe8
spice: replace use of deprecated API
by Marc-André Lureau
· 11 years ago
6735aa9
spice-core: Use g_strdup_printf instead of snprintf
by Christophe Fergeau
· 12 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
58ae52a
spice: fix display initialization
by Gerd Hoffmann
· 12 years ago
02edd2e
migration: fix spice migration
by Stefan Hajnoczi
· 12 years ago
5ad24e5
spice: Add -spice disable-agent-file-transfer cmdline option (rhbz#961850)
by Hans de Goede
· 12 years ago
fd3bea3
spice: Fix unchecked strdup() by converting to g_strdup()
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
27dd773
Merge remote-tracking branch 'bonzini/header-dirs' into staging
by Anthony Liguori
· 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
28ecbae
ui: move files to ui/ and include/ui/
by Paolo Bonzini
· 12 years ago
afd0b40
spice-qemu-char: register spicevmc ports during qemu_spice_init()
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
9995c0b
Fix the inconsistency in x509-dh-key-file parameter
by Lei Li
· 12 years ago
67be672
spice: raise requirement to 0.12
by Gerd Hoffmann
· 12 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
4efee02
spice_info: add mouse_mode
by Alon Levy
· 13 years ago
ad1be89
spice: fix broken initialization
by Alon Levy
· 13 years ago
d0638b1
spice: set spice uuid and name
by Marc-André Lureau
· 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
4295e15
qxl: require spice >= 0.8.2
by Alon Levy
· 13 years ago
faa9822
spice: support ipv6 channel address in monitor events and in spice info
by Yonit Halperin
· 13 years ago
f1f5f40
Add SPICE support to add_client monitor command
by Daniel P. Berrange
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
96b3d73
Merge remote-tracking branch 'qmp/queue/qmp' into staging
by Anthony Liguori
· 13 years ago
d1f2964
qapi: Convert query-spice
by Luiz Capitulino
· 13 years ago
08cc67f
spice: fix file handle cleanup
by Gerd Hoffmann
· 13 years ago
3bb781f
ui/spice-core: fix segfault in monitor
by Alon Levy
· 13 years ago
f9ab609
spice: Convert core to QEMU thread API
by Jan Kiszka
· 13 years ago
Next »