summaryrefslogtreecommitdiffstats
path: root/savevm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'agraf/ppc-for-upstream' into stagingAnthony Liguori2012-08-151-1/+1
|\
| * xbzrle: fix compilation on ppc32Alexander Graf2012-08-151-1/+1
* | block: Convert close calls to qemu_closeCorey Bryant2012-08-151-2/+2
|/
* Add xbzrle_encode_buffer and xbzrle_decode_buffer functionsOrit Wasserman2012-08-081-0/+159
* savevm: split save_live into stage2 and stage3Juan Quintela2012-07-201-5/+5
* savevm: split save_live_setup from save_live_stateJuan Quintela2012-07-201-2/+2
* savevm: introduce is_active methodJuan Quintela2012-07-201-0/+15
* savevm: Refactor cancel operation in its own operationJuan Quintela2012-07-201-2/+2
* savevm: Live migration handlers register the struct directlyJuan Quintela2012-07-201-11/+7
* savevm: Use a struct to pass all handlersJuan Quintela2012-07-201-29/+25
* No need to iterate if we already are over the limitJuan Quintela2012-06-291-0/+3
* Add tracepoints for savevm section start/endJuan Quintela2012-06-291-0/+8
* Add MigrationParams structureIsaku Yamahata2012-06-291-4/+9
* Merge remote-tracking branch 'afaerber-or/qom-next-2' into stagingAnthony Liguori2012-06-181-6/+6
|\
| * qdev: Use wrapper for qdev_get_pathAnthony Liguori2012-06-181-6/+6
* | savevm: flush after saving vm statePaolo Bonzini2012-06-151-1/+1
|/
* w64: Fix time conversion for some versions of MinGW-w64Stefan Weil2012-04-151-1/+2
* Merge remote-tracking branch 'sstabellini/saverestore-8' into stagingAnthony Liguori2012-03-191-0/+71
|\
| * Introduce "xen-save-devices-state"Stefano Stabellini2012-03-191-0/+71
* | Merge remote-tracking branch 'qemu-kvm/memory/urgent' into stagingAnthony Liguori2012-03-191-0/+2
|\ \
| * | vmstate: fix varrays with uint32_t indexesAmos Kong2012-03-171-0/+2
| |/
* | qapi: Convert migrateLuiz Capitulino2012-03-151-7/+6
* | Purge migration of (almost) everything to do with monitorsLuiz Capitulino2012-03-151-15/+14
|/
* Fix vmstate_register_ram() for rom/device regionsAvi Kivity2012-01-081-1/+1
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-0/+17
* qcow2: Allow >4 GB VM stateKevin Wolf2011-12-151-1/+1
* stdio_fclose: return -errno on errors (v2)Eduardo Habkost2011-12-121-2/+5
* stdio_pclose: return -errno on error (v3)Eduardo Habkost2011-12-121-0/+3
* qemu_fclose: return last_error if set (v3)Eduardo Habkost2011-12-121-3/+48
* savevm: use qemu_file_set_error() instead of setting last_error directlyEduardo Habkost2011-12-121-2/+2
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-12-051-1/+1
|\
| * block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi2011-12-051-1/+1
* | fix spelling in main directoryDong Xu Wang2011-12-021-1/+1
|/
* ivshmem: use migration blockers to prevent live migration in peer mode (v2)Anthony Liguori2011-11-211-25/+0
* savevm: qemu_fille_buffer() used to return one error for reads of size 0.Juan Quintela2011-11-011-0/+2
* qemu-timer: move more stuff out of qemu-timer.cPaolo Bonzini2011-10-211-0/+25
* Merge remote-tracking branch 'quintela/migration-pull' into stagingAnthony Liguori2011-10-201-83/+139
|\
| * migration: make *save_live return errorsJuan Quintela2011-10-201-3/+11
| * migration: use qemu_file_get_error() return value when possibleJuan Quintela2011-10-201-2/+2
| * savevm: Rename has_error to last_error fieldJuan Quintela2011-10-201-8/+8
| * migration: rename qemu_file_has_error to qemu_file_get_errorJuan Quintela2011-10-201-6/+7
| * migration: return real error codeJuan Quintela2011-10-201-18/+21
| * migration: change has_error to contain errno valuesJuan Quintela2011-10-201-4/+4
| * Revert "savevm: fix corruption in vmstate_subsection_load()."Juan Quintela2011-10-201-9/+1
| * savevm: improve subsections detection on loadJuan Quintela2011-10-201-35/+75
| * savevm: define qemu_get_byte() using qemu_peek_byte()Juan Quintela2011-10-201-9/+6
| * savevm: some coding style cleanupsJuan Quintela2011-10-201-7/+14
| * savevm: teach qemu_fill_buffer to do partial refillsJuan Quintela2011-10-201-3/+11
* | savevm: qemu_savevm_state(): Drop stop VM logicLuiz Capitulino2011-10-191-7/+0
|/
* RunState: Rename enum values as generated by the QAPILuiz Capitulino2011-10-041-2/+2
OpenPOWER on IntegriCloud