summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2021-12-22failover: Silence warning messages during qtestLaurent Vivier
2021-12-15multifd: Make zlib compression method not use iovsJuan Quintela
2021-12-15multifd: Make zstd compression method not use iovsJuan Quintela
2021-12-15COLO: Move some trace code behind qemu_mutex_unlock_iothread()Rao, Lei
2021-12-15multifd: Shut down the QIO channels to avoid blocking the send threads when t...Li Zhang
2021-12-15multifd: Fill offset and block for receptionJuan Quintela
2021-12-15multifd: remove used parameter from send_recv_pages() methodJuan Quintela
2021-12-15multifd: remove used parameter from send_prepare() methodJuan Quintela
2021-12-15multifd: The variable is only used inside the loopJuan Quintela
2021-12-15multifd: Add missing documentionJuan Quintela
2021-12-15multifd: Rename used field to numJuan Quintela
2021-12-15migration: Never call twice qemu_target_page_size()Juan Quintela
2021-12-15multifd: Delete useless operationJuan Quintela
2021-12-15migration: Remove is_zero_range()Juan Quintela
2021-12-15migration/colo: Optimize COLO primary node start code pathZhang Chen
2021-12-15Fixed a QEMU hang when guest poweroff in COLO modeRao, Lei
2021-12-15migration/colo: More accurate update checkpoint timeZhang Chen
2021-12-15migration/ram.c: Remove the qemu_mutex_lock in colo_flush_ram_cache.Rao, Lei
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