summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
* migration: create migration eventJuan Quintela2015-07-071-0/+2
* migration: No need to call trace_migrate_set_state()Juan Quintela2015-07-071-2/+0
* migration: Use always helper to set stateJuan Quintela2015-07-071-3/+3
* migration: ensure we start in NONE stateJuan Quintela2015-07-071-1/+6
* migration: Use cmpxchg correctlyJuan Quintela2015-07-071-1/+1
* migration: Add configuration sectionJuan Quintela2015-07-071-0/+61
* vmstate: Create optional sectionsJuan Quintela2015-07-072-0/+19
* global_state: Make section optionalJuan Quintela2015-07-071-0/+29
* migration: create new section to store global stateJuan Quintela2015-07-071-7/+98
* Fail more cleanly in mismatched RAM casesDr. David Alan Gilbert2015-07-071-0/+2
* Sanity check RDMA remote dataDr. David Alan Gilbert2015-07-071-0/+30
* Sort destination RAMBlocks to be the same as the sourceDr. David Alan Gilbert2015-07-071-28/+73
* Rework ram block hashDr. David Alan Gilbert2015-07-071-12/+20
* Allow rdma_delete_block to work without the hashDr. David Alan Gilbert2015-07-071-11/+16
* Rework ram_control_load_hook to hook during block loadDr. David Alan Gilbert2015-07-073-12/+36
* Translate offsets to destination address spaceDr. David Alan Gilbert2015-07-071-7/+24
* Store block name in local blocks structureDr. David Alan Gilbert2015-07-071-14/+21
* rdma typosDr. David Alan Gilbert2015-07-071-3/+3
* Only try and read a VMDescription if it should be thereDr. David Alan Gilbert2015-07-071-9/+28
* rdma: fix memory leakGonglei2015-07-071-1/+2
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-222-0/+2
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-225-0/+5
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-222-18/+19
* Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2015-06-125-15/+14
|\
| * Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng2015-06-125-15/+14
* | Remove unneeded memsetDr. David Alan Gilbert2015-06-121-1/+0
* | Rename RDMA structures to make destination clearDr. David Alan Gilbert2015-06-121-33/+33
* | 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-122-12/+18
* | Move copy out of qemu_peek_bufferDr. David Alan Gilbert2015-06-122-7/+10
* | Create MigrationIncomingStateDr. David Alan Gilbert2015-06-122-0/+30
* | qemu_ram_foreach_block: pass up error value, and down the ramblock nameDr. David Alan Gilbert2015-06-121-2/+2
* | Split header writing out of qemu_savevm_state_beginDr. David Alan Gilbert2015-06-122-3/+9
* | Add qemu_get_counted_string to read a string prefixed by a count byteDr. David Alan Gilbert2015-06-122-5/+23
* | migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-122-13/+13
* | migration: create savevm_stateJuan Quintela2015-06-121-24/+29
* | migration: Remove duplicated assignment of SETUP statusJuan Quintela2015-06-121-3/+0
* | rdma: Fix qemu crash when IPv6 address is used for migrationPadmanabh Ratnakar2015-06-121-0/+7
* | arch_init: Clean up the duplicate variable 'len' defining in ram_load()zhanghailiang2015-06-121-1/+0
* | migration: reduce include filesJuan Quintela2015-06-121-16/+2
* | migration: Add myself to the copyright list of both filesJuan Quintela2015-06-122-0/+8
* | migration: move savevm.c inside migration/Juan Quintela2015-06-121-0/+1435
* | migration: move ram stuff to migration/ramJuan Quintela2015-06-121-0/+1639
|/
* migration: Add qmp commands to set and query parametersLiang Li2015-05-071-0/+56
* migration: Use an array instead of 3 parametersLiang Li2015-05-071-12/+19
* migration: Add interface to control compressionLiang Li2015-05-071-2/+5
* qemu-file: Add compression functions to QEMUFileLiang Li2015-05-061-0/+39
OpenPOWER on IntegriCloud