summaryrefslogtreecommitdiff
path: root/ui/spice-core.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-16spice: move spice_server_vm_{start,stop} calls into qemu_spice_display_*()Gerd Hoffmann1-2/+2
2013-12-16spice: move qemu_spice_display_*() from spice-graphics to spice-coreGerd Hoffmann1-0/+16
2013-12-16spice: flip streaming video mode to off by defaultGerd Hoffmann1-0/+2
2013-10-17spice: fix multihead supportGerd Hoffmann1-4/+20
2013-10-17Fix VNC SASL authentication when using a QXL deviceChristophe Fergeau1-0/+1
2013-10-17spice: replace use of deprecated APIMarc-André Lureau1-8/+7
2013-09-10spice-core: Use g_strdup_printf instead of snprintfChristophe Fergeau1-14/+14
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-5/+5
2013-07-30spice: fix display initializationGerd Hoffmann1-0/+5
2013-07-29migration: fix spice migrationStefan Hajnoczi1-1/+1
2013-06-24spice: Add -spice disable-agent-file-transfer cmdline option (rhbz#961850)Hans de Goede1-0/+13
2013-01-30spice: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster1-2/+2
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini1-0/+84
2013-01-04spice: drop incorrect vm_change_state_handler() opaqueStefan Hajnoczi1-3/+2
2012-12-19Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori1-14/+14
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-5/+5
2012-12-19migration: move include files to include/migration/Paolo Bonzini1-1/+1
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-4/+4
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini1-2/+2
2012-12-17spice-qemu-char: register spicevmc ports during qemu_spice_init()Marc-André Lureau1-0/+4
2012-12-17qxl+vnc: register a vm state change handler for dummy spice_serverUri Lublin1-0/+2
2012-11-21Fix the inconsistency in x509-dh-key-file parameterLei Li1-1/+1
2012-10-08spice: raise requirement to 0.12Gerd Hoffmann1-49/+2
2012-09-05spice: adding seamless-migration option to the command lineYonit Halperin1-0/+7
2012-09-05spice: add 'migrated' flag to spice infoYonit Halperin1-0/+4
2012-09-05spice migration: add QEVENT_SPICE_MIGRATE_COMPLETEDYonit Halperin1-1/+8
2012-09-05spice: notify on vm state change only via spice_server_vm_start/stopYonit Halperin1-0/+4
2012-09-05spice: notify spice server on vm start/stopYonit Halperin1-0/+14
2012-09-05spice: abort on invalid streaming cmdline paramsChristophe Fergeau1-1/+2
2012-05-03spice_info: add mouse_modeAlon Levy1-0/+7
2012-03-19spice: fix broken initializationAlon Levy1-8/+1
2012-03-19spice: set spice uuid and nameMarc-André Lureau1-0/+6
2012-02-28Error out when tls-channel option is used without TLSChristophe Fergeau1-1/+7
2012-02-28spice: use error_report to report errorsChristophe Fergeau1-11/+11
2012-02-27qxl: require spice >= 0.8.2Alon Levy1-17/+0
2012-02-21spice: support ipv6 channel address in monitor events and in spice infoYonit Halperin1-5/+32
2012-02-21Add SPICE support to add_client monitor commandDaniel P. Berrange1-0/+13
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2011-10-31Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-81/+58
2011-10-27qapi: Convert query-spiceLuiz Capitulino1-81/+58
2011-10-25spice: fix file handle cleanupGerd Hoffmann1-1/+1
2011-10-25ui/spice-core: fix segfault in monitorAlon Levy1-1/+1
2011-10-25spice: Convert core to QEMU thread APIJan Kiszka1-4/+4
2011-10-25spice: support the new migration interface (spice 0.8.3)Yonit Halperin1-1/+55
2011-10-25spice: turn client_migrate_info to asyncYonit Halperin1-3/+7
2011-10-20migration: Export a function that tells if the migration has finished correctlyJuan Quintela1-2/+2
2011-09-07spice: workaround a spice server bug.Gerd Hoffmann1-1/+24
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-15/+15