summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
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
2021-07-13migration/rdma: prevent from double free the same mrLi Zhijian
2021-07-09migration: fix typo in mig_throttle_guest_down commentOlaf Hering
2021-07-09misc: Remove redundant new line in perror()Li Zhijian
2021-07-05migration/rdma: Use error_report to suppress errno messageLi Zhijian
2021-07-05migration: failover: continue to wait card unplug on errorLaurent Vivier
2021-07-05migration: move wait-unplug loop to its own functionLaurent Vivier
2021-07-05migration: Allow reset of postcopy_recover_triggered when failedPeter Xu
2021-07-05migration: Move yank outside qemu_start_incoming_migration()Peter Xu
2021-07-05migration: fix the memory overwriting risk in add_to_iovecFeng Lin
2021-06-29migration/tls: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand
2021-06-14migration: use GDateTime for formatting timestamp in snapshot namesDaniel P. Berrangé
2021-06-14migration: add trace point when vm_stop_force_state failsDaniel P. Berrangé