aboutsummaryrefslogtreecommitdiff
path: root/migration/savevm.c
AgeCommit message (Expand)Author
2024-11-05Merge tag 'pull-ppc-for-9.2-1-20241104' of https://gitlab.com/npiggin/qemu in...Peter Maydell
2024-11-04ppc/spapr: remove deprecated machine pseries-2.9Harsh Prateek Bora
2024-10-31migration: Put thread names together with macrosPeter Xu
2024-09-18migration/multifd: Fix rb->receivedmap cleanup raceFabiano Rosas
2024-09-18migration/savevm: Remove extra load cleanup callsFabiano Rosas
2024-09-03migration: delete unused parameter misSteve Sistare
2024-08-16savevm: Fix load_snapshot error path crashNicholas Piggin
2024-08-02migration: Free removed SaveStateEntryAkihiko Odaki
2024-06-21migration/postcopy: Add postcopy-recover-setup phasePeter Xu
2024-06-21migration: Rename thread debug namesPeter Xu
2024-05-27migration: Rephrase message on failure to save / load Xen device stateMarkus Armbruster
2024-05-08migration: Remove block migrationFabiano Rosas
2024-04-24Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson
2024-04-24qapi: Inline and remove QERR_MIGRATION_ACTIVE definitionPhilippe Mathieu-Daudé
2024-04-23migration: Add Error** argument to .load_setup() handlerCédric Le Goater
2024-04-23migration: Add Error** argument to .save_setup() handlerCédric Le Goater
2024-04-23migration: Add Error** argument to qemu_savevm_state_setup()Cédric Le Goater
2024-04-23migration: Add Error** argument to vmstate_save()Cédric Le Goater
2024-04-07migration/postcopy: ensure preempt channel is ready before loading statesWei Wang
2024-03-11migration: export migration_is_runningSteve Sistare
2024-03-11migration: Do not call PRECOPY_NOTIFY_SETUP notifiers in case of errorCédric Le Goater
2024-03-11migration: Don't serialize devices in qemu_savevm_state_iterate()Avihai Horon
2024-03-01migration/ram: Introduce 'mapped-ram' migration capabilityFabiano Rosas
2024-01-29migration: Centralize BH creation and dispatchFabiano Rosas
2024-01-29migration: Reference migration state around loadvm_postcopy_handle_run_bhFabiano Rosas
2024-01-05Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell
2024-01-04migration: preserve suspended for snapshotSteve Sistare
2023-12-30migration: Constify VMStateRichard Henderson
2023-12-29migration: Make VMStateDescription.subsections constRichard Henderson
2023-12-21block: remove AioContext lockingStefan Hajnoczi
2023-11-03util/uuid: Add UUID_STR_LEN definitionCédric Le Goater
2023-11-01migration: Add tracepoints for downtime checkpointsPeter Xu
2023-11-01migration: Add per vmstate downtime tracepointsPeter Xu
2023-11-01migration: Check in savevm_state_handler_insert for dupsPeter Xu
2023-11-01migration: Hack to maintain backwards compatibility for ppcJuan Quintela
2023-10-31qemu-file: Make qemu_fflush() return errorsJuan Quintela
2023-10-31qemu-file: Remove _noflush from qemu_file_transferred_noflush()Juan Quintela
2023-10-30migration: rename vmstate_save_needed->vmstate_section_neededMarc-André Lureau
2023-10-17migration: hold the BQL during setupFiona Ebner
2023-10-17migration: Add the configuration vmstate to the json writerNikolay Borisov
2023-10-11migration: Allow RECOVER->PAUSED convertion for dest qemuPeter Xu
2023-10-04migration: Update error description outside migration.cTejus GK
2023-10-04migration/vmstate: Introduce vmstate_save_state_with_errTejus GK
2023-09-11migration: Add .save_prepare() handler to struct SaveVMHandlersAvihai Horon
2023-09-11migration: Move more initializations to migrate_init()Avihai Horon
2023-09-11migration: Add migration prefix to functions in target.cAvihai Horon
2023-07-26migration: Change qemu_file_transferred to noflushJuan Quintela
2023-07-26qemu-file: Rename qemu_file_transferred_ fast -> noflushJuan Quintela
2023-07-25migration: spelling fixesMichael Tokarev
2023-06-30vfio/migration: Reset bytes_transferred properlyAvihai Horon