aboutsummaryrefslogtreecommitdiff
path: root/savevm.c
AgeCommit message (Expand)Author
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
2011-04-16Fix some typos in comments and documentationStefan Weil
2011-04-15Move CPU related functions to cpus.hBlue Swirl
2011-03-21Fix migration uint8 arrys handledJuan Quintela
2011-03-21Merge branch 'for-anthony' of git://github.com/bonzini/qemuAurelien Jarno
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini
2011-03-15Add error message for loading snapshot without VM stateKevin Wolf
2011-03-10vmstate: add UINT32 VARRAYSJuan Quintela
2011-03-10vmstate: Fix varrays with uint8 indexesJuan Quintela
2011-03-10vmstate: add VMSTATE_UINT32_EQUALJuan Quintela
2011-02-14Improve vm_stop reason declarationsJan Kiszka
2011-02-04savevm: fix corruption in vmstate_subsection_load().Yoshiaki Tamura
2011-01-31blockdev: Fix regression in -drive if=scsi,index=NMarkus Armbruster
2011-01-17savevm: Fix no_migrateAlex Williamson
2010-12-09migration/savevm: no need to flush requestsMichael S. Tsirkin
2010-12-02migration: allow rate > 4gMichael S. Tsirkin
2010-11-01add VMSTATE_BOOLGerd Hoffmann
2010-10-13Delete write only variablesBlue Swirl
2010-09-09Fix OpenBSD build warningBlue Swirl
2010-08-30savevm: Generate a name when run without oneMiguel Di Ciurcio Filho
2010-08-30monitor: make 'info snapshots' show only fully available snapshotsMiguel Di Ciurcio Filho
2010-08-10Support marking a device as non-migratableCam Macdonell
2010-08-03loadvm: improve tests before bdrv_snapshot_goto()Miguel Di Ciurcio Filho
2010-07-30savevm: Fix memory leak of compat structAlex Williamson
2010-07-26vmstate: add subsections codeJuan Quintela
2010-07-06savevm: Make use of DeviceStateAlex Williamson
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-07-02savevm: Survive hot-unplug of snapshot deviceMarkus Armbruster
2010-06-15block: Decouple savevm from DriveInfoMarkus Armbruster
2010-06-15savevm: Really verify if a drive supports snapshotsMiguel Di Ciurcio Filho
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2010-06-03migration: respect exit status with exec:Anthony Liguori
2010-05-15vmstate: Add support for alias IDJan Kiszka
2010-05-15vmstate: Drop unused post_save handlerJan Kiszka
2010-05-03Fix the RARP protocol IDStefan Berger
2010-03-17Merge remote branch 'markus/qerror' into stagingAnthony Liguori
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-03-16savevm: Fix -loadvm to report errors to stderr, not the monitorMarkus Armbruster
2010-03-13Fix a typo in error messageBlue Swirl
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka
2010-01-26fix savevm command without id or tagMarcelo Tosatti
2009-12-25savevm.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov
2009-12-03live migration: Serialize vmstate saving in stage 2Jan Kiszka
2009-12-03live migration: Propagate output monitor to callback handlerJan Kiszka
2009-12-03live migration: Allow cleanup after cancellation or errorJan Kiszka
2009-12-03vmstate: Add support for multiplying size for a constantJuan Quintela
2009-12-03vmstate: Add support for VBUFFERSJuan Quintela
2009-12-03vmstate: fix missing ARRAY_OF_POINTERS support on save stateJuan Quintela
2009-12-03vmstate: Avoid seekingJan Kiszka