summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2015-07-07Sanity check RDMA remote dataDr. David Alan Gilbert1-0/+30
2015-07-07Sort destination RAMBlocks to be the same as the sourceDr. David Alan Gilbert1-28/+73
2015-07-07Rework ram block hashDr. David Alan Gilbert1-12/+20
2015-07-07Allow rdma_delete_block to work without the hashDr. David Alan Gilbert1-11/+16
2015-07-07Rework ram_control_load_hook to hook during block loadDr. David Alan Gilbert3-12/+36
2015-07-07Translate offsets to destination address spaceDr. David Alan Gilbert1-7/+24
2015-07-07Store block name in local blocks structureDr. David Alan Gilbert1-14/+21
2015-07-07rdma typosDr. David Alan Gilbert1-3/+3
2015-07-07Only try and read a VMDescription if it should be thereDr. David Alan Gilbert1-9/+28
2015-07-07rdma: fix memory leakGonglei1-1/+2
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2-0/+2
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster5-0/+5
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2-18/+19
2015-06-12Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell5-15/+14
2015-06-12Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng5-15/+14
2015-06-12Remove unneeded memsetDr. David Alan Gilbert1-1/+0
2015-06-12Rename RDMA structures to make destination clearDr. David Alan Gilbert1-33/+33
2015-06-12Add a protective section footerDr. David Alan Gilbert1-0/+61
2015-06-12Disable section footers on older machine typesDr. David Alan Gilbert1-0/+7
2015-06-12Merge section header writingDr. David Alan Gilbert1-44/+28
2015-06-12Move loadvm_handlers into MigrationIncomingStateDr. David Alan Gilbert2-12/+18
2015-06-12Move copy out of qemu_peek_bufferDr. David Alan Gilbert2-7/+10
2015-06-12Create MigrationIncomingStateDr. David Alan Gilbert2-0/+30
2015-06-12qemu_ram_foreach_block: pass up error value, and down the ramblock nameDr. David Alan Gilbert1-2/+2
2015-06-12Split header writing out of qemu_savevm_state_beginDr. David Alan Gilbert2-3/+9
2015-06-12Add qemu_get_counted_string to read a string prefixed by a count byteDr. David Alan Gilbert2-5/+23
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2-13/+13
2015-06-12migration: create savevm_stateJuan Quintela1-24/+29
2015-06-12migration: Remove duplicated assignment of SETUP statusJuan Quintela1-3/+0
2015-06-12rdma: Fix qemu crash when IPv6 address is used for migrationPadmanabh Ratnakar1-0/+7
2015-06-12arch_init: Clean up the duplicate variable 'len' defining in ram_load()zhanghailiang1-1/+0
2015-06-12migration: reduce include filesJuan Quintela1-16/+2
2015-06-12migration: Add myself to the copyright list of both filesJuan Quintela2-0/+8
2015-06-12migration: move savevm.c inside migration/Juan Quintela1-0/+1435
2015-06-12migration: move ram stuff to migration/ramJuan Quintela1-0/+1639
2015-05-07migration: Add qmp commands to set and query parametersLiang Li1-0/+56
2015-05-07migration: Use an array instead of 3 parametersLiang Li1-12/+19
2015-05-07migration: Add interface to control compressionLiang Li1-2/+5
2015-05-06qemu-file: Add compression functions to QEMUFileLiang Li1-0/+39
2015-05-06migration: Add the framework of multi-thread decompressionLiang Li1-0/+19
2015-05-06migration: Add the framework of multi-thread compressionLiang Li1-0/+37
2015-04-28block: Ensure consistent bitmap function prototypesJohn Snow1-4/+3
2015-04-28qapi: Add optional field "name" to block dirty bitmapFam Zheng1-1/+1
2015-03-26rdma: Fix cleanup in error pathsPadmanabh Ratnakar1-14/+8
2015-03-17migration: Expose 'cancelling' status to userzhanghailiang1-5/+1
2015-03-17migration: Convert 'status' of MigrationInfo to use an enum typezhanghailiang1-15/+5
2015-03-17migration: Rename abbreviated macro MIG_STATE_* to MIGRATION_STATUS_*zhanghailiang1-43/+50
2015-03-17migration: Remove unused functionsThomas Huth2-40/+0
2015-03-17migrate_incoming: Cleanup/clarify error messagesDr. David Alan Gilbert1-2/+6