summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-6/+2
* maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-1/+1
* migration: Fix global state with Xen.Anthony PERARD2015-08-032-0/+8
* rcu: actually register threads that have RCU read-side critical sectionsPaolo Bonzini2015-07-241-0/+4
* RDMA: Fix error exitsDr. David Alan Gilbert2015-07-161-4/+4
* migration: We also want to store the global state for savevmJuan Quintela2015-07-152-1/+7
* migration: reduce the count of strlen callLiang Li2015-07-151-5/+5
* migration: Trace event and migration event are different thingsJuan Quintela2015-07-151-1/+1
* migration: Only change state after migration has finishedJuan Quintela2015-07-151-21/+27
* migration: fix RCU deadlockPaolo Bonzini2015-07-091-1/+2
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-07-071-1/+1
|\
| * block: Use bdrv_drain to replace uncessary bdrv_drain_allFam Zheng2015-07-071-1/+1
* | migration: extend migration_bitmapLi Zhijian2015-07-071-0/+28
* | migration: protect migration_bitmapLi Zhijian2015-07-071-6/+17
* | check_section_footers: Check the correct section_idDr. David Alan Gilbert2015-07-071-37/+37
* | migration: Add migration events on target sideJuan Quintela2015-07-071-1/+4
* | migration: Make events a capabilityJuan Quintela2015-07-071-2/+18
* | 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
OpenPOWER on IntegriCloud