Age | Commit message (Expand) | Author |
2016-01-16 | vmstate: Introduce VMSTATE_VARRAY_MULTPLY | Juan Quintela |
2016-01-16 | vmstate: introduce CPU_DoubleU arrays | Juan Quintela |
2016-01-09 | Add VMSTATE_STRUCT_VARRAY_KNOWN | Dr. David Alan Gilbert |
2015-11-10 | Add qemu_savevm_state_complete_postcopy | Dr. David Alan Gilbert |
2015-11-10 | Modify save_live_pending for postcopy | Dr. David Alan Gilbert |
2015-11-10 | Rename save_live_complete to save_live_complete_precopy | Dr. David Alan Gilbert |
2015-11-04 | migration: rename cancel to cleanup in SaveVMHandles | Liang Li |
2015-09-29 | vmstate: Remove redefinition of VMSTATE_UINT32_ARRAY | Soren Brinkmann |
2015-07-27 | vmstate: remove unused declaration | Marc-André Lureau |
2015-07-07 | vmstate: Create optional sections | Juan Quintela |
2015-06-23 | migration: introduce VMSTATE_BUFFER_UNSAFE_INFO_TEST() | Laszlo Ersek |
2015-06-12 | Move loadvm_handlers into MigrationIncomingState | Dr. David Alan Gilbert |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela |
2015-03-09 | Add more VMSTATE_*_TEST variants for integers | David Gibson |
2015-02-10 | migration: Fix warning caused by missing declaration of vmstate_dummy | Stefan Weil |
2015-02-05 | migration: Append JSON description of migration stream | Alexander Graf |
2015-01-26 | vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* | Paolo Bonzini |
2015-01-26 | target-i386: use vmstate_offset_sub_array for AVX registers | Paolo Bonzini |
2015-01-16 | vmstate: type-check sub-arrays | Paolo Bonzini |
2014-10-14 | vmstate: Allow dynamic allocation for VBUFFER during migration | Alexey Kardashevskiy |
2014-06-27 | vmstate: Add preallocation for migrating arrays (VMS_ALLOC flag) | Alexey Kardashevskiy |
2014-06-23 | migration: dump vmstate info as a json file for static analysis | Amit Shah |
2014-06-19 | migration: introduce self_announce_delay() | Jason Wang |
2014-06-19 | migration: export SELF_ANNOUNCE_ROUNDS | Jason Wang |
2014-05-05 | vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/ | Michael S. Tsirkin |
2014-05-05 | vmstate: add VMSTATE_VALIDATE | Michael S. Tsirkin |
2014-05-05 | vmstate: add VMS_MUST_EXIST | Michael S. Tsirkin |
2014-03-14 | scsi: Fix migration of scsi sense data | Fam Zheng |
2014-02-08 | vmstate: Add uint32 2D-array support | Christoffer Dall |
2014-02-04 | vmstate: Make VMSTATE_STRUCT_POINTER take type, not ptr-to-type | Peter Maydell |
2013-12-17 | vmstate: Add support for an array of ptimer_state * | Peter Maydell |
2013-09-24 | migration: add version supporting macros for struct pointer | Alexey Kardashevskiy |
2013-06-27 | linux-user: Fix compilation failure | Peter Maydell |
2013-04-05 | vmstate: Add support for two dimensional arrays | Peter Maydell |
2013-04-05 | vmstate.h: introduce VMSTATE_BUFFER_POINTER_UNSAFE macro | Igor Mitsyanko |
2013-03-26 | savevm: Fix bugs in the VMSTATE_VBUFFER_MULTIPLY definition | David Gibson |
2013-03-26 | savevm: Add VMSTATE_STRUCT_VARRAY_POINTER_UINT32 | David Gibson |
2013-03-26 | savevm: Add VMSTATE_FLOAT64 helpers | David Gibson |
2013-03-26 | savevm: Add VMSTATE_UINTTL_EQUAL helper | David Gibson |
2013-03-26 | savevm: Add VMSTATE_UINT64_EQUAL helpers | David Gibson |
2013-03-12 | stubs: Add a vmstate_dummy struct for CONFIG_USER_ONLY | Andreas Färber |
2013-03-12 | vmstate: Make vmstate_register() static inline | Andreas Färber |
2013-03-11 | migration: run setup callbacks out of big lock | Paolo Bonzini |
2013-03-11 | migration: run pending/iterate callbacks out of big lock | Paolo Bonzini |
2013-03-11 | migration: reorder SaveVMHandlers members | Paolo Bonzini |
2013-03-01 | hw: move fifo.[ch] to libqemuutil | Paolo Bonzini |
2012-12-20 | savevm: New save live migration method: pending | Juan Quintela |
2012-12-19 | migration: move include files to include/migration/ | Paolo Bonzini |