aboutsummaryrefslogtreecommitdiff
path: root/migration/savevm.c
AgeCommit message (Expand)Author
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
2015-06-12Create MigrationIncomingStateDr. David Alan Gilbert
2015-06-12Split header writing out of qemu_savevm_state_beginDr. David Alan Gilbert
2015-06-12Add qemu_get_counted_string to read a string prefixed by a count byteDr. David Alan Gilbert
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-06-12migration: create savevm_stateJuan Quintela
2015-06-12migration: Add myself to the copyright list of both filesJuan Quintela
2015-06-12migration: move savevm.c inside migration/Juan Quintela