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