summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
* migration: Handle migration_incoming_setup() errors consistentlyMarkus Armbruster2021-08-261-18/+9Star
* error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2021-08-261-6/+1Star
* migration: clear the memory region dirty bitmap when skipping free pagesWei Wang2021-07-261-18/+56
* migration: Move the yank unregister of channel_close outPeter Xu2021-07-265-4/+35
* migration: Teach QEMUFile to be QIOChannel-awarePeter Xu2021-07-265-7/+24
* migration: Introduce migration_ioc_[un]register_yank()Peter Xu2021-07-265-25/+36
* migration: Make from_dst_file accesses thread-safePeter Xu2021-07-263-13/+35
* migration: Fix missing join() of rp_threadPeter Xu2021-07-262-1/+10
* migration: Move bitmap_mutex out of migration_bitmap_clear_dirty()Peter Xu2021-07-131-2/+11
* migration: Clear error at entry of migrate_fd_connect()Peter Xu2021-07-131-0/+16
* migration: Don't do migrate cleanup if during postcopy resumePeter Xu2021-07-131-1/+12
* migration: Release return path early for paused postcopyPeter Xu2021-07-131-4/+4
* migration: failover: emit a warning when the card is not fully unpluggedLaurent Vivier2021-07-131-0/+4
* migration/rdma: prevent from double free the same mrLi Zhijian2021-07-131-0/+1
* migration: fix typo in mig_throttle_guest_down commentOlaf Hering2021-07-091-1/+1
* misc: Remove redundant new line in perror()Li Zhijian2021-07-091-1/+1
* migration/rdma: Use error_report to suppress errno messageLi Zhijian2021-07-051-2/+2
* migration: failover: continue to wait card unplug on errorLaurent Vivier2021-07-051-0/+11
* migration: move wait-unplug loop to its own functionLaurent Vivier2021-07-051-28/+26Star
* migration: Allow reset of postcopy_recover_triggered when failedPeter Xu2021-07-051-0/+13
* migration: Move yank outside qemu_start_incoming_migration()Peter Xu2021-07-051-6/+5Star
* migration: fix the memory overwriting risk in add_to_iovecFeng Lin2021-07-051-0/+5
* migration/tls: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé2021-06-291-5/+1Star
* memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand2021-06-151-2/+1Star
* migration: use GDateTime for formatting timestamp in snapshot namesDaniel P. Berrangé2021-06-141-8/+5Star
* migration: add trace point when vm_stop_force_state failsDaniel P. Berrangé2021-06-142-0/+2
* Remove migrate_set_block_enabled in checkpointRao, Lei2021-06-112-6/+4Star
* hmp: Add "calc_dirty_rate" and "info dirty_rate" cmdsPeter Xu2021-06-081-0/+47
* migration/dirtyrate: make sample page count configurableHyman Huang(黄勇)2021-06-082-5/+34
* migration/socket: Close the listener at the endDr. David Alan Gilbert2021-06-082-6/+23
* migration: Add cleanup hook for inwards migrationDr. David Alan Gilbert2021-06-082-0/+7
* migration/rdma: Fix cm event use after freeLi Zhijian2021-06-081-3/+8
* yank: Unregister function when using TLS migrationLeonardo Bras2021-06-083-14/+19
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210526a'...Peter Maydell2021-05-271-17/+66
|\
| * migration/rdma: source: poll cm_event from return pathLi Zhijian2021-05-261-4/+38
| * migration/rdma: destination: create the return patch after the first acceptLi Zhijian2021-05-261-11/+21
| * migration/rdma: Fix rdma_addrinfo res leaksLi Zhijian2021-05-261-0/+3
| * migration/rdma: cleanup rdma in rdma_start_incoming_migration error pathLi Zhijian2021-05-261-2/+5
| * migration/rdma: Fix cm_event used before being initializedLi Zhijian2021-05-261-1/+0Star
* | replication: move include out of root directoryPaolo Bonzini2021-05-261-1/+1
|/
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-...Peter Maydell2021-05-144-16/+29
|\
| * migration: Move populate_vfio_info() into a separate fileThomas Huth2021-05-144-16/+29
* | migration/ram: Use offset_in_ramblock() in range checksDavid Hildenbrand2021-05-131-5/+5
* | migration/multifd: Print used_length of memory blockDavid Hildenbrand2021-05-131-1/+1
* | migration/ram: Handle RAM block resizes during postcopyDavid Hildenbrand2021-05-132-5/+21
* | migration/ram: Simplify host page handling in ram_load_postcopy()David Hildenbrand2021-05-131-23/+32
* | migration/ram: Discard RAM when growing RAM blocks after ram_postcopy_incomin...David Hildenbrand2021-05-131-0/+30
* | migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand2021-05-133-2/+38
* | migration: Drop redundant query-migrate result @blockedMarkus Armbruster2021-05-131-16/+13Star