aboutsummaryrefslogtreecommitdiff
path: root/migration/migration.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-08migration: implementation of background snapshot threadAndrey Gruzdev1-2/+253
2021-02-08migration: introduce 'background-snapshot' migration capabilityAndrey Gruzdev1-0/+102
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake1-14/+6
2021-01-13migration: Add yank featureLukas Straub1-0/+22
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell1-0/+1
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell1-18/+11
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake1-5/+2
2020-12-19migration: Refactor migrate_cap_addEric Blake1-13/+9
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-12-18migration: Don't allow migration if vm is in POSTMIGRATETuguoyi1-0/+6
2020-12-10migration, vl: start migration via qmp_migrate_incomingPaolo Bonzini1-25/+8
2020-12-10vl: move various initialization routines out of qemu_initPaolo Bonzini1-0/+4
2020-11-12migration: handle CANCELLING state in migration_completion()Longpeng(Mike)1-0/+2
2020-11-12migration: fix uninitialized variable warning in migrate_send_rp_req_pages()Chen Qun1-1/+1
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede1-0/+17
2020-10-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a'...Peter Maydell1-7/+52
2020-10-26migration/postcopy: Release fd before going into 'postcopy-pause'Peter Xu1-3/+3
2020-10-26migration: Maintain postcopy faulted addressesPeter Xu1-1/+40
2020-10-26migration: Introduce migrate_send_rp_message_req_pages()Peter Xu1-2/+8
2020-10-26migration: Add spaces around operatorBihong Yu1-2/+2
2020-10-26machine: remove deprecated -machine enforce-config-section optionPaolo Bonzini1-10/+0
2020-10-09error: Remove NULL checks on error_propagate() calls (again)Markus Armbruster1-6/+2