summaryrefslogtreecommitdiffstats
path: root/savevm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support marking a device as non-migratableCam Macdonell2010-08-101-3/+41
* loadvm: improve tests before bdrv_snapshot_goto()Miguel Di Ciurcio Filho2010-08-031-37/+34
* savevm: Fix memory leak of compat structAlex Williamson2010-07-301-0/+6
* vmstate: add subsections codeJuan Quintela2010-07-261-1/+85
* savevm: Make use of DeviceStateAlex Williamson2010-07-061-5/+79
* savevm: Add DeviceState paramAlex Williamson2010-07-061-9/+13
* savevm: Survive hot-unplug of snapshot deviceMarkus Armbruster2010-07-021-27/+4
* block: Decouple savevm from DriveInfoMarkus Armbruster2010-06-151-22/+18
* savevm: Really verify if a drive supports snapshotsMiguel Di Ciurcio Filho2010-06-151-22/+36
* blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-1/+1
* migration: respect exit status with exec:Anthony Liguori2010-06-031-2/+3
* vmstate: Add support for alias IDJan Kiszka2010-05-151-3/+17
* vmstate: Drop unused post_save handlerJan Kiszka2010-05-151-3/+0
* Fix the RARP protocol IDStefan Berger2010-05-031-1/+1
* Merge remote branch 'markus/qerror' into stagingAnthony Liguori2010-03-171-14/+13
|\
| * error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-11/+12
| * savevm: Fix -loadvm to report errors to stderr, not the monitorMarkus Armbruster2010-03-161-13/+11
* | Fix a typo in error messageBlue Swirl2010-03-131-1/+1
|/
* KVM: Rework VCPU state writeback APIJan Kiszka2010-03-041-0/+4
* fix savevm command without id or tagMarcelo Tosatti2010-01-261-1/+1
* savevm.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov2009-12-251-2/+1
* live migration: Serialize vmstate saving in stage 2Jan Kiszka2009-12-031-1/+8
* live migration: Propagate output monitor to callback handlerJan Kiszka2009-12-031-15/+16
OpenPOWER on IntegriCloud