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