summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange5-5/+5
2015-10-15migration: fix deadlockDenis V. Lunev1-17/+27
2015-10-15migration: announce VM's new home just before VM is runnableAmit Shah1-1/+6
2015-10-15Migration: Generate the completed event only when we completeDr. David Alan Gilbert1-1/+7
2015-09-30migration: Disambiguate MAX_THROTTLEJason J. Herne1-1/+1
2015-09-30qmp/hmp: Add throttle ratio to query-migrate and info migrateJason J. Herne1-0/+5
2015-09-30migration: Dynamic cpu throttling for auto-convergeJason J. Herne2-59/+34
2015-09-30migration: Parameters for auto-converge cpu throttlingJason J. Herne1-1/+45
2015-09-29ram_find_and_save_block: Split out the findingDr. David Alan Gilbert1-25/+59
2015-09-29Move dirty page search state into separate structureDr. David Alan Gilbert1-20/+35
2015-09-29migration: Use g_new() & friends where that makes obvious senseMarkus Armbruster7-22/+21
2015-09-29migration: qemu-file more size_t'ifyingDr. David Alan Gilbert1-11/+11
2015-09-29migration: size_t'ify some of qemu-fileDr. David Alan Gilbert5-19/+25
2015-09-29Split out end of migration code from migration_threadDr. David Alan Gilbert1-28/+47
2015-09-29migration/ram.c: Use RAMBlock rather than MemoryRegionDr. David Alan Gilbert1-15/+11
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-6/+2
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange1-1/+1
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