summaryrefslogtreecommitdiffstats
path: root/include/migration/vmstate.h
Commit message (Expand)AuthorAgeFilesLines
* Add qemu_savevm_state_complete_postcopyDr. David Alan Gilbert2015-11-101-0/+1
* Modify save_live_pending for postcopyDr. David Alan Gilbert2015-11-101-2/+3
* Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert2015-11-101-1/+1
* migration: rename cancel to cleanup in SaveVMHandlesLiang Li2015-11-041-1/+1
* vmstate: Remove redefinition of VMSTATE_UINT32_ARRAYSoren Brinkmann2015-09-291-3/+0
* vmstate: remove unused declarationMarc-André Lureau2015-07-271-3/+0
* vmstate: Create optional sectionsJuan Quintela2015-07-071-0/+2
* migration: introduce VMSTATE_BUFFER_UNSAFE_INFO_TEST()Laszlo Ersek2015-06-231-1/+6
* Move loadvm_handlers into MigrationIncomingStateDr. David Alan Gilbert2015-06-121-0/+2
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-6/+2
* Add more VMSTATE_*_TEST variants for integersDavid Gibson2015-03-091-0/+15
* migration: Fix warning caused by missing declaration of vmstate_dummyStefan Weil2015-02-101-2/+0
* migration: Append JSON description of migration streamAlexander Graf2015-02-051-1/+2
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-3/+15
* target-i386: use vmstate_offset_sub_array for AVX registersPaolo Bonzini2015-01-261-0/+10
* vmstate: type-check sub-arraysPaolo Bonzini2015-01-161-1/+1
* vmstate: Allow dynamic allocation for VBUFFER during migrationAlexey Kardashevskiy2014-10-141-0/+11
* vmstate: Add preallocation for migrating arrays (VMS_ALLOC flag)Alexey Kardashevskiy2014-06-271-0/+11
* migration: dump vmstate info as a json file for static analysisAmit Shah2014-06-231-0/+2
* migration: introduce self_announce_delay()Jason Wang2014-06-191-0/+8
* migration: export SELF_ANNOUNCE_ROUNDSJason Wang2014-06-191-0/+2
* vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/Michael S. Tsirkin2014-05-051-1/+1
* vmstate: add VMSTATE_VALIDATEMichael S. Tsirkin2014-05-051-0/+8
* vmstate: add VMS_MUST_EXISTMichael S. Tsirkin2014-05-051-0/+1
* scsi: Fix migration of scsi sense dataFam Zheng2014-03-141-0/+3
* vmstate: Add uint32 2D-array supportChristoffer Dall2014-02-081-0/+6
* vmstate: Make VMSTATE_STRUCT_POINTER take type, not ptr-to-typePeter Maydell2014-02-041-4/+4
* vmstate: Add support for an array of ptimer_state *Peter Maydell2013-12-171-0/+10
* migration: add version supporting macros for struct pointerAlexey Kardashevskiy2013-09-241-2/+15
* linux-user: Fix compilation failurePeter Maydell2013-06-271-0/+2
* vmstate: Add support for two dimensional arraysPeter Maydell2013-04-051-0/+27
* vmstate.h: introduce VMSTATE_BUFFER_POINTER_UNSAFE macroIgor Mitsyanko2013-04-051-0/+9
* savevm: Fix bugs in the VMSTATE_VBUFFER_MULTIPLY definitionDavid Gibson2013-03-261-2/+2
* savevm: Add VMSTATE_STRUCT_VARRAY_POINTER_UINT32David Gibson2013-03-261-0/+10
* savevm: Add VMSTATE_FLOAT64 helpersDavid Gibson2013-03-261-0/+15
* savevm: Add VMSTATE_UINTTL_EQUAL helperDavid Gibson2013-03-261-2/+5
* savevm: Add VMSTATE_UINT64_EQUAL helpersDavid Gibson2013-03-261-0/+7
* stubs: Add a vmstate_dummy struct for CONFIG_USER_ONLYAndreas Färber2013-03-121-0/+4
* vmstate: Make vmstate_register() static inlineAndreas Färber2013-03-121-2/+10
* migration: run setup callbacks out of big lockPaolo Bonzini2013-03-111-1/+1
* migration: run pending/iterate callbacks out of big lockPaolo Bonzini2013-03-111-0/+11
* migration: reorder SaveVMHandlers membersPaolo Bonzini2013-03-111-3/+5
* hw: move fifo.[ch] to libqemuutilPaolo Bonzini2013-03-011-0/+2
* savevm: New save live migration method: pendingJuan Quintela2012-12-201-0/+1
* migration: move include files to include/migration/Paolo Bonzini2012-12-191-0/+639
OpenPOWER on IntegriCloud