summaryrefslogtreecommitdiff
path: root/migration/savevm.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-19migration: normalize locking in migration/savevm.cDenis V. Lunev1-1/+18
2015-11-19migration: implement bdrv_all_find_vmstate_bs helperDenis V. Lunev1-15/+4
2015-11-19migration: reorder processing in hmp_savevmDenis V. Lunev1-9/+9
2015-11-19snapshot: create bdrv_all_create_snapshot helperDenis V. Lunev1-13/+4
2015-11-19migration: drop find_vmstate_bs check in hmp_delvmDenis V. Lunev1-5/+0
2015-11-19snapshot: create bdrv_all_find_snapshot helperDenis V. Lunev1-33/+9
2015-11-19migration: factor our snapshottability check in load_vmstateDenis V. Lunev1-8/+7
2015-11-19snapshot: create bdrv_all_goto_snapshot helperDenis V. Lunev1-10/+5
2015-11-19snapshot: create bdrv_all_delete_snapshot helperDenis V. Lunev1-44/+10
2015-11-19snapshot: create helper to test that block drivers supports snapshotsDenis V. Lunev1-13/+4
2015-11-12Finish non-postcopiable iterative devices before packageDr. David Alan Gilbert1-2/+8
2015-11-10migration: qemu_savevm_state_cleanup becomes mandatory operationDenis V. Lunev1-1/+1
2015-11-10Postcopy: Mark nohugepage before discardDr. David Alan Gilbert1-1/+8
2015-11-10postcopy: Wire up loadvm_postcopy_handle_ commandsDr. David Alan Gilbert1-1/+27
2015-11-10Start up a postcopy/listener thread ready for incoming page dataDr. David Alan Gilbert1-1/+78
2015-11-10Don't iterate on precopy-only devices during postcopyDr. David Alan Gilbert1-2/+11
2015-11-10postcopy: ram_enable_notify to switch on userfaultDr. David Alan Gilbert1-0/+9
2015-11-10postcopy: Incoming initialisationDr. David Alan Gilbert1-0/+6
2015-11-10migration_completion: Take current stateDr. David Alan Gilbert1-2/+0
2015-11-10Add qemu_savevm_state_complete_postcopyDr. David Alan Gilbert1-2/+47
2015-11-10Avoid sending vmdescription during postcopyDr. David Alan Gilbert1-1/+2
2015-11-10postcopy: OS support testDr. David Alan Gilbert1-0/+5
2015-11-10Modify save_live_pending for postcopyDr. David Alan Gilbert1-4/+13
2015-11-10MIG_CMD_PACKAGED: Send a packaged chunk of migration streamDr. David Alan Gilbert1-5/+99
2015-11-10Add wrappers and handlers for sending/receiving the postcopy-ram migration me...Dr. David Alan Gilbert1-0/+254
2015-11-10Rework loadvm path for subloopsDr. David Alan Gilbert1-67/+74
2015-11-10Return path: Send responses from destination to sourceDr. David Alan Gilbert1-1/+1
2015-11-10Return path: Control commandsDr. David Alan Gilbert1-1/+42
2015-11-10Migration commandsDr. David Alan Gilbert1-0/+71
2015-11-10Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert1-5/+5
2015-11-10migrate_init: Call from savevmDr. David Alan Gilbert1-0/+2
2015-11-10Move configuration section writingDr. David Alan Gilbert1-5/+6
2015-11-04migration: rename cancel to cleanup in SaveVMHandlesLiang Li1-2/+2
2015-11-04migration: rename qemu_savevm_state_cancelLiang Li1-3/+3
2015-09-29migration: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-6/+6
2015-09-29migration: size_t'ify some of qemu-fileDr. David Alan Gilbert1-3/+4
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-6/+2
2015-08-03migration: Fix global state with Xen.Anthony PERARD1-0/+1
2015-07-15migration: We also want to store the global state for savevmJuan Quintela1-0/+6
2015-07-07check_section_footers: Check the correct section_idDr. David Alan Gilbert1-37/+37
2015-07-07migration: Add configuration sectionJuan Quintela1-0/+61
2015-07-07vmstate: Create optional sectionsJuan Quintela1-0/+8
2015-07-07Only try and read a VMDescription if it should be thereDr. David Alan Gilbert1-9/+28
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-1/+1
2015-06-12Add a protective section footerDr. David Alan Gilbert1-0/+61
2015-06-12Disable section footers on older machine typesDr. David Alan Gilbert1-0/+7
2015-06-12Merge section header writingDr. David Alan Gilbert1-44/+28
2015-06-12Move loadvm_handlers into MigrationIncomingStateDr. David Alan Gilbert1-12/+16