summary refs log tree commit diff stats
path: root/include/migration/vmstate.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* migration: Make VMStateDescription.subsections constRichard Henderson2023-12-291-1/+1
* migration: Hack to maintain backwards compatibility for ppcJuan Quintela2023-11-011-0/+11
* migration: Create vmstate_register_any()Juan Quintela2023-11-011-0/+17
* migration: rename vmstate_save_needed->vmstate_section_neededMarc-André Lureau2023-10-301-1/+1
* migration/vmstate: Introduce vmstate_save_state_with_errTejus GK2023-10-041-1/+3
* vmstate: Mark VMStateInfo.get/put() coroutine_mixed_fnKevin Wolf2023-09-081-3/+5
* include/migration: mark vmstate_register() as a legacy functionAlex Bennée2023-07-031-1/+9
* migration: Add canary to VMSTATE_END_OF_LISTDr. David Alan Gilbert2023-02-061-1/+6
* migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST()David Hildenbrand2023-02-061-2/+10
* migration/savevm: Allow immutable device state to be migrated early (i.e., be...David Hildenbrand2023-02-061-1/+15
* migration: Remove load_state_old and minimum_version_id_oldPeter Maydell2022-03-021-2/+0
* vfio: Support for RamDiscardManager in the vIOMMU caseDavid Hildenbrand2021-07-081-0/+1
* cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-261-2/+0
* migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-191-3/+4
* migration: Drop unused VMSTATE_FLOAT64 supportPeter Maydell2020-10-261-13/+0
* vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macroYuri Benditovich2020-06-181-0/+10
* migration/vmstate: Remove unnecessary MemoryRegion forward declarationPhilippe Mathieu-Daudé2020-06-011-1/+0
* migration: Support QLIST migrationEric Auger2020-01-201-0/+21
* migration: Change SaveStateEntry.instance_id into uint32_tPeter Xu2020-01-201-1/+1
* migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu2020-01-201-0/+2
* vmstate: replace DeviceState with VMStateIfMarc-André Lureau2020-01-061-4/+4
* vmstate: add qom interface to get idMarc-André Lureau2020-01-061-0/+2
* migration: add new migration state wait-unplugJens Freimann2019-10-291-0/+2
* migration: Support gtree migrationEric Auger2019-10-111-0/+40
* migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster2019-08-161-1/+0
* vmstate.h: Type check VMSTATE_STRUCT_VARRAY macrosPeter Maydell2019-07-261-6/+24
* vmstate: Add support for kernel integer typesLiran Alon2019-06-211-0/+26
* migration: comment VMSTATE_UNUSED*() properlyPeter Xu2019-05-141-0/+14
* migration: Add a VMSTATE_BOOL_TEST() macroCorey Minyard2019-02-271-0/+3
* migration: Add post_save function to VMStateDescriptionAaron Lindsay2019-01-211-0/+1
* vmstate: constify VMStateFieldMarc-André Lureau2018-11-271-3/+3
* vmstate.h: Provide VMSTATE_UINT16_SUB_ARRAYLuc Michel2018-08-141-0/+3
* typedefs: add QJSONGreg Kurz2018-06-151-2/+0
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-041-1/+1
|\
| * migration: drop an unused includeMichael S. Tsirkin2018-06-011-1/+1
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-011-0/+45
|\ \
| * | vmstate: Add a VSTRUCT typeCorey Minyard2018-06-011-0/+45
| |/
* / vmstate.h: Provide VMSTATE_BOOL_SUB_ARRAYPeter Maydell2018-05-311-0/+3
|/
* pci/bus: let it has higher migration priorityPeter Xu2018-02-081-0/+1
* vmstate: Add VMSTATE_UINT64_SUB_ARRAYRichard Henderson2018-01-251-3/+6
* migration: check pre_save return in vmstate_save_stateDr. David Alan Gilbert2017-09-271-2/+2
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+1
* vmstate: error hint for failed equal checksHalil Pasic2017-06-281-16/+35
* migration: Fix compilation with older compilersJuan Quintela2017-06-141-1/+0
* hw/intc/arm_gicv3_its: Allow save/restoreEric Auger2017-06-131-0/+2
* migration: Move dump_vmsate_json_to_file() to misc.hJuan Quintela2017-06-131-2/+0
* migration: Split registration functions from vmstate.hJuan Quintela2017-06-131-38/+0
* migration: Move self_announce_delay() to misc.hJuan Quintela2017-06-131-10/+0
* migration: remove register_savevm()Laurent Vivier2017-06-061-8/+0
* migration: loadvm handlers are not usedJuan Quintela2017-06-011-2/+0