aboutsummaryrefslogtreecommitdiffstats
path: root/migration/savevm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* savevm: Fix load_snapshot error path crashNicholas Piggin2024-08-161-0/+1
* migration: Free removed SaveStateEntryAkihiko Odaki2024-08-021-0/+2
* migration/postcopy: Add postcopy-recover-setup phasePeter Xu2024-06-211-2/+2
* migration: Rename thread debug namesPeter Xu2024-06-211-1/+1
* migration: Rephrase message on failure to save / load Xen device stateMarkus Armbruster2024-05-271-3/+2
* migration: Remove block migrationFabiano Rosas2024-05-081-5/+0
* Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson2024-04-241-1/+1
|\
| * qapi: Inline and remove QERR_MIGRATION_ACTIVE definitionPhilippe Mathieu-Daudé2024-04-241-1/+1
* | migration: Add Error** argument to .load_setup() handlerCédric Le Goater2024-04-231-4/+7
* | migration: Add Error** argument to .save_setup() handlerCédric Le Goater2024-04-231-3/+1
* | migration: Add Error** argument to qemu_savevm_state_setup()Cédric Le Goater2024-04-231-11/+15
* | migration: Add Error** argument to vmstate_save()Cédric Le Goater2024-04-231-10/+16
|/
* migration/postcopy: ensure preempt channel is ready before loading statesWei Wang2024-04-071-0/+21
* migration: export migration_is_runningSteve Sistare2024-03-111-1/+1
* migration: Do not call PRECOPY_NOTIFY_SETUP notifiers in case of errorCédric Le Goater2024-03-111-1/+5
* migration: Don't serialize devices in qemu_savevm_state_iterate()Avihai Horon2024-03-111-9/+6
* migration/ram: Introduce 'mapped-ram' migration capabilityFabiano Rosas2024-03-011-0/+1
* migration: Centralize BH creation and dispatchFabiano Rosas2024-01-291-6/+1
* migration: Reference migration state around loadvm_postcopy_handle_run_bhFabiano Rosas2024-01-291-0/+2
* Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu into stagingPeter Maydell2024-01-051-10/+13
|\
| * migration: preserve suspended for snapshotSteve Sistare2024-01-041-10/+13
* | migration: Constify VMStateRichard Henderson2023-12-301-5/+5
* | migration: Make VMStateDescription.subsections constRichard Henderson2023-12-291-6/+6
|/
* block: remove AioContext lockingStefan Hajnoczi2023-12-211-22/+0
* util/uuid: Add UUID_STR_LEN definitionCédric Le Goater2023-11-031-2/+2
* migration: Add tracepoints for downtime checkpointsPeter Xu2023-11-011-5/+9
* migration: Add per vmstate downtime tracepointsPeter Xu2023-11-011-4/+45
* migration: Check in savevm_state_handler_insert for dupsPeter Xu2023-11-011-0/+14
* migration: Hack to maintain backwards compatibility for ppcJuan Quintela2023-11-011-0/+18
* qemu-file: Make qemu_fflush() return errorsJuan Quintela2023-10-311-2/+1
* qemu-file: Remove _noflush from qemu_file_transferred_noflush()Juan Quintela2023-10-311-3/+3
* migration: rename vmstate_save_needed->vmstate_section_neededMarc-André Lureau2023-10-301-1/+1
* migration: hold the BQL during setupFiona Ebner2023-10-171-2/+0
* migration: Add the configuration vmstate to the json writerNikolay Borisov2023-10-171-4/+16
* migration: Allow RECOVER->PAUSED convertion for dest qemuPeter Xu2023-10-111-1/+2
* migration: Update error description outside migration.cTejus GK2023-10-041-3/+14
* migration/vmstate: Introduce vmstate_save_state_with_errTejus GK2023-10-041-1/+1
* migration: Add .save_prepare() handler to struct SaveVMHandlersAvihai Horon2023-09-111-1/+28
* migration: Move more initializations to migrate_init()Avihai Horon2023-09-111-3/+0
* migration: Add migration prefix to functions in target.cAvihai Horon2023-09-111-1/+1
* migration: Change qemu_file_transferred to noflushJuan Quintela2023-07-261-1/+1
* qemu-file: Rename qemu_file_transferred_ fast -> noflushJuan Quintela2023-07-261-2/+2
* migration: spelling fixesMichael Tokarev2023-07-251-1/+1
* vfio/migration: Reset bytes_transferred properlyAvihai Horon2023-06-301-0/+1
* migration: Implement switchover ack logicAvihai Horon2023-06-301-0/+54
* migration: never fail in global_state_store()Vladimir Sementsov-Ogievskiy2023-06-021-5/+1
* migration: Move rate_limit_max and rate_limit_used to migration_statsJuan Quintela2023-05-181-1/+1
* qemu-file: Remove total from qemu_file_total_transferred_*()Juan Quintela2023-05-151-3/+3
* qemu-file: Make total_transferred an uint64_tJuan Quintela2023-05-051-4/+2
* migration: Rename ram_counters to mig_statsJuan Quintela2023-05-031-1/+1