aboutsummaryrefslogtreecommitdiff
path: root/migration/savevm.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-21migration/postcopy: Add postcopy-recover-setup phasePeter Xu1-2/+2
2024-06-21migration: Rename thread debug namesPeter Xu1-1/+1
2024-05-27migration: Rephrase message on failure to save / load Xen device stateMarkus Armbruster1-3/+2
2024-05-08migration: Remove block migrationFabiano Rosas1-5/+0
2024-04-24Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson1-1/+1
2024-04-24qapi: Inline and remove QERR_MIGRATION_ACTIVE definitionPhilippe Mathieu-Daudé1-1/+1
2024-04-23migration: Add Error** argument to .load_setup() handlerCédric Le Goater1-4/+7
2024-04-23migration: Add Error** argument to .save_setup() handlerCédric Le Goater1-3/+1
2024-04-23migration: Add Error** argument to qemu_savevm_state_setup()Cédric Le Goater1-11/+15
2024-04-23migration: Add Error** argument to vmstate_save()Cédric Le Goater1-10/+16
2024-04-07migration/postcopy: ensure preempt channel is ready before loading statesWei Wang1-0/+21
2024-03-11migration: export migration_is_runningSteve Sistare1-1/+1
2024-03-11migration: Do not call PRECOPY_NOTIFY_SETUP notifiers in case of errorCédric Le Goater1-1/+5
2024-03-11migration: Don't serialize devices in qemu_savevm_state_iterate()Avihai Horon1-9/+6
2024-03-01migration/ram: Introduce 'mapped-ram' migration capabilityFabiano Rosas1-0/+1
2024-01-29migration: Centralize BH creation and dispatchFabiano Rosas1-6/+1
2024-01-29migration: Reference migration state around loadvm_postcopy_handle_run_bhFabiano Rosas1-0/+2
2024-01-05Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell1-10/+13
2024-01-04migration: preserve suspended for snapshotSteve Sistare1-10/+13
2023-12-30migration: Constify VMStateRichard Henderson1-5/+5
2023-12-29migration: Make VMStateDescription.subsections constRichard Henderson1-6/+6
2023-12-21block: remove AioContext lockingStefan Hajnoczi1-22/+0
2023-11-03util/uuid: Add UUID_STR_LEN definitionCédric Le Goater1-2/+2
2023-11-01migration: Add tracepoints for downtime checkpointsPeter Xu1-5/+9
2023-11-01migration: Add per vmstate downtime tracepointsPeter Xu1-4/+45
2023-11-01migration: Check in savevm_state_handler_insert for dupsPeter Xu1-0/+14
2023-11-01migration: Hack to maintain backwards compatibility for ppcJuan Quintela1-0/+18
2023-10-31qemu-file: Make qemu_fflush() return errorsJuan Quintela1-2/+1
2023-10-31qemu-file: Remove _noflush from qemu_file_transferred_noflush()Juan Quintela1-3/+3
2023-10-30migration: rename vmstate_save_needed->vmstate_section_neededMarc-André Lureau1-1/+1
2023-10-17migration: hold the BQL during setupFiona Ebner1-2/+0
2023-10-17migration: Add the configuration vmstate to the json writerNikolay Borisov1-4/+16
2023-10-11migration: Allow RECOVER->PAUSED convertion for dest qemuPeter Xu1-1/+2
2023-10-04migration: Update error description outside migration.cTejus GK1-3/+14
2023-10-04migration/vmstate: Introduce vmstate_save_state_with_errTejus GK1-1/+1
2023-09-11migration: Add .save_prepare() handler to struct SaveVMHandlersAvihai Horon1-1/+28
2023-09-11migration: Move more initializations to migrate_init()Avihai Horon1-3/+0
2023-09-11migration: Add migration prefix to functions in target.cAvihai Horon1-1/+1
2023-07-26migration: Change qemu_file_transferred to noflushJuan Quintela1-1/+1
2023-07-26qemu-file: Rename qemu_file_transferred_ fast -> noflushJuan Quintela1-2/+2
2023-07-25migration: spelling fixesMichael Tokarev1-1/+1
2023-06-30vfio/migration: Reset bytes_transferred properlyAvihai Horon1-0/+1
2023-06-30migration: Implement switchover ack logicAvihai Horon1-0/+54
2023-06-02migration: never fail in global_state_store()Vladimir Sementsov-Ogievskiy1-5/+1
2023-05-18migration: Move rate_limit_max and rate_limit_used to migration_statsJuan Quintela1-1/+1
2023-05-15qemu-file: Remove total from qemu_file_total_transferred_*()Juan Quintela1-3/+3
2023-05-05qemu-file: Make total_transferred an uint64_tJuan Quintela1-4/+2
2023-05-03migration: Rename ram_counters to mig_statsJuan Quintela1-1/+1
2023-05-03migration: Move ram_stats to its own file migration-stats.[ch]Juan Quintela1-0/+1
2023-04-27migration/vmstate-dump: Dump array size too as "num"Peter Xu1-0/+3