aboutsummaryrefslogtreecommitdiff
path: root/migration/migration.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito1-7/+7
2022-03-02migration: Add migration_incoming_transport_cleanup()Peter Xu1-8/+14
2022-03-02migration: Enlarge postcopy recovery to capture !-EIO tooPeter Xu1-2/+2
2022-01-28migration: Tally pre-copy, downtime and post-copy bytes independentlyDavid Edmondson1-0/+3
2022-01-28migration: Drop return code for disgard ram processPeter Xu1-4/+1
2022-01-28migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration fini...Zhang Chen1-6/+0
2022-01-28migration/migration.c: Avoid COLO boot in postcopy migrationZhang Chen1-5/+5
2022-01-28migration/migration.c: Add missed default error handler for migration stateZhang Chen1-1/+1
2021-12-22failover: Silence warning messages during qtestLaurent Vivier1-1/+3
2021-12-15migration: Never call twice qemu_target_page_size()Juan Quintela1-3/+4
2021-12-15migration/colo: Optimize COLO primary node start code pathZhang Chen1-6/+7
2021-12-15Fixed a QEMU hang when guest poweroff in COLO modeRao, Lei1-0/+6
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-03migration: initialise compression_counters for a new migrationyuxiating1-1/+2
2021-11-03migration: provide an error message to migration_cancel()Laurent Vivier1-3/+6
2021-11-01migration: Simplify alignment and alignment checksDavid Hildenbrand1-3/+3
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-10-19migration: allow enabling mutilfd for specific protocol onlyLi Zhijian1-0/+8
2021-10-19migration: allow multifd for socket protocol onlyLi Zhijian1-0/+4
2021-10-05migration: add missing qemu_mutex_lock_iothread in migration_completionEmanuele Giuseppe Esposito1-0/+3
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: Move the yank unregister of channel_close outPeter Xu1-1/+13
2021-07-26migration: Make from_dst_file accesses thread-safePeter Xu1-10/+29
2021-07-26migration: Fix missing join() of rp_threadPeter Xu1-1/+3
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-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-06-14migration: add trace point when vm_stop_force_state failsDaniel P. Berrangé1-0/+1
2021-06-11Remove migrate_set_block_enabled in checkpointRao, Lei1-0/+4
2021-06-08migration: Add cleanup hook for inwards migrationDr. David Alan Gilbert1-0/+3
2021-05-14Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-...Peter Maydell1-15/+0
2021-05-14migration: Move populate_vfio_info() into a separate fileThomas Huth1-15/+0
2021-05-13migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand1-2/+7
2021-05-13migration: Drop redundant query-migrate result @blockedMarkus Armbruster1-16/+13
2021-04-07migration: Pre-fault memory before starting background snasphotAndrey Gruzdev1-0/+8
2021-04-06migration: Inhibit virtio-balloon for the duration of background snapshotAndrey Gruzdev1-0/+8
2021-04-06migration: Fix missing qemu_fflush() on buffer file in bg_migration_threadAndrey Gruzdev1-1/+7
2021-03-18migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé1-45/+0
2021-03-15migration: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARDMahmoud Mandour1-4/+2
2021-02-08migration: Add blocker informationDr. David Alan Gilbert1-2/+23
2021-02-08migration: Fix a few absurdly defective error messagesMarkus Armbruster1-12/+11
2021-02-08migration: Clean up signed vs. unsigned XBZRLE cache-sizeMarkus Armbruster1-2/+2