aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2021-11-09Reset the auto-converge counter at every checkpoint.Rao, Lei
2021-11-09Reduce the PVM stop time during CheckpointRao, Lei
2021-11-06migration: Check that postcopy fd's are not NULLJuan Quintela
2021-11-03colo: Don't dump colo cache if dump-guest-core=offLukas Straub
2021-11-03Changed the last-mode to none of first start COLORao, Lei
2021-11-03Removed the qemu_fclose() in colo_process_incoming_threadRao, Lei
2021-11-03colo: fixed 'Segmentation fault' when the simplex mode PVM poweroffRao, Lei
2021-11-03Fixed SVM hang when do failover before PVM crashRao, Lei
2021-11-03Fixed qemu crash when guest power off in COLO modeRao, Lei
2021-11-03Some minor optimizations for COLORao, Lei
2021-11-03migration: Zero migration compression countersJuan Quintela
2021-11-03migration: initialise compression_counters for a new migrationyuxiating
2021-11-03migration: provide an error message to migration_cancel()Laurent Vivier
2021-11-01migration/dirtyrate: implement dirty-bitmap dirtyrate calculationHyman Huang(黄勇)
2021-11-01memory: introduce total_dirty_pages to stat dirty pagesHyman Huang(黄勇)
2021-11-01migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshotsDavid Hildenbrand
2021-11-01migration/ram: Factor out populating pages readable in ram_block_populate_pag...David Hildenbrand
2021-11-01migration: Simplify alignment and alignment checksDavid Hildenbrand
2021-11-01migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destinationDavid Hildenbrand
2021-11-01migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration sourceDavid Hildenbrand
2021-11-01migration: Add migrate_add_blocker_internal()Peter Xu
2021-11-01migration: Make migration blocker work for snapshots tooPeter Xu
2021-11-01migration/dirtyrate: implement dirty-ring dirtyrate calculationHyman Huang(黄勇)
2021-11-01migration/dirtyrate: move init step of calculation to main threadHyman Huang(黄勇)
2021-11-01migration/dirtyrate: adjust order of registering threadHyman Huang(黄勇)
2021-11-01migration/dirtyrate: introduce struct and adjust DirtyRateStatHyman Huang(黄勇)
2021-11-01memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)
2021-11-01migration/rdma: Fix out of order wridLi Zhijian
2021-10-19migration/rdma: advise prefetch write for ODP regionLi Zhijian
2021-10-19migration/rdma: Try to register On-Demand Paging memory regionLi Zhijian
2021-10-19migration: allow enabling mutilfd for specific protocol onlyLi Zhijian
2021-10-19migration: allow multifd for socket protocol onlyLi Zhijian
2021-10-19migration/ram: Don't passs RAMState to migration_clear_memory_region_dirty_bi...David Hildenbrand
2021-10-19multifd: Unconditionally unregister yank functionLukas Straub
2021-10-19multifd: Implement yank for multifd send sideLukas Straub
2021-10-05migration: add missing qemu_mutex_lock_iothread in migration_completionEmanuele Giuseppe Esposito
2021-10-05migration: block-dirty-bitmap: add missing qemu_mutex_lock_iothreadEmanuele Giuseppe Esposito
2021-08-26migration: Handle migration_incoming_setup() errors consistentlyMarkus Armbruster
2021-08-26error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
2021-07-26migration: clear the memory region dirty bitmap when skipping free pagesWei Wang
2021-07-26migration: Move the yank unregister of channel_close outPeter Xu
2021-07-26migration: Teach QEMUFile to be QIOChannel-awarePeter Xu
2021-07-26migration: Introduce migration_ioc_[un]register_yank()Peter Xu
2021-07-26migration: Make from_dst_file accesses thread-safePeter Xu
2021-07-26migration: Fix missing join() of rp_threadPeter Xu
2021-07-13migration: Move bitmap_mutex out of migration_bitmap_clear_dirty()Peter Xu
2021-07-13migration: Clear error at entry of migrate_fd_connect()Peter Xu
2021-07-13migration: Don't do migrate cleanup if during postcopy resumePeter Xu
2021-07-13migration: Release return path early for paused postcopyPeter Xu
2021-07-13migration: failover: emit a warning when the card is not fully unpluggedLaurent Vivier