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