| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Return path: Control commands | Dr. David Alan Gilbert | 2015-11-10 | 1 | -1/+42 |
* | Migration commands | Dr. David Alan Gilbert | 2015-11-10 | 1 | -0/+71 |
* | Rename save_live_complete to save_live_complete_precopy | Dr. David Alan Gilbert | 2015-11-10 | 1 | -5/+5 |
* | migrate_init: Call from savevm | Dr. David Alan Gilbert | 2015-11-10 | 1 | -0/+2 |
* | Move configuration section writing | Dr. David Alan Gilbert | 2015-11-10 | 1 | -5/+6 |
* | migration: rename cancel to cleanup in SaveVMHandles | Liang Li | 2015-11-04 | 1 | -2/+2 |
* | migration: rename qemu_savevm_state_cancel | Liang Li | 2015-11-04 | 1 | -3/+3 |
* | migration: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2015-09-29 | 1 | -6/+6 |
* | migration: size_t'ify some of qemu-file | Dr. David Alan Gilbert | 2015-09-29 | 1 | -3/+4 |
* | maint: avoid useless "if (foo) free(foo)" pattern | Daniel P. Berrange | 2015-09-11 | 1 | -6/+2 |
* | migration: Fix global state with Xen. | Anthony PERARD | 2015-08-03 | 1 | -0/+1 |
* | migration: We also want to store the global state for savevm | Juan Quintela | 2015-07-15 | 1 | -0/+6 |
* | check_section_footers: Check the correct section_id | Dr. David Alan Gilbert | 2015-07-07 | 1 | -37/+37 |
* | migration: Add configuration section | Juan Quintela | 2015-07-07 | 1 | -0/+61 |
* | vmstate: Create optional sections | Juan Quintela | 2015-07-07 | 1 | -0/+8 |
* | Only try and read a VMDescription if it should be there | Dr. David Alan Gilbert | 2015-07-07 | 1 | -9/+28 |
* | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 2015-06-22 | 1 | -0/+1 |
* | qerror: Move #include out of qerror.h | Markus Armbruster | 2015-06-22 | 1 | -0/+1 |
* | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 2015-06-22 | 1 | -1/+1 |
* | Add a protective section footer | Dr. David Alan Gilbert | 2015-06-12 | 1 | -0/+61 |
* | Disable section footers on older machine types | Dr. David Alan Gilbert | 2015-06-12 | 1 | -0/+7 |
* | Merge section header writing | Dr. David Alan Gilbert | 2015-06-12 | 1 | -44/+28 |
* | Move loadvm_handlers into MigrationIncomingState | Dr. David Alan Gilbert | 2015-06-12 | 1 | -12/+16 |
* | Create MigrationIncomingState | Dr. David Alan Gilbert | 2015-06-12 | 1 | -0/+2 |
* | Split header writing out of qemu_savevm_state_begin | Dr. David Alan Gilbert | 2015-06-12 | 1 | -3/+8 |
* | Add qemu_get_counted_string to read a string prefixed by a count byte | Dr. David Alan Gilbert | 2015-06-12 | 1 | -5/+6 |
* | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela | 2015-06-12 | 1 | -5/+5 |
* | migration: create savevm_state | Juan Quintela | 2015-06-12 | 1 | -24/+29 |
* | migration: Add myself to the copyright list of both files | Juan Quintela | 2015-06-12 | 1 | -0/+4 |
* | migration: move savevm.c inside migration/ | Juan Quintela | 2015-06-12 | 1 | -0/+1435 |