Age | Commit message (Expand) | Author | Files | Lines |
2018-10-19 | COLO: Remove colo_state migration struct | Zhang Chen | 1 | -2/+3 |
2018-10-19 | colo-compare: implement the process of checkpoint | Zhang Chen | 1 | -0/+6 |
2018-08-14 | vmstate.h: Provide VMSTATE_UINT16_SUB_ARRAY | Luc Michel | 1 | -0/+3 |
2018-06-15 | typedefs: add QJSON | Greg Kurz | 1 | -2/+0 |
2018-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -1/+1 |
2018-06-01 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+45 |
2018-06-01 | migration: drop an unused include | Michael S. Tsirkin | 1 | -1/+1 |
2018-06-01 | vmstate: Add a VSTRUCT type | Corey Minyard | 1 | -0/+45 |
2018-05-31 | vmstate.h: Provide VMSTATE_BOOL_SUB_ARRAY | Peter Maydell | 1 | -0/+3 |
2018-05-15 | migration: introduce SaveVMHandlers.resume_prepare | Peter Xu | 1 | -0/+2 |
2018-03-13 | migration: add postcopy migration of dirty bitmaps | Vladimir Sementsov-Ogievskiy | 1 | -0/+3 |
2018-03-13 | migration: add is_active_iterate handler | Vladimir Sementsov-Ogievskiy | 1 | -0/+9 |
2018-03-13 | migration: introduce postcopy-only pending | Vladimir Sementsov-Ogievskiy | 1 | -2/+15 |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 3 | -2/+3 |
2018-02-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -0/+1 |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 2 | -0/+2 |
2018-02-09 | Drop superfluous includes of qapi-types.h and test-qapi-types.h | Markus Armbruster | 1 | -1/+0 |
2018-02-08 | pci/bus: let it has higher migration priority | Peter Xu | 1 | -0/+1 |
2018-01-25 | vmstate: Add VMSTATE_UINT64_SUB_ARRAY | Richard Henderson | 1 | -3/+6 |
2018-01-15 | migration: finalize current_migration object | Vladimir Sementsov-Ogievskiy | 1 | -0/+1 |
2017-09-27 | migration: check pre_save return in vmstate_save_state | Dr. David Alan Gilbert | 1 | -2/+2 |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert | 1 | -1/+1 |
2017-09-22 | migration: add has_postcopy savevm handler | Vladimir Sementsov-Ogievskiy | 1 | -0/+1 |
2017-07-18 | migration: remove check against colo support | Peter Xu | 1 | -1/+0 |
2017-07-10 | migration: Create load_setup()/cleanup() methods | Juan Quintela | 1 | -0/+2 |
2017-07-10 | migration: Rename cleanup() to save_cleanup() | Juan Quintela | 1 | -1/+1 |
2017-07-10 | migration: Rename save_live_setup() to save_setup() | Juan Quintela | 1 | -1/+1 |
2017-07-10 | migration: fix handling for --only-migratable | Peter Xu | 1 | -1/+0 |
2017-06-28 | vmstate: error hint for failed equal checks | Halil Pasic | 1 | -16/+35 |
2017-06-28 | migration: hmp: dump globals | Peter Xu | 1 | -0/+1 |
2017-06-28 | migration: move skip_section_footers | Peter Xu | 1 | -1/+0 |
2017-06-28 | migration: move skip_configuration out | Peter Xu | 1 | -1/+0 |
2017-06-28 | migration: move only_migratable to MigrationState | Peter Xu | 1 | -0/+2 |
2017-06-28 | migration: move global_state.optional out | Peter Xu | 1 | -1/+0 |
2017-06-28 | migration: let MigrationState be a qdev | Peter Xu | 1 | -0/+1 |
2017-06-14 | migration: Remove unneeded includes | Juan Quintela | 2 | -3/+2 |
2017-06-14 | migration: Fix compilation with older compilers | Juan Quintela | 2 | -4/+0 |
2017-06-13 | hw/intc/arm_gicv3_its: Allow save/restore | Eric Auger | 1 | -0/+2 |
2017-06-13 | migration: Move migration.h to migration/ | Juan Quintela | 1 | -164/+0 |
2017-06-13 | migration: Move remaining exported functions to migration/misc.h | Juan Quintela | 2 | -14/+13 |
2017-06-13 | migration: create global_state.c | Juan Quintela | 2 | -4/+25 |
2017-06-13 | migration: ram_control_* are implemented in qemu_file | Juan Quintela | 1 | -18/+0 |
2017-06-13 | migration: Commands are only used inside migration.c | Juan Quintela | 1 | -15/+0 |
2017-06-13 | migration: Move constants to savevm.h | Juan Quintela | 1 | -15/+0 |
2017-06-13 | migration: Move dump_vmsate_json_to_file() to misc.h | Juan Quintela | 2 | -2/+4 |
2017-06-13 | migration: Split registration functions from vmstate.h | Juan Quintela | 2 | -38/+56 |
2017-06-13 | migration: Move self_announce_delay() to misc.h | Juan Quintela | 2 | -10/+10 |
2017-06-06 | migration: remove register_savevm() | Laurent Vivier | 1 | -8/+0 |
2017-06-01 | migration: Move include/migration/block.h into migration/ | Juan Quintela | 2 | -47/+8 |
2017-06-01 | migration: Export ram.c functions in its own file | Juan Quintela | 2 | -38/+21 |