aboutsummaryrefslogtreecommitdiff
path: root/include/migration
AgeCommit message (Expand)Author
2023-11-01migration: per-mode blockersSteve Sistare
2023-11-01migration: mode parameterSteve Sistare
2023-11-01migration: Hack to maintain backwards compatibility for ppcJuan Quintela
2023-11-01migration: Create vmstate_register_any()Juan Quintela
2023-10-30migration: rename vmstate_save_needed->vmstate_section_neededMarc-André Lureau
2023-10-20migration: simplify notifiersSteve Sistare
2023-10-20migration: simplify blockersSteve Sistare
2023-10-17migration: hold the BQL during setupFiona Ebner
2023-10-04migration/vmstate: Introduce vmstate_save_state_with_errTejus GK
2023-09-11Merge tag 'pull-vfio-20230911' of https://github.com/legoater/qemu into stagingStefan Hajnoczi
2023-09-11migration: Add .save_prepare() handler to struct SaveVMHandlersAvihai Horon
2023-09-08vmstate: Mark VMStateInfo.get/put() coroutine_mixed_fnKevin Wolf
2023-07-12migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored()David Hildenbrand
2023-07-03include/migration: mark vmstate_register() as a legacy functionAlex Bennée
2023-06-30migration: Implement switchover ack logicAvihai Horon
2023-06-02migration: never fail in global_state_store()Vladimir Sementsov-Ogievskiy
2023-05-18migration: Move rate_limit_max and rate_limit_used to migration_statsJuan Quintela
2023-05-18migration: process_incoming_migration_co(): move colo part to coloVladimir Sementsov-Ogievskiy
2023-05-10colo: make colo_checkpoint_notify static and provide simpler APIVladimir Sementsov-Ogievskiy
2023-04-24migration: move migration_global_dump() to migration-hmp-cmds.cJuan Quintela
2023-04-20migration: mark mixed functions that can suspendPaolo Bonzini
2023-02-15migration: Rename res_{postcopy,precopy}_onlyJuan Quintela
2023-02-15migration: Remove unused res_compatibleJuan Quintela
2023-02-06migration: Add canary to VMSTATE_END_OF_LISTDr. David Alan Gilbert
2023-02-06migration/ram: Factor out check for advised postcopyDavid Hildenbrand
2023-02-06migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST()David Hildenbrand
2023-02-06migration/savevm: Allow immutable device state to be migrated early (i.e., be...David Hildenbrand
2023-02-06migration: Remove unused threshold_size parameterJuan Quintela
2023-02-06migration: Split save_live_pending() into state_pending_*Juan Quintela
2023-02-06migration: No save_live_pending() method uses the QEMUFile parameterJuan Quintela
2022-03-02migration: Remove load_state_old and minimum_version_id_oldPeter Maydell
2021-12-15Fixed a QEMU hang when guest poweroff in COLO modeRao, Lei
2021-11-01migration: Add migrate_add_blocker_internal()Peter Xu
2021-07-08vfio: Support for RamDiscardManager in the vIOMMU caseDavid Hildenbrand
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-13migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"David Hildenbrand
2021-04-06migration: Inhibit virtio-balloon for the duration of background snapshotAndrey Gruzdev
2021-02-08migration: introduce a delete_snapshot wrapperDaniel P. Berrangé
2021-02-08migration: wire up support for snapshot device selectionDaniel P. Berrangé
2021-02-08migration: control whether snapshots are ovewrittenDaniel P. Berrangé
2021-02-08migration: stop returning errno from load_snapshot()Daniel P. Berrangé
2021-02-08migration: Make save_snapshot() return bool, not 0/-1Philippe Mathieu-Daudé
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-12-10migration, vl: start migration via qmp_migrate_incomingPaolo Bonzini
2020-10-26migration: Drop unused VMSTATE_FLOAT64 supportPeter Maydell
2020-07-02migration/colo: Use ram_block_discard_disable()David Hildenbrand
2020-07-02virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand
2020-06-18vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macroYuri Benditovich
2020-06-01migration/vmstate: Remove unnecessary MemoryRegion forward declarationPhilippe Mathieu-Daudé
2020-01-20migration: Support QLIST migrationEric Auger