- 3e5f3bc migration: Add tracepoints for downtime checkpoints by Peter Xu · 1 year, 4 months ago
- 3c80f14 migration: Add per vmstate downtime tracepoints by Peter Xu · 1 year, 4 months ago
- caa91b3 migration: Check in savevm_state_handler_insert for dups by Peter Xu · 1 year, 4 months ago
- 485fb95 migration: Hack to maintain backwards compatibility for ppc by Juan Quintela · 1 year, 4 months ago
- be07a0e qemu-file: Make qemu_fflush() return errors by Juan Quintela · 1 year, 4 months ago
- e9c0eed qemu-file: Remove _noflush from qemu_file_transferred_noflush() by Juan Quintela · 1 year, 4 months ago
- 4d8bdc2 migration: rename vmstate_save_needed->vmstate_section_needed by Marc-André Lureau · 1 year, 4 months ago
- 930e239 migration: hold the BQL during setup by Fiona Ebner · 1 year, 4 months ago
- 2aae1eb migration: Add the configuration vmstate to the json writer by Nikolay Borisov · 1 year, 4 months ago
- 0e99bb8 migration: Allow RECOVER->PAUSED convertion for dest qemu by Peter Xu · 1 year, 4 months ago
- 848a050 migration: Update error description outside migration.c by Tejus GK · 1 year, 5 months ago
- 969298f migration/vmstate: Introduce vmstate_save_state_with_err by Tejus GK · 1 year, 5 months ago
- 08fc4cb migration: Add .save_prepare() handler to struct SaveVMHandlers by Avihai Horon · 1 year, 5 months ago
- f543aa2 migration: Move more initializations to migrate_init() by Avihai Horon · 1 year, 5 months ago
- 38c482b migration: Add migration prefix to functions in target.c by Avihai Horon · 1 year, 5 months ago
- cf78654 migration: Change qemu_file_transferred to noflush by Juan Quintela · 1 year, 9 months ago
- fc95c63 qemu-file: Rename qemu_file_transferred_ fast -> noflush by Juan Quintela · 1 year, 9 months ago
- d8b71d9 migration: spelling fixes by Michael Tokarev · 1 year, 7 months ago
- 808642a vfio/migration: Reset bytes_transferred properly by Avihai Horon · 1 year, 8 months ago
- 1b4adb1 migration: Implement switchover ack logic by Avihai Horon · 1 year, 8 months ago
- c33f182 migration: never fail in global_state_store() by Vladimir Sementsov-Ogievskiy · 1 year, 9 months ago
- e1fde0e migration: Move rate_limit_max and rate_limit_used to migration_stats by Juan Quintela · 1 year, 9 months ago
- 6da835d qemu-file: Remove total from qemu_file_total_transferred_*() by Juan Quintela · 1 year, 9 months ago
- 61abf1e qemu-file: Make total_transferred an uint64_t by Juan Quintela · 1 year, 10 months ago
- aff3f66 migration: Rename ram_counters to mig_stats by Juan Quintela · 1 year, 10 months ago
- 947701c migration: Move ram_stats to its own file migration-stats.[ch] by Juan Quintela · 1 year, 10 months ago
- 12c81e5 migration/vmstate-dump: Dump array size too as "num" by Peter Xu · 1 year, 10 months ago
- 74c38cf migration: Allow postcopy_ram_supported_by_host() to report err by Peter Xu · 1 year, 10 months ago
- 9d4b1e5 migration: Move migrate_use_block() to options.c by Juan Quintela · 2 years ago
- 1f0776f migration: Create options.c by Juan Quintela · 2 years ago
- 0cec205 migration: rename enabled_capabilities to capabilities by Juan Quintela · 2 years ago
- 24beea4 migration: Rename res_{postcopy,precopy}_only by Juan Quintela · 2 years ago
- 24f254e migration: Remove unused res_compatible by Juan Quintela · 2 years ago
- 5655aab migration: Postpone postcopy preempt channel to be after main by Peter Xu · 2 years ago
- e264705 migration: I messed state_pending_exact/estimate by Juan Quintela · 2 years ago
- bb25a72 migration: Perform vmsd structure check during tests by Dr. David Alan Gilbert · 3 years, 1 month ago
- 89c5684 migration: Add canary to VMSTATE_END_OF_LIST by Dr. David Alan Gilbert · 3 years, 1 month ago
- 62f4262 migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM) by David Hildenbrand · 2 years, 1 month ago
- e3bf5e6 migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup() by David Hildenbrand · 2 years, 1 month ago
- 5e104f2 migration/savevm: Move more savevm handling into vmstate_save() by David Hildenbrand · 2 years, 1 month ago
- fd70385 migration: Remove unused threshold_size parameter by Juan Quintela · 2 years, 5 months ago
- c8df4a7 migration: Split save_live_pending() into state_pending_* by Juan Quintela · 2 years, 5 months ago
- 255dc7a migration: No save_live_pending() method uses the QEMUFile parameter by Juan Quintela · 2 years, 5 months ago
- e2c1c34 include/block: Untangle inclusion loops by Markus Armbruster · 2 years, 2 months ago
- 7966d70 reset: allow registering handlers that aren't called by snapshot loading by Jason A. Donenfeld · 2 years, 4 months ago
- 60bb3c5 migration: Postcopy recover with preempt enabled by Peter Xu · 2 years, 7 months ago
- 36f62f1 migration: Postcopy preemption preparation on channel creation by Peter Xu · 2 years, 7 months ago
- 77ef2dc migration: remove the QEMUFileOps abstraction by Daniel P. Berrangé · 2 years, 8 months ago
- 67bdabe migration: convert savevm to use QIOChannelBlock for VMState by Daniel P. Berrangé · 2 years, 8 months ago
- fbfa640 migration: rename qemu_ftell to qemu_file_total_transferred by Daniel P. Berrangé · 2 years, 8 months ago
- 08401c0 migration: Allow migrate-recover to run multiple times by Peter Xu · 2 years, 11 months ago
- 6b573ef include/block/snapshot: global state API + assertions by Emanuele Giuseppe Esposito · 3 years ago
- 3b71719 block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_op_invalidate_cache by Emanuele Giuseppe Esposito · 3 years ago
- 095c12a migration: Add postcopy_thread_create() by Peter Xu · 3 years ago
- 77dadc3 migration: Introduce postcopy channels on dest node by Peter Xu · 3 years ago
- b9a040b migration: Tracepoint change in postcopy-run bottom half by Peter Xu · 3 years ago
- c84f976 migration: Finer grained tracepoints for POSTCOPY_LISTEN by Peter Xu · 3 years ago
- a7060ba migration: Dump sub-cmd name in loadvm_process_command tp by Peter Xu · 3 years ago
- 9200265 migration: Report the error returned when save_live_iterate fails by David Edmondson · 3 years, 2 months ago
- 144fa06 migration: Never call twice qemu_target_page_size() by Juan Quintela · 3 years, 3 months ago
- 02abee3 migration: Zero migration compression counters by Juan Quintela · 3 years, 4 months ago
- 39675ff migration: Move the yank unregister of channel_close out by Peter Xu · 3 years, 7 months ago
- c6ad5be migration: Teach QEMUFile to be QIOChannel-aware by Peter Xu · 3 years, 7 months ago
- 85cd1cc migration: use GDateTime for formatting timestamp in snapshot names by Daniel P. Berrangé · 3 years, 10 months ago
- 0f0d83a migration: introduce snapshot-{save, load, delete} QMP commands by Daniel P. Berrangé · 4 years ago
- bef7e9e migration: introduce a delete_snapshot wrapper by Daniel P. Berrangé · 4 years ago
- f1a9fcd migration: wire up support for snapshot device selection by Daniel P. Berrangé · 4 years ago
- f781f84 migration: control whether snapshots are ovewritten by Daniel P. Berrangé · 4 years ago
- 3d3e9b1 block: rename and alter bdrv_all_find_snapshot semantics by Daniel P. Berrangé · 4 years ago
- c22d644 block: allow specifying name of block device for vmstate storage by Daniel P. Berrangé · 4 years ago
- cf3a74c block: add ability to specify list of blockdevs during snapshot by Daniel P. Berrangé · 4 years ago
- f61fe11 migration: stop returning errno from load_snapshot() by Daniel P. Berrangé · 4 years ago
- 7ea14df migration: Make save_snapshot() return bool, not 0/-1 by Philippe Mathieu-Daudé · 4 years ago
- e26f98e block: push error reporting into bdrv_all_*_snapshot functions by Daniel P. Berrangé · 4 years ago
- 3af8554 migration: Add blocker information by Dr. David Alan Gilbert · 4 years ago
- 8518278 migration: implementation of background snapshot thread by Andrey Gruzdev · 4 years, 1 month ago
- 39f633d savevm: Fix memory leak of vmstate_configuration by Jinhao Gao · 4 years, 2 months ago
- b5eea99 migration: Add yank feature by Lukas Straub · 4 years, 2 months ago
- 1f7c027 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into staging by Peter Maydell · 4 years, 2 months ago
- 3ddba9a migration: Replace migration's JSON writer by the general one by Markus Armbruster · 4 years, 2 months ago
- 2a909dc savevm: Delete snapshots just created in case of error by Tuguoyi · 4 years, 2 months ago
- 80ef058 savevm: Remove dead code in save_snapshot() by Tuguoyi · 4 years, 2 months ago
- 5e77343 migration: Postpone the kick of the fault thread after recover by Peter Xu · 4 years, 4 months ago
- cc5ab87 migration: Unify reset of last_rb on destination node when recover by Peter Xu · 4 years, 4 months ago
- 0c26781 migration: Sync requested pages after postcopy recovery by Peter Xu · 4 years, 4 months ago
- 49324e9 migration: Do not initialise statics and globals to 0 or NULL by Bihong Yu · 4 years, 4 months ago
- 395cb45 migration: Add spaces around operator by Bihong Yu · 4 years, 4 months ago
- 28af9ba qapi: Restrict Xen migration commands to migration.json by Philippe Mathieu-Daudé · 4 years, 4 months ago
- f9a9fb6 replay: flush rr queue before loading the vmstate by Pavel Dovgalyuk · 4 years, 5 months ago
- b39847a migration: introduce icount field for snapshots by Pavel Dovgalyuk · 4 years, 5 months ago
- b4deb9bf8 migration: Truncate state file in xen-save-devices-state by Dov Murik · 4 years, 5 months ago
- 3a4452d migration/: fix some comment spelling errors by zhaolichang · 4 years, 5 months ago
- aa8a926 migration: improve error reporting of block driver state name by Daniel P. Berrangé · 4 years, 6 months ago
- ee64722 migration/savevm: don't worry if bitmap migration postcopy failed by Vladimir Sementsov-Ogievskiy · 4 years, 7 months ago
- 66270a4 migration/savevm: respect qemu_fclose() error code in save_snapshot() by Denis V. Lunev · 4 years, 8 months ago
- 18b1d3c migration/colo: Use ram_block_discard_disable() by David Hildenbrand · 4 years, 8 months ago
- da278d5 accel: Move Xen accelerator code under accel/xen/ by Philippe Mathieu-Daudé · 4 years, 9 months 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