aboutsummaryrefslogtreecommitdiff
path: root/include/migration
AgeCommit message (Expand)AuthorFilesLines
2023-02-15migration: Rename res_{postcopy,precopy}_onlyJuan Quintela1-12/+15
2023-02-15migration: Remove unused res_compatibleJuan Quintela1-5/+2
2023-02-06migration: Add canary to VMSTATE_END_OF_LISTDr. David Alan Gilbert1-1/+6
2023-02-06migration/ram: Factor out check for advised postcopyDavid Hildenbrand1-1/+3
2023-02-06migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST()David Hildenbrand1-2/+10
2023-02-06migration/savevm: Allow immutable device state to be migrated early (i.e., be...David Hildenbrand1-1/+15
2023-02-06migration: Remove unused threshold_size parameterJuan Quintela1-2/+0
2023-02-06migration: Split save_live_pending() into state_pending_*Juan Quintela1-7/+12
2023-02-06migration: No save_live_pending() method uses the QEMUFile parameterJuan Quintela1-1/+1
2022-03-02migration: Remove load_state_old and minimum_version_id_oldPeter Maydell1-2/+0
2021-12-15Fixed a QEMU hang when guest poweroff in COLO modeRao, Lei1-0/+1
2021-11-01migration: Add migrate_add_blocker_internal()Peter Xu1-0/+16
2021-07-08vfio: Support for RamDiscardManager in the vIOMMU caseDavid Hildenbrand1-0/+1
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé1-2/+0
2021-05-13migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"David Hildenbrand1-1/+0
2021-04-06migration: Inhibit virtio-balloon for the duration of background snapshotAndrey Gruzdev1-0/+2
2021-02-08migration: introduce a delete_snapshot wrapperDaniel P. Berrangé1-0/+13
2021-02-08migration: wire up support for snapshot device selectionDaniel P. Berrangé1-2/+16
2021-02-08migration: control whether snapshots are ovewrittenDaniel P. Berrangé1-1/+2
2021-02-08migration: stop returning errno from load_snapshot()Daniel P. Berrangé1-1/+9
2021-02-08migration: Make save_snapshot() return bool, not 0/-1Philippe Mathieu-Daudé1-1/+8
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster1-3/+4
2020-12-10migration, vl: start migration via qmp_migrate_incomingPaolo Bonzini1-1/+0
2020-10-26migration: Drop unused VMSTATE_FLOAT64 supportPeter Maydell1-13/+0
2020-07-02migration/colo: Use ram_block_discard_disable()David Hildenbrand1-1/+1
2020-07-02virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand1-0/+2
2020-06-18vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macroYuri Benditovich1-0/+10
2020-06-01migration/vmstate: Remove unnecessary MemoryRegion forward declarationPhilippe Mathieu-Daudé1-1/+0
2020-01-20migration: Support QLIST migrationEric Auger1-0/+21
2020-01-20migration: Change SaveStateEntry.instance_id into uint32_tPeter Xu2-2/+2
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu1-0/+2
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau2-5/+5
2020-01-06vmstate: add qom interface to get idMarc-André Lureau2-0/+4
2019-10-29migration: add new migration state wait-unplugJens Freimann1-0/+2
2019-10-11migration: Support gtree migrationEric Auger1-0/+40
2019-10-11migration: use migration_is_active to represent active stateWei Yang1-0/+1
2019-09-12migration: register_savevm_live doesn't need devDr. David Alan Gilbert1-2/+1
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell4-3/+5
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster1-1/+0
2019-08-16Clean up inclusion of exec/cpu-common.hMarkus Armbruster1-1/+0
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include generated QAPI headers lessMarkus Armbruster1-1/+0
2019-08-16include: Make headers more self-containedMarkus Armbruster1-0/+3
2019-08-14qemu-file: move qemu_{get,put}_counted_string() declarationsMarc-André Lureau1-0/+4
2019-07-26vmstate.h: Type check VMSTATE_STRUCT_VARRAY macrosPeter Maydell1-6/+24
2019-06-21vmstate: Add support for kernel integer typesLiran Alon1-0/+26
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster2-2/+0
2019-05-14migration/colo.h: Remove obsolete codesZhang Chen1-2/+0