summaryrefslogtreecommitdiffstats
path: root/ui/spice-core.c
Commit message (Expand)AuthorAgeFilesLines
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* QemuOpts: Convert qemu_opt_foreach() to ErrorMarkus Armbruster2015-06-091-2/+3
* QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failureMarkus Armbruster2015-06-091-1/+1
* spice: don't update mm_time when spice-server is stopped.Gerd Hoffmann2015-05-291-0/+1
* monitor: Make client_migrate_info synchronousMarkus Armbruster2015-04-271-21/+5
* spice: add unix address supportMarc-André Lureau2015-01-221-0/+9
* spice: fix memory leakGonglei2014-12-161-4/+1
* spice: remove spice-experimental.h includeMarc-André Lureau2014-12-161-1/+0
* spice: do not require TCP portsMarc-André Lureau2014-12-161-4/+0
* spice: call qemu_spice_set_passwd() during initMarc-André Lureau2014-09-161-1/+1
* spice: use console index as display idGerd Hoffmann2014-09-011-2/+1
* spice: don't use 'Yoda conditions'Gonglei2014-08-151-2/+2
* spice: auth fixesGerd Hoffmann2014-07-111-0/+5
* qapi event: convert SPICE eventsWenchao Xia2014-06-231-34/+36
* qapi: adjust existing definesWenchao Xia2014-06-231-3/+4
* spice: fix libvirt snapshotsGerd Hoffmann2014-05-081-0/+8
* spice: fix "info spice"Gerd Hoffmann2014-05-081-1/+1
* spice: move spice_server_vm_{start,stop} calls into qemu_spice_display_*()Gerd Hoffmann2013-12-161-2/+2
* spice: move qemu_spice_display_*() from spice-graphics to spice-coreGerd Hoffmann2013-12-161-0/+16
* spice: flip streaming video mode to off by defaultGerd Hoffmann2013-12-161-0/+2
* spice: fix multihead supportGerd Hoffmann2013-10-171-4/+20
* Fix VNC SASL authentication when using a QXL deviceChristophe Fergeau2013-10-171-0/+1
* spice: replace use of deprecated APIMarc-André Lureau2013-10-171-8/+7
* spice-core: Use g_strdup_printf instead of snprintfChristophe Fergeau2013-09-101-14/+14
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-5/+5
* spice: fix display initializationGerd Hoffmann2013-07-301-0/+5
* migration: fix spice migrationStefan Hajnoczi2013-07-291-1/+1
* spice: Add -spice disable-agent-file-transfer cmdline option (rhbz#961850)Hans de Goede2013-06-241-0/+13
* spice: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster2013-01-301-2/+2
* qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini2013-01-121-0/+84
* spice: drop incorrect vm_change_state_handler() opaqueStefan Hajnoczi2013-01-041-3/+2
* Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori2012-12-191-14/+14
|\
| * softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
| * misc: move include files to include/qemu/Paolo Bonzini2012-12-191-5/+5
| * migration: move include files to include/migration/Paolo Bonzini2012-12-191-1/+1
| * monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
| * qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-4/+4
| * ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-2/+2
* | spice-qemu-char: register spicevmc ports during qemu_spice_init()Marc-André Lureau2012-12-171-0/+4
* | qxl+vnc: register a vm state change handler for dummy spice_serverUri Lublin2012-12-171-0/+2
|/
* Fix the inconsistency in x509-dh-key-file parameterLei Li2012-11-211-1/+1
* spice: raise requirement to 0.12Gerd Hoffmann2012-10-081-49/+2
* spice: adding seamless-migration option to the command lineYonit Halperin2012-09-051-0/+7
* spice: add 'migrated' flag to spice infoYonit Halperin2012-09-051-0/+4
* spice migration: add QEVENT_SPICE_MIGRATE_COMPLETEDYonit Halperin2012-09-051-1/+8
* spice: notify on vm state change only via spice_server_vm_start/stopYonit Halperin2012-09-051-0/+4
* spice: notify spice server on vm start/stopYonit Halperin2012-09-051-0/+14
* spice: abort on invalid streaming cmdline paramsChristophe Fergeau2012-09-051-1/+2
* spice_info: add mouse_modeAlon Levy2012-05-031-0/+7
* spice: fix broken initializationAlon Levy2012-03-191-8/+1
OpenPOWER on IntegriCloud