aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-19migration: allow multifd for socket protocol onlyLi Zhijian3-2/+28
2021-10-19migration/ram: Don't passs RAMState to migration_clear_memory_region_dirty_bi...David Hildenbrand1-8/+5
2021-10-19multifd: Unconditionally unregister yank functionLukas Straub1-4/+1
2021-10-19multifd: Implement yank for multifd send sideLukas Straub2-1/+7
2021-10-05migration: add missing qemu_mutex_lock_iothread in migration_completionEmanuele Giuseppe Esposito1-0/+3
2021-10-05migration: block-dirty-bitmap: add missing qemu_mutex_lock_iothreadEmanuele Giuseppe Esposito1-1/+4
2021-08-26migration: Handle migration_incoming_setup() errors consistentlyMarkus Armbruster1-18/+9
2021-08-26error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-6/+1
2021-07-26migration: clear the memory region dirty bitmap when skipping free pagesWei Wang1-18/+56
2021-07-26migration: Move the yank unregister of channel_close outPeter Xu5-4/+35
2021-07-26migration: Teach QEMUFile to be QIOChannel-awarePeter Xu5-7/+24
2021-07-26migration: Introduce migration_ioc_[un]register_yank()Peter Xu5-25/+36
2021-07-26migration: Make from_dst_file accesses thread-safePeter Xu3-13/+35
2021-07-26migration: Fix missing join() of rp_threadPeter Xu2-1/+10
2021-07-13migration: Move bitmap_mutex out of migration_bitmap_clear_dirty()Peter Xu1-2/+11
2021-07-13migration: Clear error at entry of migrate_fd_connect()Peter Xu1-0/+16
2021-07-13migration: Don't do migrate cleanup if during postcopy resumePeter Xu1-1/+12
2021-07-13migration: Release return path early for paused postcopyPeter Xu1-4/+4
2021-07-13migration: failover: emit a warning when the card is not fully unpluggedLaurent Vivier1-0/+4
2021-07-13migration/rdma: prevent from double free the same mrLi Zhijian1-0/+1
2021-07-09migration: fix typo in mig_throttle_guest_down commentOlaf Hering1-1/+1
2021-07-09misc: Remove redundant new line in perror()Li Zhijian1-1/+1
2021-07-05migration/rdma: Use error_report to suppress errno messageLi Zhijian1-2/+2
2021-07-05migration: failover: continue to wait card unplug on errorLaurent Vivier1-0/+11
2021-07-05migration: move wait-unplug loop to its own functionLaurent Vivier1-28/+26
2021-07-05migration: Allow reset of postcopy_recover_triggered when failedPeter Xu1-0/+13
2021-07-05migration: Move yank outside qemu_start_incoming_migration()Peter Xu1-6/+5
2021-07-05migration: fix the memory overwriting risk in add_to_iovecFeng Lin1-0/+5
2021-06-29migration/tls: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé1-5/+1
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand1-2/+1
2021-06-14migration: use GDateTime for formatting timestamp in snapshot namesDaniel P. Berrangé1-8/+5
2021-06-14migration: add trace point when vm_stop_force_state failsDaniel P. Berrangé2-0/+2
2021-06-11Remove migrate_set_block_enabled in checkpointRao, Lei2-6/+4
2021-06-08hmp: Add "calc_dirty_rate" and "info dirty_rate" cmdsPeter Xu1-0/+47
2021-06-08migration/dirtyrate: make sample page count configurableHyman Huang(黄勇)2-5/+34
2021-06-08migration/socket: Close the listener at the endDr. David Alan Gilbert2-6/+23
2021-06-08migration: Add cleanup hook for inwards migrationDr. David Alan Gilbert2-0/+7
2021-06-08migration/rdma: Fix cm event use after freeLi Zhijian1-3/+8
2021-06-08yank: Unregister function when using TLS migrationLeonardo Bras3-14/+19
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210526a'...Peter Maydell1-17/+66
2021-05-26migration/rdma: source: poll cm_event from return pathLi Zhijian1-4/+38
2021-05-26migration/rdma: destination: create the return patch after the first acceptLi Zhijian1-11/+21
2021-05-26migration/rdma: Fix rdma_addrinfo res leaksLi Zhijian1-0/+3
2021-05-26migration/rdma: cleanup rdma in rdma_start_incoming_migration error pathLi Zhijian1-2/+5
2021-05-26migration/rdma: Fix cm_event used before being initializedLi Zhijian1-1/+0
2021-05-26replication: move include out of root directoryPaolo Bonzini1-1/+1