aboutsummaryrefslogtreecommitdiff
path: root/include/migration
AgeCommit message (Expand)AuthorFilesLines
2020-07-02migration/colo: Use ram_block_discard_disable()David Hildenbrand1-1/+1
2020-07-02virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand1-0/+2
2020-06-18vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macroYuri Benditovich1-0/+10
2020-06-01migration/vmstate: Remove unnecessary MemoryRegion forward declarationPhilippe Mathieu-Daudé1-1/+0
2020-01-20migration: Support QLIST migrationEric Auger1-0/+21
2020-01-20migration: Change SaveStateEntry.instance_id into uint32_tPeter Xu2-2/+2
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu1-0/+2
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau2-5/+5
2020-01-06vmstate: add qom interface to get idMarc-André Lureau2-0/+4
2019-10-29migration: add new migration state wait-unplugJens Freimann1-0/+2
2019-10-11migration: Support gtree migrationEric Auger1-0/+40
2019-10-11migration: use migration_is_active to represent active stateWei Yang1-0/+1
2019-09-12migration: register_savevm_live doesn't need devDr. David Alan Gilbert1-2/+1
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell4-3/+5
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster1-1/+0
2019-08-16Clean up inclusion of exec/cpu-common.hMarkus Armbruster1-1/+0
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include generated QAPI headers lessMarkus Armbruster1-1/+0
2019-08-16include: Make headers more self-containedMarkus Armbruster1-0/+3
2019-08-14qemu-file: move qemu_{get,put}_counted_string() declarationsMarc-André Lureau1-0/+4
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