aboutsummaryrefslogtreecommitdiff
path: root/migration/vmstate.c
AgeCommit message (Expand)Author
2023-12-29migration: Make VMStateDescription.subsections constRichard Henderson
2023-10-31qemu-file: Remove _noflush from qemu_file_transferred_noflush()Juan Quintela
2023-10-30migration: set file error on subsection loadingMarc-André Lureau
2023-10-30migration: rename vmstate_save_needed->vmstate_section_neededMarc-André Lureau
2023-10-04migration: Unify and trace vmstate field_exists() checksPeter Xu
2023-10-04migration: Update error description outside migration.cTejus GK
2023-10-04migration/vmstate: Introduce vmstate_save_state_with_errTejus GK
2023-09-29migration: Clean up local variable shadowingMarkus Armbruster
2023-07-26qemu-file: Rename qemu_file_transferred_ fast -> noflushJuan Quintela
2023-05-15qemu-file: Remove total from qemu_file_total_transferred_*()Juan Quintela
2023-05-05qemu-file: Make total_transferred an uint64_tJuan Quintela
2023-02-06migration: Add canary to VMSTATE_END_OF_LISTDr. David Alan Gilbert
2022-06-22migration: rename qemu_ftell to qemu_file_total_transferredDaniel P. Berrangé
2022-03-02migration: Remove load_state_old and minimum_version_id_oldPeter Maydell
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-10-26migration: Add spaces around operatorBihong Yu
2020-02-28migration/vmstate: Remove redundant statement in vmstate_save_state_v()Chen Qun
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-14vmstate: check subsection_found is enoughWei Yang
2019-01-21migration: Add post_save function to VMStateDescriptionAaron Lindsay
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau
2018-08-22migration: Correctly handle subsections with no 'needed' functionPeter Maydell
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-06-01migration: use local path for local headersMichael S. Tsirkin
2018-06-01vmstate: Add a VSTRUCT typeCorey Minyard
2017-09-27migration: wire vmstate_save_state errors up to vmstate_subsection_saveDr. David Alan Gilbert
2017-09-27migration: Check field save returnsDr. David Alan Gilbert
2017-09-27migration: check pre_save return in vmstate_save_stateDr. David Alan Gilbert
2017-06-13migration: Move migration.h to migration/Juan Quintela
2017-06-13migration: Move constants to savevm.hJuan Quintela
2017-06-01migration: Split qemu-file.hJuan Quintela
2017-05-18migration: Split vmstate-types.c from vmstate.cJuan Quintela
2017-05-18migration: Move qjson.h to migration/Juan Quintela
2017-03-16vmstate: fix failed iotests case 68 and 91QingFeng Hao
2017-02-28migration/vmstate: fix array of ptr with nullptrsHalil Pasic
2017-02-28migration/vmstate: split up vmstate_base_addrHalil Pasic
2017-02-28migration/vmstate: renames in (load|save)_stateHalil Pasic
2017-02-13migration: Add VMSTATE_WITH_TMPDr. David Alan Gilbert
2017-02-13migration: consolidate VMStateField.startHalil Pasic
2017-01-24migration/tracing: Add tracing on saveDr. David Alan Gilbert
2017-01-24migration: add error_reportJianjun Duan
2017-01-24migration: migrate QTAILQJianjun Duan
2017-01-24migration: extend VMStateInfoJianjun Duan
2016-10-13migration: Report values for comparisonsDr. David Alan Gilbert
2016-10-13migration: report an error giving the failed fieldDr. David Alan Gilbert
2016-06-17migration: Trace improvementsDr. David Alan Gilbert
2016-05-23migration: Move qjson.[ch] to migration/Markus Armbruster
2016-01-29migration: Clean up includesPeter Maydell
2016-01-16vmstate: Introduce VMSTATE_VARRAY_MULTPLYJuan Quintela
2016-01-16vmstate: introduce CPU_DoubleU arraysJuan Quintela