summaryrefslogtreecommitdiff
path: root/migration/migration.c
AgeCommit message (Expand)Author
2022-08-02migration: Assert that migrate_multifd_compression() returns an in-range valuePeter Maydell
2022-08-02migration: add remaining params->has_* = true in migration_instance_init()Leonardo Bras
2022-07-20migration: Avoid false-positive on non-supported scenarios for zero-copy-sendLeonardo Bras
2022-07-20Add dirty-sync-missed-zero-copy migration statLeonardo Bras
2022-07-20migration: Export tls-[creds|hostname|authz] params to cmdline tooPeter Xu
2022-07-20migration: Add helpers to detect TLS capabilityPeter Xu
2022-07-20migration: Add property x-postcopy-preempt-break-hugePeter Xu
2022-07-20migration: Create the postcopy preempt channel asynchronouslyPeter Xu
2022-07-20migration: Postcopy recover with preempt enabledPeter Xu
2022-07-20migration: Postcopy preemption enablementPeter Xu
2022-07-20migration: Postcopy preemption preparation on channel creationPeter Xu
2022-07-20migration: Add postcopy-preempt capabilityPeter Xu
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé
2022-06-22migration: rename qemu_ftell to qemu_file_total_transferredDaniel P. Berrangé
2022-06-22migration: Change zero_copy_send from migration parameter to migration capabi...Leonardo Bras
2022-05-16multifd: Implement zero copy write in multifd migration (multifd-zero-copy)Leonardo Bras
2022-05-16migration: Add migrate_use_tls() helperLeonardo Bras
2022-05-16migration: Add zero-copy-send parameter for QMP/HMP for LinuxLeonardo Bras
2022-04-21migration: Read state onceDr. David Alan Gilbert
2022-04-21migration: Allow migrate-recover to run multiple timesPeter Xu
2022-04-21migration: Move channel setup out of postcopy_try_recover()Peter Xu
2022-04-21migration: Move migrate_allow_multifd and helpers into migration.cPeter Xu
2022-04-21migration: Postpone releasing MigrationState.hostnamePeter Xu
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito
2022-03-02migration: Add migration_incoming_transport_cleanup()Peter Xu
2022-03-02migration: Enlarge postcopy recovery to capture !-EIO tooPeter Xu
2022-01-28migration: Tally pre-copy, downtime and post-copy bytes independentlyDavid Edmondson
2022-01-28migration: Drop return code for disgard ram processPeter Xu
2022-01-28migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration fini...Zhang Chen
2022-01-28migration/migration.c: Avoid COLO boot in postcopy migrationZhang Chen
2022-01-28migration/migration.c: Add missed default error handler for migration stateZhang Chen
2021-12-22failover: Silence warning messages during qtestLaurent Vivier
2021-12-15migration: Never call twice qemu_target_page_size()Juan Quintela
2021-12-15migration/colo: Optimize COLO primary node start code pathZhang Chen
2021-12-15Fixed a QEMU hang when guest poweroff in COLO modeRao, Lei
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