aboutsummaryrefslogtreecommitdiffstats
path: root/savevm.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-26vmstate: add subsections codeJuan Quintela1-1/+85
2010-07-06savevm: Make use of DeviceStateAlex Williamson1-5/+79
2010-07-06savevm: Add DeviceState paramAlex Williamson1-9/+13
2010-07-02savevm: Survive hot-unplug of snapshot deviceMarkus Armbruster1-27/+4
2010-06-15block: Decouple savevm from DriveInfoMarkus Armbruster1-22/+18
2010-06-15savevm: Really verify if a drive supports snapshotsMiguel Di Ciurcio Filho1-22/+36
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster1-1/+1
2010-06-03migration: respect exit status with exec:Anthony Liguori1-2/+3
2010-05-15vmstate: Add support for alias IDJan Kiszka1-3/+17
2010-05-15vmstate: Drop unused post_save handlerJan Kiszka1-3/+0
2010-05-03Fix the RARP protocol IDStefan Berger1-1/+1
2010-03-17Merge remote branch 'markus/qerror' into stagingAnthony Liguori1-14/+13
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-11/+12
2010-03-16savevm: Fix -loadvm to report errors to stderr, not the monitorMarkus Armbruster1-13/+11
2010-03-13Fix a typo in error messageBlue Swirl1-1/+1
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka1-0/+4
2010-01-26fix savevm command without id or tagMarcelo Tosatti1-1/+1
2009-12-25savevm.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov1-2/+1
2009-12-03live migration: Serialize vmstate saving in stage 2Jan Kiszka1-1/+8
2009-12-03live migration: Propagate output monitor to callback handlerJan Kiszka1-15/+16