Age | Commit message (Expand) | Author | Files | Lines |
2021-02-08 | migration: introduce a delete_snapshot wrapper | Daniel P. Berrangé | 1 | -0/+13 |
2021-02-08 | migration: wire up support for snapshot device selection | Daniel P. Berrangé | 1 | -2/+16 |
2021-02-08 | migration: control whether snapshots are ovewritten | Daniel P. Berrangé | 1 | -1/+2 |
2021-02-08 | migration: stop returning errno from load_snapshot() | Daniel P. Berrangé | 1 | -1/+9 |
2021-02-08 | migration: Make save_snapshot() return bool, not 0/-1 | Philippe Mathieu-Daudé | 1 | -1/+8 |
2020-12-19 | migration: Replace migration's JSON writer by the general one | Markus Armbruster | 1 | -3/+4 |
2020-12-10 | migration, vl: start migration via qmp_migrate_incoming | Paolo Bonzini | 1 | -1/+0 |
2020-10-26 | migration: Drop unused VMSTATE_FLOAT64 support | Peter Maydell | 1 | -13/+0 |
2020-07-02 | migration/colo: Use ram_block_discard_disable() | David Hildenbrand | 1 | -1/+1 |
2020-07-02 | virtio-balloon: Rip out qemu_balloon_inhibit() | David Hildenbrand | 1 | -0/+2 |
2020-06-18 | vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macro | Yuri Benditovich | 1 | -0/+10 |
2020-06-01 | migration/vmstate: Remove unnecessary MemoryRegion forward declaration | Philippe Mathieu-Daudé | 1 | -1/+0 |
2020-01-20 | migration: Support QLIST migration | Eric Auger | 1 | -0/+21 |
2020-01-20 | migration: Change SaveStateEntry.instance_id into uint32_t | Peter Xu | 2 | -2/+2 |
2020-01-20 | migration: Define VMSTATE_INSTANCE_ID_ANY | Peter Xu | 1 | -0/+2 |
2020-01-06 | vmstate: replace DeviceState with VMStateIf | Marc-André Lureau | 2 | -5/+5 |
2020-01-06 | vmstate: add qom interface to get id | Marc-André Lureau | 2 | -0/+4 |
2019-10-29 | migration: add new migration state wait-unplug | Jens Freimann | 1 | -0/+2 |
2019-10-11 | migration: Support gtree migration | Eric Auger | 1 | -0/+40 |
2019-10-11 | migration: use migration_is_active to represent active state | Wei Yang | 1 | -0/+1 |
2019-09-12 | migration: register_savevm_live doesn't need dev | Dr. David Alan Gilbert | 1 | -2/+1 |
2019-08-16 | Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'... | Peter Maydell | 4 | -3/+5 |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | migration: Move the VMStateDescription typedef to typedefs.h | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Clean up inclusion of exec/cpu-common.h | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include migration/qemu-file-types.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include generated QAPI headers less | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | include: Make headers more self-contained | Markus Armbruster | 1 | -0/+3 |
2019-08-14 | qemu-file: move qemu_{get,put}_counted_string() declarations | Marc-André Lureau | 1 | -0/+4 |
2019-07-26 | vmstate.h: Type check VMSTATE_STRUCT_VARRAY macros | Peter Maydell | 1 | -6/+24 |
2019-06-21 | vmstate: Add support for kernel integer types | Liran Alon | 1 | -0/+26 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 2 | -2/+0 |
2019-05-14 | migration/colo.h: Remove obsolete codes | Zhang Chen | 1 | -2/+0 |
2019-05-14 | migration/colo.c: Remove redundant input parameter | Zhang Chen | 1 | -1/+1 |
2019-05-14 | migration: comment VMSTATE_UNUSED*() properly | Peter Xu | 1 | -0/+14 |
2019-05-13 | Clean up header guards that don't match their file name | Markus Armbruster | 1 | -2/+2 |
2019-03-07 | slirp: use libslirp migration code | Marc-André Lureau | 1 | -0/+2 |
2019-03-06 | migration/ram.c: add the free page optimization enable flag | Wei Wang | 1 | -0/+1 |
2019-03-06 | migration/ram.c: add a notifier chain for precopy | Wei Wang | 1 | -0/+19 |
2019-03-06 | migration: API to clear bits of guest free pages from the dirty bitmap | Wei Wang | 1 | -0/+2 |
2019-03-06 | migration: Cleanup during exit | Dr. David Alan Gilbert | 1 | -1/+1 |
2019-03-05 | migration: Switch to using announce timer | Dr. David Alan Gilbert | 1 | -10/+0 |
2019-03-05 | migration: Add announce parameters | Dr. David Alan Gilbert | 1 | -0/+2 |
2019-02-27 | migration: Add a VMSTATE_BOOL_TEST() macro | Corey Minyard | 1 | -0/+3 |
2019-01-23 | vmstate: constify SaveVMHandlers | Marc-André Lureau | 1 | -1/+1 |
2019-01-21 | migration: Add post_save function to VMStateDescription | Aaron Lindsay | 1 | -0/+1 |
2018-11-27 | vmstate: constify VMStateField | Marc-André Lureau | 1 | -3/+3 |
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 |