summaryrefslogtreecommitdiff
path: root/savevm.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-03Merge commit '3110e2925489c571901e945e315942ce84fe696f' into upstream-mergeMarcelo Tosatti1-1/+2
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-04-14Merge commit 'b784421ce4cc860315f4ec31bbc3d67e91984074' into upstream-mergeMarcelo Tosatti1-0/+2
2011-04-14Merge commit '74475455442398a64355428b37422d14ccc293cb' into upstream-mergeMarcelo Tosatti1-3/+3
2011-03-22vmstate: fix varrays with uint8_t indexes some moreAvi Kivity1-0/+2
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-14Merge commit '9257d46d55f1fe4e8209be9a6870e339ac3266fe' into upstream-mergeMarcelo Tosatti1-0/+25
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-16Merge commit '8cf71710f068f9c50ce420b1dd4ef71c2f9b2a8d' into upstream-mergeMarcelo Tosatti1-2/+2
2011-02-14Improve vm_stop reason declarationsJan Kiszka1-2/+2
2011-02-13Merge commit '0280b571c1a153f8926612d8c8d7359242d596f5' into upstream-mergeAvi Kivity1-1/+9
2011-02-04savevm: fix corruption in vmstate_subsection_load().Yoshiaki Tamura1-1/+9
2011-02-02Merge commit 'f487d6278f75f84378833b8c3a67443346d639dc' into upstream-mergeMarcelo Tosatti1-1/+0
2011-01-31blockdev: Fix regression in -drive if=scsi,index=NMarkus Armbruster1-1/+0
2011-01-21Merge commit 'b947c12c0bb217fe09968e652873e0d22b269d68' into upstream-mergeMarcelo Tosatti1-14/+26
2011-01-17savevm: Fix no_migrateAlex Williamson1-14/+26
2011-01-06Merge commit '4a9dd6658268a942a8ea230f950a951229355cbb' into upstream-mergeMarcelo Tosatti1-4/+0
2011-01-06Merge commit '2507c12ab026b2286b0a47035c629f3d568c96f4' into upstream-mergeMarcelo Tosatti1-2/+2
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-14Merge remote branch 'upstream' into upstream-mergeAvi Kivity1-0/+21
2010-11-01add VMSTATE_BOOLGerd Hoffmann1-0/+21
2010-10-18Merge commit '38cc9b607f85017b095793cab6c129bc9844f441' into upstream-mergeMarcelo Tosatti1-2/+2
2010-10-13Delete write only variablesBlue Swirl1-2/+2
2010-09-23Merge commit '22890ab5e825601f4c3d5a1a6b4197904e5d1fee' into upstream-mergeMarcelo Tosatti1-25/+64
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-26Merge commit '6977dfe6af975d72a8140dbc91effe8b8f2a58f8' into upstream-mergeMarcelo Tosatti1-3/+41
2010-08-26Merge commit '84b89d782f03b99770759f1d9d6e4e95a2641c35' into upstream-mergeMarcelo Tosatti1-37/+34
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-08-02Merge remote branch 'upstream' into nextAvi Kivity1-0/+6
2010-08-01Merge commit 'fd2f659ee3f6f991f4f194f3fde5c9f957fd663d' into upstream-mergeAvi Kivity1-1/+85
2010-07-30savevm: Fix memory leak of compat structAlex Williamson1-0/+6
2010-07-26vmstate: add subsections codeJuan Quintela1-1/+85
2010-07-13Merge commit '1724f04985367b15751f11f4a9558f8736b2ab59' into upstream-mergeMarcelo Tosatti1-5/+79
2010-07-13Merge commit '0be71e324f774a77243f1a1487f468232d69542b' into upstream-mergeMarcelo Tosatti1-9/+13
2010-07-13Merge commit 'd17b5288d91c935cc8795fa0620721da0a3865e1' into upstream-mergeMarcelo Tosatti1-27/+4
2010-07-06savevm: Add DeviceState paramAlex Williamson1-9/+13
2010-07-06savevm: Make use of DeviceStateAlex Williamson1-5/+79
2010-07-02savevm: Survive hot-unplug of snapshot deviceMarkus Armbruster1-27/+4
2010-06-21Merge commit 'c9b62a7ee14f51c9fa473a5bbefe264c904613ee' into upstream-mergeAvi Kivity1-40/+50