aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi1-4/+4
2021-12-22failover: Silence warning messages during qtestLaurent Vivier1-1/+3
2021-12-15multifd: Make zlib compression method not use iovsJuan Quintela1-8/+9
2021-12-15multifd: Make zstd compression method not use iovsJuan Quintela1-10/+10
2021-12-15COLO: Move some trace code behind qemu_mutex_unlock_iothread()Rao, Lei1-3/+3
2021-12-15multifd: Shut down the QIO channels to avoid blocking the send threads when t...Li Zhang1-0/+3
2021-12-15multifd: Fill offset and block for receptionJuan Quintela1-0/+2
2021-12-15multifd: remove used parameter from send_recv_pages() methodJuan Quintela4-14/+11
2021-12-15multifd: remove used parameter from send_prepare() methodJuan Quintela4-15/+10
2021-12-15multifd: The variable is only used inside the loopJuan Quintela1-2/+1
2021-12-15multifd: Add missing documentionJuan Quintela3-0/+5
2021-12-15multifd: Rename used field to numJuan Quintela2-20/+20
2021-12-15migration: Never call twice qemu_target_page_size()Juan Quintela3-8/+11
2021-12-15multifd: Delete useless operationJuan Quintela2-18/+8
2021-12-15migration: Remove is_zero_range()Juan Quintela1-7/+2
2021-12-15migration/colo: Optimize COLO primary node start code pathZhang Chen2-8/+7
2021-12-15Fixed a QEMU hang when guest poweroff in COLO modeRao, Lei2-0/+26
2021-12-15migration/colo: More accurate update checkpoint timeZhang Chen1-3/+2
2021-12-15migration/ram.c: Remove the qemu_mutex_lock in colo_flush_ram_cache.Rao, Lei1-2/+0
2021-11-09Reset the auto-converge counter at every checkpoint.Rao, Lei3-0/+14
2021-11-09Reduce the PVM stop time during CheckpointRao, Lei1-3/+45
2021-11-06migration: Check that postcopy fd's are not NULLJuan Quintela1-0/+4
2021-11-03colo: Don't dump colo cache if dump-guest-core=offLukas Straub1-0/+6
2021-11-03Changed the last-mode to none of first start COLORao, Lei1-5/+3
2021-11-03Removed the qemu_fclose() in colo_process_incoming_threadRao, Lei1-5/+0
2021-11-03colo: fixed 'Segmentation fault' when the simplex mode PVM poweroffRao, Lei1-0/+1
2021-11-03Fixed SVM hang when do failover before PVM crashRao, Lei1-0/+2
2021-11-03Fixed qemu crash when guest power off in COLO modeRao, Lei1-1/+3
2021-11-03Some minor optimizations for COLORao, Lei1-1/+1
2021-11-03migration: Zero migration compression countersJuan Quintela1-0/+1
2021-11-03migration: initialise compression_counters for a new migrationyuxiating1-1/+2
2021-11-03migration: provide an error message to migration_cancel()Laurent Vivier3-6/+8
2021-11-01migration/dirtyrate: implement dirty-bitmap dirtyrate calculationHyman Huang(黄勇)1-9/+103
2021-11-01memory: introduce total_dirty_pages to stat dirty pagesHyman Huang(黄勇)1-0/+7
2021-11-01migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshotsDavid Hildenbrand1-2/+36
2021-11-01migration/ram: Factor out populating pages readable in ram_block_populate_pag...David Hildenbrand1-13/+22
2021-11-01migration: Simplify alignment and alignment checksDavid Hildenbrand3-9/+8
2021-11-01migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destinationDavid Hildenbrand3-4/+49
2021-11-01migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration sourceDavid Hildenbrand1-0/+77
2021-11-01migration: Add migrate_add_blocker_internal()Peter Xu1-8/+13
2021-11-01migration: Make migration blocker work for snapshots tooPeter Xu1-7/+8
2021-11-01migration/dirtyrate: implement dirty-ring dirtyrate calculationHyman Huang(黄勇)2-10/+200
2021-11-01migration/dirtyrate: move init step of calculation to main threadHyman Huang(黄勇)1-4/+5
2021-11-01migration/dirtyrate: adjust order of registering threadHyman Huang(黄勇)1-2/+3
2021-11-01migration/dirtyrate: introduce struct and adjust DirtyRateStatHyman Huang(黄勇)2-23/+44
2021-11-01memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)1-4/+11
2021-11-01migration/rdma: Fix out of order wridLi Zhijian1-37/+101
2021-10-19migration/rdma: advise prefetch write for ODP regionLi Zhijian2-0/+43
2021-10-19migration/rdma: Try to register On-Demand Paging memory regionLi Zhijian2-20/+54
2021-10-19migration: allow enabling mutilfd for specific protocol onlyLi Zhijian2-1/+9