summaryrefslogtreecommitdiffstats
path: root/savevm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vmstate: Fix varrays with uint8 indexesJuan Quintela2011-03-101-0/+2
* vmstate: add VMSTATE_UINT32_EQUALJuan Quintela2011-03-101-0/+21
* Improve vm_stop reason declarationsJan Kiszka2011-02-141-2/+2
* savevm: fix corruption in vmstate_subsection_load().Yoshiaki Tamura2011-02-041-1/+9
* blockdev: Fix regression in -drive if=scsi,index=NMarkus Armbruster2011-01-311-1/+0
* savevm: Fix no_migrateAlex Williamson2011-01-171-14/+26
* migration/savevm: no need to flush requestsMichael S. Tsirkin2010-12-091-4/+0
* migration: allow rate > 4gMichael S. Tsirkin2010-12-021-2/+2
* add VMSTATE_BOOLGerd Hoffmann2010-11-011-0/+21
* Delete write only variablesBlue Swirl2010-10-131-2/+2
* Fix OpenBSD build warningBlue Swirl2010-09-091-1/+2
* savevm: Generate a name when run without oneMiguel Di Ciurcio Filho2010-08-301-9/+20
* monitor: make 'info snapshots' show only fully available snapshotsMiguel Di Ciurcio Filho2010-08-301-16/+43
OpenPOWER on IntegriCloud