summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
* block: Prepare for NULL BDSMax Reitz2015-10-231-0/+5
* coroutine: move into libqemuutil.a libraryDaniel P. Berrange2015-10-205-5/+5
* migration: fix deadlockDenis V. Lunev2015-10-151-17/+27
* migration: announce VM's new home just before VM is runnableAmit Shah2015-10-151-1/+6
* Migration: Generate the completed event only when we completeDr. David Alan Gilbert2015-10-151-1/+7
* migration: Disambiguate MAX_THROTTLEJason J. Herne2015-09-301-1/+1
* qmp/hmp: Add throttle ratio to query-migrate and info migrateJason J. Herne2015-09-301-0/+5
* migration: Dynamic cpu throttling for auto-convergeJason J. Herne2015-09-302-59/+34
* migration: Parameters for auto-converge cpu throttlingJason J. Herne2015-09-301-1/+45
* ram_find_and_save_block: Split out the findingDr. David Alan Gilbert2015-09-291-25/+59
* Move dirty page search state into separate structureDr. David Alan Gilbert2015-09-291-20/+35
* migration: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-297-22/+21
* migration: qemu-file more size_t'ifyingDr. David Alan Gilbert2015-09-291-11/+11
* migration: size_t'ify some of qemu-fileDr. David Alan Gilbert2015-09-295-19/+25
* Split out end of migration code from migration_threadDr. David Alan Gilbert2015-09-291-28/+47
* migration/ram.c: Use RAMBlock rather than MemoryRegionDr. David Alan Gilbert2015-09-291-15/+11
* 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
OpenPOWER on IntegriCloud