Age | Commit message (Expand) | Author | Files | Lines |
2023-10-04 | migration: Unify and trace vmstate field_exists() checks | Peter Xu | 1 | -8/+26 |
2023-10-04 | migration: Update error description outside migration.c | Tejus GK | 1 | -3/+4 |
2023-10-04 | migration/vmstate: Introduce vmstate_save_state_with_err | Tejus GK | 1 | -3/+9 |
2023-09-29 | migration: Clean up local variable shadowing | Markus Armbruster | 1 | -1/+1 |
2023-07-26 | qemu-file: Rename qemu_file_transferred_ fast -> noflush | Juan Quintela | 1 | -2/+2 |
2023-05-15 | qemu-file: Remove total from qemu_file_total_transferred_*() | Juan Quintela | 1 | -3/+2 |
2023-05-05 | qemu-file: Make total_transferred an uint64_t | Juan Quintela | 1 | -1/+1 |
2023-02-06 | migration: Add canary to VMSTATE_END_OF_LIST | Dr. David Alan Gilbert | 1 | -0/+2 |
2022-06-22 | migration: rename qemu_ftell to qemu_file_total_transferred | Daniel P. Berrangé | 1 | -2/+3 |
2022-03-02 | migration: Remove load_state_old and minimum_version_id_old | Peter Maydell | 1 | -6/+0 |
2020-12-19 | migration: Replace migration's JSON writer by the general one | Markus Armbruster | 1 | -25/+27 |
2020-10-26 | migration: Add spaces around operator | Bihong Yu | 1 | -5/+5 |
2020-02-28 | migration/vmstate: Remove redundant statement in vmstate_save_state_v() | Chen Qun | 1 | -1/+0 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-05-14 | vmstate: check subsection_found is enough | Wei Yang | 1 | -4/+4 |
2019-01-21 | migration: Add post_save function to VMStateDescription | Aaron Lindsay | 1 | -1/+12 |
2018-11-27 | vmstate: constify VMStateField | Marc-André Lureau | 1 | -14/+17 |
2018-08-22 | migration: Correctly handle subsections with no 'needed' function | Peter Maydell | 1 | -3/+3 |
2018-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -1/+1 |
2018-06-01 | migration: use local path for local headers | Michael S. Tsirkin | 1 | -1/+1 |
2018-06-01 | vmstate: Add a VSTRUCT type | Corey Minyard | 1 | -4/+21 |
2017-09-27 | migration: wire vmstate_save_state errors up to vmstate_subsection_save | Dr. David Alan Gilbert | 1 | -8/+12 |
2017-09-27 | migration: Check field save returns | Dr. David Alan Gilbert | 1 | -3/+12 |
2017-09-27 | migration: check pre_save return in vmstate_save_state | Dr. David Alan Gilbert | 1 | -2/+10 |
2017-06-13 | migration: Move migration.h to migration/ | Juan Quintela | 1 | -1/+1 |
2017-06-13 | migration: Move constants to savevm.h | Juan Quintela | 1 | -0/+1 |
2017-06-01 | migration: Split qemu-file.h | Juan Quintela | 1 | -1/+1 |
2017-05-18 | migration: Split vmstate-types.c from vmstate.c | Juan Quintela | 1 | -642/+12 |
2017-05-18 | migration: Move qjson.h to migration/ | Juan Quintela | 1 | -1/+1 |
2017-03-16 | vmstate: fix failed iotests case 68 and 91 | QingFeng Hao | 1 | -4/+4 |
2017-02-28 | migration/vmstate: fix array of ptr with nullptrs | Halil Pasic | 1 | -2/+38 |
2017-02-28 | migration/vmstate: split up vmstate_base_addr | Halil Pasic | 1 | -22/+17 |
2017-02-28 | migration/vmstate: renames in (load|save)_state | Halil Pasic | 1 | -11/+11 |
2017-02-13 | migration: Add VMSTATE_WITH_TMP | Dr. David Alan Gilbert | 1 | -0/+40 |
2017-02-13 | migration: consolidate VMStateField.start | Halil Pasic | 1 | -2/+2 |
2017-01-24 | migration/tracing: Add tracing on save | Dr. David Alan Gilbert | 1 | -5/+10 |
2017-01-24 | migration: add error_report | Jianjun Duan | 1 | -0/+6 |
2017-01-24 | migration: migrate QTAILQ | Jianjun Duan | 1 | -0/+69 |
2017-01-24 | migration: extend VMStateInfo | Jianjun Duan | 1 | -37/+76 |
2016-10-13 | migration: Report values for comparisons | Dr. David Alan Gilbert | 1 | -0/+8 |
2016-10-13 | migration: report an error giving the failed field | Dr. David Alan Gilbert | 1 | -0/+2 |
2016-06-17 | migration: Trace improvements | Dr. David Alan Gilbert | 1 | -6/+7 |
2016-05-23 | migration: Move qjson.[ch] to migration/ | Markus Armbruster | 1 | -1/+0 |
2016-01-29 | migration: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-16 | vmstate: Introduce VMSTATE_VARRAY_MULTPLY | Juan Quintela | 1 | -0/+4 |
2016-01-16 | vmstate: introduce CPU_DoubleU arrays | Juan Quintela | 1 | -0/+23 |
2015-07-07 | vmstate: Create optional sections | Juan Quintela | 1 | -0/+11 |
2015-06-12 | Move copy out of qemu_peek_buffer | Dr. David Alan Gilbert | 1 | -2/+3 |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela | 1 | -8/+8 |
2015-02-05 | migration: Append JSON description of migration stream | Alexander Graf | 1 | -6/+180 |