aboutsummaryrefslogtreecommitdiff
path: root/include/migration/vmstate.h
AgeCommit message (Expand)Author
2024-06-21migration: Remove unused VMSTATE_ARRAY_TEST() macroPhilippe Mathieu-Daudé
2023-12-29migration: Make VMStateDescription.subsections constRichard Henderson
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-04migration/vmstate: Introduce vmstate_save_state_with_errTejus GK
2023-09-08vmstate: Mark VMStateInfo.get/put() coroutine_mixed_fnKevin Wolf
2023-07-03include/migration: mark vmstate_register() as a legacy functionAlex Bennée
2023-02-06migration: Add canary to VMSTATE_END_OF_LISTDr. David Alan Gilbert
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
2022-03-02migration: Remove load_state_old and minimum_version_id_oldPeter Maydell
2021-07-08vfio: Support for RamDiscardManager in the vIOMMU caseDavid Hildenbrand
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-10-26migration: Drop unused VMSTATE_FLOAT64 supportPeter Maydell
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
2020-01-20migration: Change SaveStateEntry.instance_id into uint32_tPeter Xu
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau
2020-01-06vmstate: add qom interface to get idMarc-André Lureau
2019-10-29migration: add new migration state wait-unplugJens Freimann
2019-10-11migration: Support gtree migrationEric Auger
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster
2019-07-26vmstate.h: Type check VMSTATE_STRUCT_VARRAY macrosPeter Maydell
2019-06-21vmstate: Add support for kernel integer typesLiran Alon
2019-05-14migration: comment VMSTATE_UNUSED*() properlyPeter Xu
2019-02-27migration: Add a VMSTATE_BOOL_TEST() macroCorey Minyard
2019-01-21migration: Add post_save function to VMStateDescriptionAaron Lindsay
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau
2018-08-14vmstate.h: Provide VMSTATE_UINT16_SUB_ARRAYLuc Michel
2018-06-15typedefs: add QJSONGreg Kurz
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-06-01migration: drop an unused includeMichael S. Tsirkin
2018-06-01vmstate: Add a VSTRUCT typeCorey Minyard
2018-05-31vmstate.h: Provide VMSTATE_BOOL_SUB_ARRAYPeter Maydell
2018-02-08pci/bus: let it has higher migration priorityPeter Xu
2018-01-25vmstate: Add VMSTATE_UINT64_SUB_ARRAYRichard Henderson
2017-09-27migration: check pre_save return in vmstate_save_stateDr. David Alan Gilbert
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-06-28vmstate: error hint for failed equal checksHalil Pasic
2017-06-14migration: Fix compilation with older compilersJuan Quintela
2017-06-13hw/intc/arm_gicv3_its: Allow save/restoreEric Auger
2017-06-13migration: Move dump_vmsate_json_to_file() to misc.hJuan Quintela
2017-06-13migration: Split registration functions from vmstate.hJuan Quintela
2017-06-13migration: Move self_announce_delay() to misc.hJuan Quintela
2017-06-06migration: remove register_savevm()Laurent Vivier