aboutsummaryrefslogtreecommitdiff
path: root/migration/migration.c
AgeCommit message (Expand)Author
2021-11-03Fixed SVM hang when do failover before PVM crashRao, Lei
2021-11-03Fixed qemu crash when guest power off in COLO modeRao, Lei
2021-11-03migration: initialise compression_counters for a new migrationyuxiating
2021-11-03migration: provide an error message to migration_cancel()Laurent Vivier
2021-11-01migration: Simplify alignment and alignment checksDavid Hildenbrand
2021-11-01migration: Add migrate_add_blocker_internal()Peter Xu
2021-11-01migration: Make migration blocker work for snapshots tooPeter Xu
2021-10-19migration: allow enabling mutilfd for specific protocol onlyLi Zhijian
2021-10-19migration: allow multifd for socket protocol onlyLi Zhijian
2021-10-05migration: add missing qemu_mutex_lock_iothread in migration_completionEmanuele 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: Move the yank unregister of channel_close outPeter 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: 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-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-06-14migration: add trace point when vm_stop_force_state failsDaniel P. Berrangé
2021-06-11Remove migrate_set_block_enabled in checkpointRao, Lei
2021-06-08migration: Add cleanup hook for inwards migrationDr. David Alan Gilbert
2021-05-14Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-...Peter Maydell
2021-05-14migration: Move populate_vfio_info() into a separate fileThomas Huth
2021-05-13migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand
2021-05-13migration: Drop redundant query-migrate result @blockedMarkus Armbruster
2021-04-07migration: Pre-fault memory before starting background snasphotAndrey Gruzdev
2021-04-06migration: Inhibit virtio-balloon for the duration of background snapshotAndrey Gruzdev
2021-04-06migration: Fix missing qemu_fflush() on buffer file in bg_migration_threadAndrey Gruzdev
2021-03-18migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé
2021-03-15migration: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARDMahmoud Mandour
2021-02-08migration: Add blocker informationDr. David Alan Gilbert
2021-02-08migration: Fix a few absurdly defective error messagesMarkus Armbruster
2021-02-08migration: Clean up signed vs. unsigned XBZRLE cache-sizeMarkus Armbruster
2021-02-08migration: implementation of background snapshot threadAndrey Gruzdev
2021-02-08migration: introduce 'background-snapshot' migration capabilityAndrey Gruzdev
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake
2021-01-13migration: Add yank featureLukas Straub
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-12-19migration: Refactor migrate_cap_addEric Blake
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-12-18migration: Don't allow migration if vm is in POSTMIGRATETuguoyi
2020-12-10migration, vl: start migration via qmp_migrate_incomingPaolo Bonzini
2020-12-10vl: move various initialization routines out of qemu_initPaolo Bonzini