aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange
2015-08-03migration: Fix global state with Xen.Anthony PERARD
2015-07-24rcu: actually register threads that have RCU read-side critical sectionsPaolo Bonzini
2015-07-16RDMA: Fix error exitsDr. David Alan Gilbert
2015-07-15migration: We also want to store the global state for savevmJuan Quintela
2015-07-15migration: reduce the count of strlen callLiang Li
2015-07-15migration: Trace event and migration event are different thingsJuan Quintela
2015-07-15migration: Only change state after migration has finishedJuan Quintela
2015-07-09migration: fix RCU deadlockPaolo Bonzini
2015-07-07Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2015-07-07block: Use bdrv_drain to replace uncessary bdrv_drain_allFam Zheng
2015-07-07migration: extend migration_bitmapLi Zhijian
2015-07-07migration: protect migration_bitmapLi Zhijian
2015-07-07check_section_footers: Check the correct section_idDr. David Alan Gilbert
2015-07-07migration: Add migration events on target sideJuan Quintela
2015-07-07migration: Make events a capabilityJuan Quintela
2015-07-07migration: create migration eventJuan Quintela
2015-07-07migration: No need to call trace_migrate_set_state()Juan Quintela
2015-07-07migration: Use always helper to set stateJuan Quintela
2015-07-07migration: ensure we start in NONE stateJuan Quintela
2015-07-07migration: Use cmpxchg correctlyJuan Quintela
2015-07-07migration: Add configuration sectionJuan Quintela
2015-07-07vmstate: Create optional sectionsJuan Quintela
2015-07-07global_state: Make section optionalJuan Quintela
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