summaryrefslogtreecommitdiffstats
path: root/savevm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop the vm_running global variableLuiz Capitulino2011-09-151-2/+2
* Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-151-2/+2
* savevm: Include writable devices with removable mediaMarkus Armbruster2011-09-061-2/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-29/+29
* Merge remote-tracking branch 'kraxel/migration.2' into stagingAnthony Liguori2011-07-291-0/+1
|\
| * vmstate: add no_migrate flag to VMStateDescriptionGerd Hoffmann2011-07-201-0/+1
* | Wrap recv to avoid warningsBlue Swirl2011-07-251-1/+1
|/
* Reset system before loadvmJan Kiszka2011-06-161-0/+1
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* Fix some typos in comments and documentationStefan Weil2011-04-161-1/+1
* Move CPU related functions to cpus.hBlue Swirl2011-04-151-0/+1
* Fix migration uint8 arrys handledJuan Quintela2011-03-211-0/+2
* Merge branch 'for-anthony' of git://github.com/bonzini/qemuAurelien Jarno2011-03-211-3/+3
|\
| * change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-1/+1
| * change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini2011-03-211-2/+2
* | Add error message for loading snapshot without VM stateKevin Wolf2011-03-151-0/+2
|/
* vmstate: add UINT32 VARRAYSJuan Quintela2011-03-101-0/+2
OpenPOWER on IntegriCloud