- 9d4b1e5 migration: Move migrate_use_block() to options.c by Juan Quintela · 2 years, 1 month ago
- 1f0776f migration: Create options.c by Juan Quintela · 2 years, 1 month ago
- 0cec205 migration: rename enabled_capabilities to capabilities by Juan Quintela · 2 years, 1 month ago
- 24beea4 migration: Rename res_{postcopy,precopy}_only by Juan Quintela · 2 years, 2 months ago
- 24f254e migration: Remove unused res_compatible by Juan Quintela · 2 years, 2 months ago
- 5655aab migration: Postpone postcopy preempt channel to be after main by Peter Xu · 2 years, 2 months ago
- e264705 migration: I messed state_pending_exact/estimate by Juan Quintela · 2 years, 2 months ago
- bb25a72 migration: Perform vmsd structure check during tests by Dr. David Alan Gilbert · 3 years, 3 months ago
- 89c5684 migration: Add canary to VMSTATE_END_OF_LIST by Dr. David Alan Gilbert · 3 years, 3 months ago
- 62f4262 migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM) by David Hildenbrand · 2 years, 2 months ago
- e3bf5e6 migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup() by David Hildenbrand · 2 years, 2 months ago
- 5e104f2 migration/savevm: Move more savevm handling into vmstate_save() by David Hildenbrand · 2 years, 2 months ago
- fd70385 migration: Remove unused threshold_size parameter by Juan Quintela · 2 years, 6 months ago
- c8df4a7 migration: Split save_live_pending() into state_pending_* by Juan Quintela · 2 years, 6 months ago
- 255dc7a migration: No save_live_pending() method uses the QEMUFile parameter by Juan Quintela · 2 years, 6 months ago
- e2c1c34 include/block: Untangle inclusion loops by Markus Armbruster · 2 years, 3 months ago
- 7966d70 reset: allow registering handlers that aren't called by snapshot loading by Jason A. Donenfeld · 2 years, 5 months ago
- 60bb3c5 migration: Postcopy recover with preempt enabled by Peter Xu · 2 years, 9 months ago
- 36f62f1 migration: Postcopy preemption preparation on channel creation by Peter Xu · 2 years, 9 months ago
- 77ef2dc migration: remove the QEMUFileOps abstraction by Daniel P. Berrangé · 2 years, 9 months ago
- 67bdabe migration: convert savevm to use QIOChannelBlock for VMState by Daniel P. Berrangé · 2 years, 9 months ago
- fbfa640 migration: rename qemu_ftell to qemu_file_total_transferred by Daniel P. Berrangé · 2 years, 9 months ago
- 08401c0 migration: Allow migrate-recover to run multiple times by Peter Xu · 3 years ago
- 6b573ef include/block/snapshot: global state API + assertions by Emanuele Giuseppe Esposito · 3 years, 1 month ago
- 3b71719 block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_op_invalidate_cache by Emanuele Giuseppe Esposito · 3 years, 2 months ago
- 095c12a migration: Add postcopy_thread_create() by Peter Xu · 3 years, 1 month ago
- 77dadc3 migration: Introduce postcopy channels on dest node by Peter Xu · 3 years, 1 month ago
- b9a040b migration: Tracepoint change in postcopy-run bottom half by Peter Xu · 3 years, 1 month ago
- c84f976 migration: Finer grained tracepoints for POSTCOPY_LISTEN by Peter Xu · 3 years, 1 month ago
- a7060ba migration: Dump sub-cmd name in loadvm_process_command tp by Peter Xu · 3 years, 1 month ago
- 9200265 migration: Report the error returned when save_live_iterate fails by David Edmondson · 3 years, 4 months ago
- 144fa06 migration: Never call twice qemu_target_page_size() by Juan Quintela · 3 years, 4 months ago
- 02abee3 migration: Zero migration compression counters by Juan Quintela · 3 years, 5 months ago
- 39675ff migration: Move the yank unregister of channel_close out by Peter Xu · 3 years, 8 months ago
- c6ad5be migration: Teach QEMUFile to be QIOChannel-aware by Peter Xu · 3 years, 8 months ago
- 85cd1cc migration: use GDateTime for formatting timestamp in snapshot names by Daniel P. Berrangé · 4 years ago
- 0f0d83a migration: introduce snapshot-{save, load, delete} QMP commands by Daniel P. Berrangé · 4 years, 2 months ago
- bef7e9e migration: introduce a delete_snapshot wrapper by Daniel P. Berrangé · 4 years, 2 months ago
- f1a9fcd migration: wire up support for snapshot device selection by Daniel P. Berrangé · 4 years, 2 months ago
- f781f84 migration: control whether snapshots are ovewritten by Daniel P. Berrangé · 4 years, 2 months ago
- 3d3e9b1 block: rename and alter bdrv_all_find_snapshot semantics by Daniel P. Berrangé · 4 years, 2 months ago
- c22d644 block: allow specifying name of block device for vmstate storage by Daniel P. Berrangé · 4 years, 2 months ago
- cf3a74c block: add ability to specify list of blockdevs during snapshot by Daniel P. Berrangé · 4 years, 2 months ago
- f61fe11 migration: stop returning errno from load_snapshot() by Daniel P. Berrangé · 4 years, 2 months ago
- 7ea14df migration: Make save_snapshot() return bool, not 0/-1 by Philippe Mathieu-Daudé · 4 years, 2 months ago
- e26f98e block: push error reporting into bdrv_all_*_snapshot functions by Daniel P. Berrangé · 4 years, 2 months ago
- 3af8554 migration: Add blocker information by Dr. David Alan Gilbert · 4 years, 2 months ago
- 8518278 migration: implementation of background snapshot thread by Andrey Gruzdev · 4 years, 2 months ago
- 39f633d savevm: Fix memory leak of vmstate_configuration by Jinhao Gao · 4 years, 3 months ago
- b5eea99 migration: Add yank feature by Lukas Straub · 4 years, 3 months ago
- 1f7c027 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into staging by Peter Maydell · 4 years, 3 months ago
- 3ddba9a migration: Replace migration's JSON writer by the general one by Markus Armbruster · 4 years, 4 months ago
- 2a909dc savevm: Delete snapshots just created in case of error by Tuguoyi · 4 years, 4 months ago
- 80ef058 savevm: Remove dead code in save_snapshot() by Tuguoyi · 4 years, 4 months ago
- 5e77343 migration: Postpone the kick of the fault thread after recover by Peter Xu · 4 years, 5 months ago
- cc5ab87 migration: Unify reset of last_rb on destination node when recover by Peter Xu · 4 years, 5 months ago
- 0c26781 migration: Sync requested pages after postcopy recovery by Peter Xu · 4 years, 5 months ago
- 49324e9 migration: Do not initialise statics and globals to 0 or NULL by Bihong Yu · 4 years, 5 months ago
- 395cb45 migration: Add spaces around operator by Bihong Yu · 4 years, 5 months ago
- 28af9ba qapi: Restrict Xen migration commands to migration.json by Philippe Mathieu-Daudé · 4 years, 6 months ago
- f9a9fb6 replay: flush rr queue before loading the vmstate by Pavel Dovgalyuk · 4 years, 6 months ago
- b39847a migration: introduce icount field for snapshots by Pavel Dovgalyuk · 4 years, 6 months ago
- b4deb9bf8 migration: Truncate state file in xen-save-devices-state by Dov Murik · 4 years, 6 months ago
- 3a4452d migration/: fix some comment spelling errors by zhaolichang · 4 years, 7 months ago
- aa8a926 migration: improve error reporting of block driver state name by Daniel P. Berrangé · 4 years, 7 months ago
- ee64722 migration/savevm: don't worry if bitmap migration postcopy failed by Vladimir Sementsov-Ogievskiy · 4 years, 8 months ago
- 66270a4 migration/savevm: respect qemu_fclose() error code in save_snapshot() by Denis V. Lunev · 4 years, 9 months ago
- 18b1d3c migration/colo: Use ram_block_discard_disable() by David Hildenbrand · 4 years, 9 months ago
- da278d5 accel: Move Xen accelerator code under accel/xen/ by Philippe Mathieu-Daudé · 5 years ago
- 26daeba migration/savevm: release gslist after dump_vmstate_json by Pan Nengyuan · 5 years ago
- d05de9e migration: Optimization about wait-unplug migration state by Keqian Zhu · 5 years ago
- 392d87e migration: Create migration_is_running() by Juan Quintela · 5 years ago
- 93062e2 migration: Change SaveStateEntry.instance_id into uint32_t by Peter Xu · 5 years ago
- 1df2c9a migration: Define VMSTATE_INSTANCE_ID_ANY by Peter Xu · 5 years ago
- 174723f migration: savevm_state_handler_insert: constant-time element insertion by Scott Cheloha · 5 years ago
- bd5de61 migration: add savevm_state_handler_remove() by Scott Cheloha · 5 years ago
- 3cad405 vmstate: replace DeviceState with VMStateIf by Marc-André Lureau · 6 years ago
- 284f42a net/virtio: fix dev_unplug_pending by Jens Freimann · 5 years ago
- c7e0acd migration: add new migration state wait-unplug by Jens Freimann · 5 years ago
- 0197d89 migration/postcopy: check PostcopyState before setting to POSTCOPY_INCOMING_RUNNING by Wei Yang · 5 years ago
- 2a7eb14 migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incoming_setup by Wei Yang · 5 years ago
- 2d49bac migration/postcopy: postpone setting PostcopyState to END by Wei Yang · 5 years ago
- 2a461c2 migration/postcopy: mis->have_listen_thread check will never be touched by Wei Yang · 5 years ago
- 4991f30 migration: report SaveStateEntry id and name on failure by Wei Yang · 5 years ago
- 9149058 migration: fix vmdesc leak on vmstate_save() error by Marc-André Lureau · 6 years ago
- b9d68df migration: Add validate-uuid capability by Yury Kotov · 6 years ago
- ce62df5 migration: register_savevm_live doesn't need dev by Dr. David Alan Gilbert · 6 years ago
- cea3b4c migration: cleanup check on ops in savevm.handlers iterations by Wei Yang · 6 years ago
- 95a9457 Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2' into staging by Peter Maydell · 6 years ago
- 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
- 46517dd Include sysemu/sysemu.h a lot less by Markus Armbruster · 6 years ago
- db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
- 1ce5426 migration/postcopy: use mis->bh instead of allocating a QEMUBH by Wei Yang · 6 years ago
- 87f3bd8 migration: always initialise ram_counters for a new migration by Ivan Ren · 6 years ago
- 4695ce3 migration: equation is more proper than and to check LOADVM_QUIT by Wei Yang · 6 years ago
- 305b6f8 migration/postcopy: PostcopyState is already set in loadvm_postcopy_handle_advise() by Wei Yang · 6 years ago
- e326767 migration/savevm: move non SaveStateEntry condition check out of iteration by Wei Yang · 6 years ago
- 622a80c migration/savevm: split qemu_savevm_state_complete_precopy() into two parts by Wei Yang · 6 years ago
- 4e455d5 migration/savevm: flush file for iterable_only case by Wei Yang · 6 years ago