aboutsummaryrefslogtreecommitdiffstats
path: root/savevm.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-21ivshmem: use migration blockers to prevent live migration in peer mode (v2)Anthony Liguori1-25/+0
2011-11-01savevm: qemu_fille_buffer() used to return one error for reads of size 0.Juan Quintela1-0/+2
2011-10-21qemu-timer: move more stuff out of qemu-timer.cPaolo Bonzini1-0/+25
2011-10-20Merge remote-tracking branch 'quintela/migration-pull' into stagingAnthony Liguori1-83/+139
2011-10-20migration: make *save_live return errorsJuan Quintela1-3/+11
2011-10-20migration: use qemu_file_get_error() return value when possibleJuan Quintela1-2/+2
2011-10-20savevm: Rename has_error to last_error fieldJuan Quintela1-8/+8
2011-10-20migration: rename qemu_file_has_error to qemu_file_get_errorJuan Quintela1-6/+7
2011-10-20migration: return real error codeJuan Quintela1-18/+21
2011-10-20migration: change has_error to contain errno valuesJuan Quintela1-4/+4
2011-10-20Revert "savevm: fix corruption in vmstate_subsection_load()."Juan Quintela1-9/+1
2011-10-20savevm: improve subsections detection on loadJuan Quintela1-35/+75
2011-10-20savevm: define qemu_get_byte() using qemu_peek_byte()Juan Quintela1-9/+6
2011-10-20savevm: some coding style cleanupsJuan Quintela1-7/+14
2011-10-20savevm: teach qemu_fill_buffer to do partial refillsJuan Quintela1-3/+11
2011-10-19savevm: qemu_savevm_state(): Drop stop VM logicLuiz Capitulino1-7/+0
2011-10-04RunState: Rename enum values as generated by the QAPILuiz Capitulino1-2/+2
2011-09-15Drop the vm_running global variableLuiz Capitulino1-2/+2
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-2/+2
2011-09-06savevm: Include writable devices with removable mediaMarkus Armbruster1-2/+2
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-29/+29
2011-07-29Merge remote-tracking branch 'kraxel/migration.2' into stagingAnthony Liguori1-0/+1
2011-07-25Wrap recv to avoid warningsBlue Swirl1-1/+1
2011-07-20vmstate: add no_migrate flag to VMStateDescriptionGerd Hoffmann1-0/+1
2011-06-16Reset system before loadvmJan Kiszka1-0/+1
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-04-16Fix some typos in comments and documentationStefan Weil1-1/+1
2011-04-15Move CPU related functions to cpus.hBlue Swirl1-0/+1
2011-03-21Fix migration uint8 arrys handledJuan Quintela1-0/+2
2011-03-21Merge branch 'for-anthony' of git://github.com/bonzini/qemuAurelien Jarno1-3/+3
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-1/+1
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini1-2/+2
2011-03-15Add error message for loading snapshot without VM stateKevin Wolf1-0/+2
2011-03-10vmstate: add UINT32 VARRAYSJuan Quintela1-0/+2
2011-03-10vmstate: Fix varrays with uint8 indexesJuan Quintela1-0/+2
2011-03-10vmstate: add VMSTATE_UINT32_EQUALJuan Quintela1-0/+21
2011-02-14Improve vm_stop reason declarationsJan Kiszka1-2/+2
2011-02-04savevm: fix corruption in vmstate_subsection_load().Yoshiaki Tamura1-1/+9
2011-01-31blockdev: Fix regression in -drive if=scsi,index=NMarkus Armbruster1-1/+0
2011-01-17savevm: Fix no_migrateAlex Williamson1-14/+26
2010-12-09migration/savevm: no need to flush requestsMichael S. Tsirkin1-4/+0
2010-12-02migration: allow rate > 4gMichael S. Tsirkin1-2/+2
2010-11-01add VMSTATE_BOOLGerd Hoffmann1-0/+21
2010-10-13Delete write only variablesBlue Swirl1-2/+2
2010-09-09Fix OpenBSD build warningBlue Swirl1-1/+2
2010-08-30savevm: Generate a name when run without oneMiguel Di Ciurcio Filho1-9/+20
2010-08-30monitor: make 'info snapshots' show only fully available snapshotsMiguel Di Ciurcio Filho1-16/+43
2010-08-10Support marking a device as non-migratableCam Macdonell1-3/+41
2010-08-03loadvm: improve tests before bdrv_snapshot_goto()Miguel Di Ciurcio Filho1-37/+34
2010-07-30savevm: Fix memory leak of compat structAlex Williamson1-0/+6