summaryrefslogtreecommitdiffstats
path: root/migration/savevm.c
Commit message (Expand)AuthorAgeFilesLines
* 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