aboutsummaryrefslogtreecommitdiff
path: root/include/migration
AgeCommit message (Expand)AuthorFilesLines
2019-07-26vmstate.h: Type check VMSTATE_STRUCT_VARRAY macrosPeter Maydell1-6/+24
2019-06-21vmstate: Add support for kernel integer typesLiran Alon1-0/+26
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster2-2/+0
2019-05-14migration/colo.h: Remove obsolete codesZhang Chen1-2/+0
2019-05-14migration/colo.c: Remove redundant input parameterZhang Chen1-1/+1
2019-05-14migration: comment VMSTATE_UNUSED*() properlyPeter Xu1-0/+14
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster1-2/+2
2019-03-07slirp: use libslirp migration codeMarc-André Lureau1-0/+2
2019-03-06migration/ram.c: add the free page optimization enable flagWei Wang1-0/+1
2019-03-06migration/ram.c: add a notifier chain for precopyWei Wang1-0/+19
2019-03-06migration: API to clear bits of guest free pages from the dirty bitmapWei Wang1-0/+2
2019-03-06migration: Cleanup during exitDr. David Alan Gilbert1-1/+1
2019-03-05migration: Switch to using announce timerDr. David Alan Gilbert1-10/+0
2019-03-05migration: Add announce parametersDr. David Alan Gilbert1-0/+2
2019-02-27migration: Add a VMSTATE_BOOL_TEST() macroCorey Minyard1-0/+3
2019-01-23vmstate: constify SaveVMHandlersMarc-André Lureau1-1/+1
2019-01-21migration: Add post_save function to VMStateDescriptionAaron Lindsay1-0/+1
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau1-3/+3
2018-10-19COLO: Remove colo_state migration structZhang Chen1-2/+3
2018-10-19colo-compare: implement the process of checkpointZhang Chen1-0/+6
2018-08-14vmstate.h: Provide VMSTATE_UINT16_SUB_ARRAYLuc Michel1-0/+3
2018-06-15typedefs: add QJSONGreg Kurz1-2/+0
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+1
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+45
2018-06-01migration: drop an unused includeMichael S. Tsirkin1-1/+1
2018-06-01vmstate: Add a VSTRUCT typeCorey Minyard1-0/+45
2018-05-31vmstate.h: Provide VMSTATE_BOOL_SUB_ARRAYPeter Maydell1-0/+3
2018-05-15migration: introduce SaveVMHandlers.resume_preparePeter Xu1-0/+2
2018-03-13migration: add postcopy migration of dirty bitmapsVladimir Sementsov-Ogievskiy1-0/+3
2018-03-13migration: add is_active_iterate handlerVladimir Sementsov-Ogievskiy1-0/+9
2018-03-13migration: introduce postcopy-only pendingVladimir Sementsov-Ogievskiy1-2/+15
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster3-2/+3
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2-0/+2
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster1-1/+0
2018-02-08pci/bus: let it has higher migration priorityPeter Xu1-0/+1
2018-01-25vmstate: Add VMSTATE_UINT64_SUB_ARRAYRichard Henderson1-3/+6
2018-01-15migration: finalize current_migration objectVladimir Sementsov-Ogievskiy1-0/+1
2017-09-27migration: check pre_save return in vmstate_save_stateDr. David Alan Gilbert1-2/+2
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+1
2017-09-22migration: add has_postcopy savevm handlerVladimir Sementsov-Ogievskiy1-0/+1
2017-07-18migration: remove check against colo supportPeter Xu1-1/+0
2017-07-10migration: Create load_setup()/cleanup() methodsJuan Quintela1-0/+2
2017-07-10migration: Rename cleanup() to save_cleanup()Juan Quintela1-1/+1
2017-07-10migration: Rename save_live_setup() to save_setup()Juan Quintela1-1/+1
2017-07-10migration: fix handling for --only-migratablePeter Xu1-1/+0
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-16/+35
2017-06-28migration: hmp: dump globalsPeter Xu1-0/+1
2017-06-28migration: move skip_section_footersPeter Xu1-1/+0
2017-06-28migration: move skip_configuration outPeter Xu1-1/+0