summaryrefslogtreecommitdiff
path: root/include/migration/vmstate.h
AgeCommit message (Expand)Author
2017-02-13migration: Add VMSTATE_WITH_TMPDr. David Alan Gilbert
2017-02-13migration: Add VMSTATE_UNUSED_VARRAY_UINT32Dr. David Alan Gilbert
2017-02-13migration: consolidate VMStateField.startHalil Pasic
2017-02-06migration: Check for ID lengthDr. David Alan Gilbert
2017-02-06vmstate_register_with_alias_id: Take an Error **Dr. David Alan Gilbert
2017-01-24migration: migrate QTAILQJianjun Duan
2017-01-24migration: extend VMStateInfoJianjun Duan
2017-01-10intel_iommu: allow migrationPeter Xu
2017-01-10migration: allow to prioritize save state entriesPeter Xu
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-06-29scsi: esp: fix migrationPaolo Bonzini
2016-06-17migration: Define VMSTATE_UINT64_2DARRAYPeter Maydell
2016-06-07vmstate: Define VARRAY with VMS_ALLOCAlexey Kardashevskiy
2016-05-23migration: Move qjson.[ch] to migration/Markus Armbruster
2016-02-26migration/vmstate: document VMStateFlagsSascha Silbe
2016-02-04Fix virtio migrationDr. David Alan Gilbert
2016-01-16vmstate: Introduce VMSTATE_VARRAY_MULTPLYJuan Quintela
2016-01-16vmstate: introduce CPU_DoubleU arraysJuan Quintela
2016-01-09Add VMSTATE_STRUCT_VARRAY_KNOWNDr. David Alan Gilbert
2015-11-10Add qemu_savevm_state_complete_postcopyDr. David Alan Gilbert
2015-11-10Modify save_live_pending for postcopyDr. David Alan Gilbert
2015-11-10Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert
2015-11-04migration: rename cancel to cleanup in SaveVMHandlesLiang Li
2015-09-29vmstate: Remove redefinition of VMSTATE_UINT32_ARRAYSoren Brinkmann
2015-07-27vmstate: remove unused declarationMarc-André Lureau
2015-07-07vmstate: Create optional sectionsJuan Quintela
2015-06-23migration: introduce VMSTATE_BUFFER_UNSAFE_INFO_TEST()Laszlo Ersek
2015-06-12Move loadvm_handlers into MigrationIncomingStateDr. David Alan Gilbert
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-03-09Add more VMSTATE_*_TEST variants for integersDavid Gibson
2015-02-10migration: Fix warning caused by missing declaration of vmstate_dummyStefan Weil
2015-02-05migration: Append JSON description of migration streamAlexander Graf
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2015-01-26target-i386: use vmstate_offset_sub_array for AVX registersPaolo Bonzini
2015-01-16vmstate: type-check sub-arraysPaolo Bonzini
2014-10-14vmstate: Allow dynamic allocation for VBUFFER during migrationAlexey Kardashevskiy
2014-06-27vmstate: Add preallocation for migrating arrays (VMS_ALLOC flag)Alexey Kardashevskiy
2014-06-23migration: dump vmstate info as a json file for static analysisAmit Shah
2014-06-19migration: introduce self_announce_delay()Jason Wang
2014-06-19migration: export SELF_ANNOUNCE_ROUNDSJason Wang
2014-05-05vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/Michael S. Tsirkin
2014-05-05vmstate: add VMSTATE_VALIDATEMichael S. Tsirkin
2014-05-05vmstate: add VMS_MUST_EXISTMichael S. Tsirkin
2014-03-14scsi: Fix migration of scsi sense dataFam Zheng
2014-02-08vmstate: Add uint32 2D-array supportChristoffer Dall
2014-02-04vmstate: Make VMSTATE_STRUCT_POINTER take type, not ptr-to-typePeter Maydell
2013-12-17vmstate: Add support for an array of ptimer_state *Peter Maydell
2013-09-24migration: add version supporting macros for struct pointerAlexey Kardashevskiy
2013-06-27linux-user: Fix compilation failurePeter Maydell