summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2015-08-03migration: Fix global state with Xen.Anthony PERARD2-0/+8
2015-07-24rcu: actually register threads that have RCU read-side critical sectionsPaolo Bonzini1-0/+4
2015-07-16RDMA: Fix error exitsDr. David Alan Gilbert1-4/+4
2015-07-15migration: We also want to store the global state for savevmJuan Quintela2-1/+7
2015-07-15migration: reduce the count of strlen callLiang Li1-5/+5
2015-07-15migration: Trace event and migration event are different thingsJuan Quintela1-1/+1
2015-07-15migration: Only change state after migration has finishedJuan Quintela1-21/+27
2015-07-09migration: fix RCU deadlockPaolo Bonzini1-1/+2
2015-07-07Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-1/+1
2015-07-07block: Use bdrv_drain to replace uncessary bdrv_drain_allFam Zheng1-1/+1
2015-07-07migration: extend migration_bitmapLi Zhijian1-0/+28
2015-07-07migration: protect migration_bitmapLi Zhijian1-6/+17
2015-07-07check_section_footers: Check the correct section_idDr. David Alan Gilbert1-37/+37
2015-07-07migration: Add migration events on target sideJuan Quintela1-1/+4
2015-07-07migration: Make events a capabilityJuan Quintela1-2/+18
2015-07-07migration: create migration eventJuan Quintela1-0/+2
2015-07-07migration: No need to call trace_migrate_set_state()Juan Quintela1-2/+0
2015-07-07migration: Use always helper to set stateJuan Quintela1-3/+3
2015-07-07migration: ensure we start in NONE stateJuan Quintela1-1/+6
2015-07-07migration: Use cmpxchg correctlyJuan Quintela1-1/+1
2015-07-07migration: Add configuration sectionJuan Quintela1-0/+61
2015-07-07vmstate: Create optional sectionsJuan Quintela2-0/+19
2015-07-07global_state: Make section optionalJuan Quintela1-0/+29
2015-07-07migration: create new section to store global stateJuan Quintela1-7/+98
2015-07-07Fail more cleanly in mismatched RAM casesDr. David Alan Gilbert1-0/+2
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