summaryrefslogtreecommitdiffstats
path: root/migration/savevm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create MigrationIncomingStateDr. David Alan Gilbert2015-06-121-0/+2
* Split header writing out of qemu_savevm_state_beginDr. David Alan Gilbert2015-06-121-3/+8
* Add qemu_get_counted_string to read a string prefixed by a count byteDr. David Alan Gilbert2015-06-121-5/+6
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-5/+5
* migration: create savevm_stateJuan Quintela2015-06-121-24/+29
* migration: Add myself to the copyright list of both filesJuan Quintela2015-06-121-0/+4
* migration: move savevm.c inside migration/Juan Quintela2015-06-121-0/+1435
OpenPOWER on IntegriCloud