aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2019-07-24migration: fix migrate_cancel multifd migration leads destination hung foreverIvan Ren1-0/+5
2019-07-24migration: Make explicit that we are quitting multifdJuan Quintela1-0/+9
2019-07-24migration: fix migrate_cancel leads live_migration thread hung foreverIvan Ren1-2/+14
2019-07-24migration: fix migrate_cancel leads live_migration thread endless loopIvan Ren1-7/+29
2019-07-15migration: always initial RAMBlock.bmap to 1 for new migrationIvan Ren1-7/+8
2019-07-15migration/postcopy: remove redundant cpu_synchronize_all_post_initWei Yang1-1/+0
2019-07-15migration/postcopy: fix document of postcopy_send_discard_bm_ram()Wei Yang1-3/+2
2019-07-15migration: allow private destination ram with x-ignore-sharedPeng Tao1-7/+0
2019-07-15migration: Split log_clear() into smaller chunksPeter Xu4-0/+76
2019-07-15migration: No need to take rcu during sync_dirty_bitmapPeter Xu1-0/+1
2019-07-15migration/ram.c: reset complete_round when we gets a queued pageWei Yang1-0/+6
2019-07-15migration/multifd: sync packet_num after all thread are doneWei Yang1-4/+4
2019-07-15migration/xbzrle: update cache and current_data in one placeWei Yang1-10/+15
2019-07-15migration/multifd: call multifd_send_sync_main when sending RAM_SAVE_FLAG_EOSWei Yang1-1/+1
2019-07-15migration: fix multifd_recv event typoJuan Quintela1-1/+1
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu1-1/+7
2019-07-04migration: move port_attr inside CONFIG_LINUXAlex Bennée1-2/+1
2019-07-02migration/colo.c: Add missed filter notify for Xen COLO.Zhang Chen1-0/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster7-7/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+2
2019-06-06Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-1/+1
2019-06-06migration: fix a typoLi Qiang1-1/+1
2019-06-05migratioin/ram: leave RAMBlock->bmap blank on allocatingWei Yang1-5/+13
2019-06-05migration: Fix fd protocol for incoming deferYury Kotov2-4/+6
2019-06-05migration/ram.c: multifd_send_state->count is not really usedWei Yang1-5/+0
2019-06-05migration/ram.c: MultiFDSendParams.sem_sync is not really usedWei Yang1-4/+0
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-1/+2
2019-05-28migration/dirty-bitmaps: change bitmap enumeration methodJohn Snow1-10/+4
2019-05-22migration: Fix typo in migrate_add_blocker() error messageGreg Kurz1-1/+1
2019-05-14migration/ram.c: fix typos in commentsWei Yang1-5/+5
2019-05-14migration: Fix use-after-free during process exitYury Kotov1-5/+20
2019-05-14migration/savevm: wrap into qemu_loadvm_state_header()Wei Yang1-29/+40
2019-05-14migration/savevm: load_header before load_setupWei Yang1-4/+4
2019-05-14migration/savevm: remove duplicate check of migration_is_blockedWei Yang1-4/+0
2019-05-14migration: update comments of migration bitmapYi Wang1-3/+1
2019-05-14migration/ram.c: start of migration_bitmap_sync_range is always 0Wei Yang1-4/+4
2019-05-14migration/colo.c: Remove redundant input parameterZhang Chen2-2/+2
2019-05-14migration: savevm: fix error code with migration blockersCole Robinson1-1/+1
2019-05-14vmstate: check subsection_found is enoughWei Yang1-4/+4
2019-05-14migration: remove not used field xfer_limitWei Yang2-2/+0
2019-05-14migration: not necessary to check ops againWei Yang1-8/+6
2019-04-09migration/ram.c: Fix use-after-free in multifd_recv_unfill_packet()Peter Maydell1-1/+1
2019-04-05migration/ram.c: Fix codes conflict about bitmap_mutexZhang Chen1-0/+2
2019-04-02migration: Support adding migration blockers earlierMarkus Armbruster1-1/+5
2019-04-02Revert "migration: move only_migratable to MigrationState"Markus Armbruster3-7/+3
2019-03-25Merge remote-tracking branch 'remotes/juanquintela/tags/migration-pull-reques...Peter Maydell7-87/+135
2019-03-25migration/postcopy: Update the bandwidth during postcopyDr. David Alan Gilbert1-1/+5
2019-03-25Migration/colo.c: Make user obtain the last COLO mode info after failoverZhang Chen1-0/+16
2019-03-25Migration/colo.c: Add the necessary checks for colo_do_failoverZhang Chen1-2/+8
2019-03-25Migration/colo.c: Add new COLOExitReason to handle all failover stateZhang Chen1-11/+13