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