aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2015-07-07migration: create new section to store global stateJuan Quintela
2015-07-07Fail more cleanly in mismatched RAM casesDr. David Alan Gilbert
2015-07-07Sanity check RDMA remote dataDr. David Alan Gilbert
2015-07-07Sort destination RAMBlocks to be the same as the sourceDr. David Alan Gilbert
2015-07-07Rework ram block hashDr. David Alan Gilbert
2015-07-07Allow rdma_delete_block to work without the hashDr. David Alan Gilbert
2015-07-07Rework ram_control_load_hook to hook during block loadDr. David Alan Gilbert
2015-07-07Translate offsets to destination address spaceDr. David Alan Gilbert
2015-07-07Store block name in local blocks structureDr. David Alan Gilbert
2015-07-07rdma typosDr. David Alan Gilbert
2015-07-07Only try and read a VMDescription if it should be thereDr. David Alan Gilbert
2015-07-07rdma: fix memory leakGonglei
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
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-12Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell
2015-06-12Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng
2015-06-12Remove unneeded memsetDr. David Alan Gilbert
2015-06-12Rename RDMA structures to make destination clearDr. David Alan Gilbert
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-12Move copy out of qemu_peek_bufferDr. David Alan Gilbert
2015-06-12Create MigrationIncomingStateDr. David Alan Gilbert
2015-06-12qemu_ram_foreach_block: pass up error value, and down the ramblock nameDr. 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: Remove duplicated assignment of SETUP statusJuan Quintela
2015-06-12rdma: Fix qemu crash when IPv6 address is used for migrationPadmanabh Ratnakar
2015-06-12arch_init: Clean up the duplicate variable 'len' defining in ram_load()zhanghailiang
2015-06-12migration: reduce include filesJuan Quintela
2015-06-12migration: Add myself to the copyright list of both filesJuan Quintela
2015-06-12migration: move savevm.c inside migration/Juan Quintela
2015-06-12migration: move ram stuff to migration/ramJuan Quintela
2015-05-07migration: Add qmp commands to set and query parametersLiang Li
2015-05-07migration: Use an array instead of 3 parametersLiang Li
2015-05-07migration: Add interface to control compressionLiang Li
2015-05-06qemu-file: Add compression functions to QEMUFileLiang Li
2015-05-06migration: Add the framework of multi-thread decompressionLiang Li
2015-05-06migration: Add the framework of multi-thread compressionLiang Li
2015-04-28block: Ensure consistent bitmap function prototypesJohn Snow
2015-04-28qapi: Add optional field "name" to block dirty bitmapFam Zheng
2015-03-26rdma: Fix cleanup in error pathsPadmanabh Ratnakar
2015-03-17migration: Expose 'cancelling' status to userzhanghailiang
2015-03-17migration: Convert 'status' of MigrationInfo to use an enum typezhanghailiang
2015-03-17migration: Rename abbreviated macro MIG_STATE_* to MIGRATION_STATUS_*zhanghailiang