Age | Commit message (Expand) | Author | Files | Lines |
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-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 |
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-06-28 | vmstate: error hint for failed equal checks | Halil Pasic | 1 | -16/+35 |
2017-06-14 | migration: Fix compilation with older compilers | Juan Quintela | 1 | -1/+0 |
2017-06-13 | hw/intc/arm_gicv3_its: Allow save/restore | Eric Auger | 1 | -0/+2 |
2017-06-13 | migration: Move dump_vmsate_json_to_file() to misc.h | Juan Quintela | 1 | -2/+0 |
2017-06-13 | migration: Split registration functions from vmstate.h | Juan Quintela | 1 | -38/+0 |
2017-06-13 | migration: Move self_announce_delay() to misc.h | Juan Quintela | 1 | -10/+0 |
2017-06-06 | migration: remove register_savevm() | Laurent Vivier | 1 | -8/+0 |
2017-06-01 | migration: loadvm handlers are not used | Juan Quintela | 1 | -2/+0 |
2017-05-18 | migration: Remove qemu-file.h from vmstate.h | Juan Quintela | 1 | -3/+0 |
2017-05-18 | migration: Remove old MigrationParams | Juan Quintela | 1 | -1/+0 |
2017-05-17 | migration: Move check_migratable() into qdev.c | Juan Quintela | 1 | -0/+2 |
2017-05-05 | Merge remote-tracking branch 'shorne/tags/pull-or-20170504' into staging | Stefan Hajnoczi | 1 | -0/+18 |
2017-05-04 | migration: Add VMSTATE_STRUCT_2DARRAY() | Stafford Horne | 1 | -0/+18 |
2017-04-21 | migration: rename max_size to threshold_size | Peter Xu | 1 | -1/+2 |
2017-02-28 | migration/vmstate: fix array of ptr with nullptrs | Halil Pasic | 1 | -0/+4 |
2017-02-13 | migration: Add VMSTATE_WITH_TMP | Dr. David Alan Gilbert | 1 | -0/+19 |
2017-02-13 | migration: Add VMSTATE_UNUSED_VARRAY_UINT32 | Dr. David Alan Gilbert | 1 | -0/+11 |
2017-02-13 | migration: consolidate VMStateField.start | Halil Pasic | 1 | -13/+8 |
2017-02-06 | migration: Check for ID length | Dr. David Alan Gilbert | 1 | -0/+2 |
2017-02-06 | vmstate_register_with_alias_id: Take an Error ** | Dr. David Alan Gilbert | 1 | -2/+3 |
2017-01-24 | migration: migrate QTAILQ | Jianjun Duan | 1 | -0/+20 |
2017-01-24 | migration: extend VMStateInfo | Jianjun Duan | 1 | -5/+14 |
2017-01-10 | intel_iommu: allow migration | Peter Xu | 1 | -0/+1 |
2017-01-10 | migration: allow to prioritize save state entries | Peter Xu | 1 | -0/+6 |
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster | 1 | -1/+2 |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 1 | -1/+1 |
2016-06-29 | scsi: esp: fix migration | Paolo Bonzini | 1 | -1/+4 |
2016-06-17 | migration: Define VMSTATE_UINT64_2DARRAY | Peter Maydell | 1 | -0/+6 |
2016-06-07 | vmstate: Define VARRAY with VMS_ALLOC | Alexey Kardashevskiy | 1 | -0/+10 |
2016-05-23 | migration: Move qjson.[ch] to migration/ | Markus Armbruster | 1 | -1/+1 |
2016-02-26 | migration/vmstate: document VMStateFlags | Sascha Silbe | 1 | -10/+90 |
2016-02-04 | Fix virtio migration | Dr. David Alan Gilbert | 1 | -9/+9 |
2016-01-16 | vmstate: Introduce VMSTATE_VARRAY_MULTPLY | Juan Quintela | 1 | -0/+11 |
2016-01-16 | vmstate: introduce CPU_DoubleU arrays | Juan Quintela | 1 | -0/+7 |
2016-01-09 | Add VMSTATE_STRUCT_VARRAY_KNOWN | Dr. David Alan Gilbert | 1 | -0/+13 |
2015-11-10 | Add qemu_savevm_state_complete_postcopy | Dr. David Alan Gilbert | 1 | -0/+1 |
2015-11-10 | Modify save_live_pending for postcopy | Dr. David Alan Gilbert | 1 | -2/+3 |
2015-11-10 | Rename save_live_complete to save_live_complete_precopy | Dr. David Alan Gilbert | 1 | -1/+1 |
2015-11-04 | migration: rename cancel to cleanup in SaveVMHandles | Liang Li | 1 | -1/+1 |
2015-09-29 | vmstate: Remove redefinition of VMSTATE_UINT32_ARRAY | Soren Brinkmann | 1 | -3/+0 |