1. 848a050 migration: Update error description outside migration.c by Tejus GK · 1 year, 5 months ago
  2. 969298f migration/vmstate: Introduce vmstate_save_state_with_err by Tejus GK · 1 year, 5 months ago
  3. 08fc4cb migration: Add .save_prepare() handler to struct SaveVMHandlers by Avihai Horon · 1 year, 6 months ago
  4. f543aa2 migration: Move more initializations to migrate_init() by Avihai Horon · 1 year, 6 months ago
  5. 38c482b migration: Add migration prefix to functions in target.c by Avihai Horon · 1 year, 6 months ago
  6. cf78654 migration: Change qemu_file_transferred to noflush by Juan Quintela · 1 year, 9 months ago
  7. fc95c63 qemu-file: Rename qemu_file_transferred_ fast -> noflush by Juan Quintela · 1 year, 9 months ago
  8. d8b71d9 migration: spelling fixes by Michael Tokarev · 1 year, 8 months ago
  9. 808642a vfio/migration: Reset bytes_transferred properly by Avihai Horon · 1 year, 8 months ago
  10. 1b4adb1 migration: Implement switchover ack logic by Avihai Horon · 1 year, 9 months ago
  11. c33f182 migration: never fail in global_state_store() by Vladimir Sementsov-Ogievskiy · 1 year, 10 months ago
  12. e1fde0e migration: Move rate_limit_max and rate_limit_used to migration_stats by Juan Quintela · 1 year, 10 months ago
  13. 6da835d qemu-file: Remove total from qemu_file_total_transferred_*() by Juan Quintela · 1 year, 10 months ago
  14. 61abf1e qemu-file: Make total_transferred an uint64_t by Juan Quintela · 1 year, 10 months ago
  15. aff3f66 migration: Rename ram_counters to mig_stats by Juan Quintela · 1 year, 10 months ago
  16. 947701c migration: Move ram_stats to its own file migration-stats.[ch] by Juan Quintela · 1 year, 10 months ago
  17. 12c81e5 migration/vmstate-dump: Dump array size too as "num" by Peter Xu · 1 year, 10 months ago
  18. 74c38cf migration: Allow postcopy_ram_supported_by_host() to report err by Peter Xu · 1 year, 10 months ago
  19. 9d4b1e5 migration: Move migrate_use_block() to options.c by Juan Quintela · 2 years ago
  20. 1f0776f migration: Create options.c by Juan Quintela · 2 years ago
  21. 0cec205 migration: rename enabled_capabilities to capabilities by Juan Quintela · 2 years ago
  22. 24beea4 migration: Rename res_{postcopy,precopy}_only by Juan Quintela · 2 years, 1 month ago
  23. 24f254e migration: Remove unused res_compatible by Juan Quintela · 2 years, 1 month ago
  24. 5655aab migration: Postpone postcopy preempt channel to be after main by Peter Xu · 2 years, 1 month ago
  25. e264705 migration: I messed state_pending_exact/estimate by Juan Quintela · 2 years, 1 month ago
  26. bb25a72 migration: Perform vmsd structure check during tests by Dr. David Alan Gilbert · 3 years, 2 months ago
  27. 89c5684 migration: Add canary to VMSTATE_END_OF_LIST by Dr. David Alan Gilbert · 3 years, 2 months ago
  28. 62f4262 migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM) by David Hildenbrand · 2 years, 2 months ago
  29. e3bf5e6 migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup() by David Hildenbrand · 2 years, 2 months ago
  30. 5e104f2 migration/savevm: Move more savevm handling into vmstate_save() by David Hildenbrand · 2 years, 2 months ago
  31. fd70385 migration: Remove unused threshold_size parameter by Juan Quintela · 2 years, 5 months ago
  32. c8df4a7 migration: Split save_live_pending() into state_pending_* by Juan Quintela · 2 years, 5 months ago
  33. 255dc7a migration: No save_live_pending() method uses the QEMUFile parameter by Juan Quintela · 2 years, 5 months ago
  34. e2c1c34 include/block: Untangle inclusion loops by Markus Armbruster · 2 years, 2 months ago
  35. 7966d70 reset: allow registering handlers that aren't called by snapshot loading by Jason A. Donenfeld · 2 years, 4 months ago
  36. 60bb3c5 migration: Postcopy recover with preempt enabled by Peter Xu · 2 years, 8 months ago
  37. 36f62f1 migration: Postcopy preemption preparation on channel creation by Peter Xu · 2 years, 8 months ago
  38. 77ef2dc migration: remove the QEMUFileOps abstraction by Daniel P. Berrangé · 2 years, 9 months ago
  39. 67bdabe migration: convert savevm to use QIOChannelBlock for VMState by Daniel P. Berrangé · 2 years, 9 months ago
  40. fbfa640 migration: rename qemu_ftell to qemu_file_total_transferred by Daniel P. Berrangé · 2 years, 9 months ago
  41. 08401c0 migration: Allow migrate-recover to run multiple times by Peter Xu · 3 years ago
  42. 6b573ef include/block/snapshot: global state API + assertions by Emanuele Giuseppe Esposito · 3 years ago
  43. 3b71719 block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_op_invalidate_cache by Emanuele Giuseppe Esposito · 3 years, 1 month ago
  44. 095c12a migration: Add postcopy_thread_create() by Peter Xu · 3 years ago
  45. 77dadc3 migration: Introduce postcopy channels on dest node by Peter Xu · 3 years ago
  46. b9a040b migration: Tracepoint change in postcopy-run bottom half by Peter Xu · 3 years ago
  47. c84f976 migration: Finer grained tracepoints for POSTCOPY_LISTEN by Peter Xu · 3 years ago
  48. a7060ba migration: Dump sub-cmd name in loadvm_process_command tp by Peter Xu · 3 years ago
  49. 9200265 migration: Report the error returned when save_live_iterate fails by David Edmondson · 3 years, 3 months ago
  50. 144fa06 migration: Never call twice qemu_target_page_size() by Juan Quintela · 3 years, 3 months ago
  51. 02abee3 migration: Zero migration compression counters by Juan Quintela · 3 years, 4 months ago
  52. 39675ff migration: Move the yank unregister of channel_close out by Peter Xu · 3 years, 7 months ago
  53. c6ad5be migration: Teach QEMUFile to be QIOChannel-aware by Peter Xu · 3 years, 7 months ago
  54. 85cd1cc migration: use GDateTime for formatting timestamp in snapshot names by Daniel P. Berrangé · 3 years, 10 months ago
  55. 0f0d83a migration: introduce snapshot-{save, load, delete} QMP commands by Daniel P. Berrangé · 4 years, 1 month ago
  56. bef7e9e migration: introduce a delete_snapshot wrapper by Daniel P. Berrangé · 4 years, 1 month ago
  57. f1a9fcd migration: wire up support for snapshot device selection by Daniel P. Berrangé · 4 years, 1 month ago
  58. f781f84 migration: control whether snapshots are ovewritten by Daniel P. Berrangé · 4 years, 1 month ago
  59. 3d3e9b1 block: rename and alter bdrv_all_find_snapshot semantics by Daniel P. Berrangé · 4 years, 1 month ago
  60. c22d644 block: allow specifying name of block device for vmstate storage by Daniel P. Berrangé · 4 years, 1 month ago
  61. cf3a74c block: add ability to specify list of blockdevs during snapshot by Daniel P. Berrangé · 4 years, 1 month ago
  62. f61fe11 migration: stop returning errno from load_snapshot() by Daniel P. Berrangé · 4 years, 1 month ago
  63. 7ea14df migration: Make save_snapshot() return bool, not 0/-1 by Philippe Mathieu-Daudé · 4 years, 1 month ago
  64. e26f98e block: push error reporting into bdrv_all_*_snapshot functions by Daniel P. Berrangé · 4 years, 1 month ago
  65. 3af8554 migration: Add blocker information by Dr. David Alan Gilbert · 4 years, 1 month ago
  66. 8518278 migration: implementation of background snapshot thread by Andrey Gruzdev · 4 years, 1 month ago
  67. 39f633d savevm: Fix memory leak of vmstate_configuration by Jinhao Gao · 4 years, 2 months ago
  68. b5eea99 migration: Add yank feature by Lukas Straub · 4 years, 2 months ago
  69. 1f7c027 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into staging by Peter Maydell · 4 years, 2 months ago
  70. 3ddba9a migration: Replace migration's JSON writer by the general one by Markus Armbruster · 4 years, 3 months ago
  71. 2a909dc savevm: Delete snapshots just created in case of error by Tuguoyi · 4 years, 3 months ago
  72. 80ef058 savevm: Remove dead code in save_snapshot() by Tuguoyi · 4 years, 3 months ago
  73. 5e77343 migration: Postpone the kick of the fault thread after recover by Peter Xu · 4 years, 4 months ago
  74. cc5ab87 migration: Unify reset of last_rb on destination node when recover by Peter Xu · 4 years, 4 months ago
  75. 0c26781 migration: Sync requested pages after postcopy recovery by Peter Xu · 4 years, 4 months ago
  76. 49324e9 migration: Do not initialise statics and globals to 0 or NULL by Bihong Yu · 4 years, 5 months ago
  77. 395cb45 migration: Add spaces around operator by Bihong Yu · 4 years, 5 months ago
  78. 28af9ba qapi: Restrict Xen migration commands to migration.json by Philippe Mathieu-Daudé · 4 years, 5 months ago
  79. f9a9fb6 replay: flush rr queue before loading the vmstate by Pavel Dovgalyuk · 4 years, 5 months ago
  80. b39847a migration: introduce icount field for snapshots by Pavel Dovgalyuk · 4 years, 5 months ago
  81. b4deb9bf8 migration: Truncate state file in xen-save-devices-state by Dov Murik · 4 years, 5 months ago
  82. 3a4452d migration/: fix some comment spelling errors by zhaolichang · 4 years, 6 months ago
  83. aa8a926 migration: improve error reporting of block driver state name by Daniel P. Berrangé · 4 years, 6 months ago
  84. ee64722 migration/savevm: don't worry if bitmap migration postcopy failed by Vladimir Sementsov-Ogievskiy · 4 years, 7 months ago
  85. 66270a4 migration/savevm: respect qemu_fclose() error code in save_snapshot() by Denis V. Lunev · 4 years, 8 months ago
  86. 18b1d3c migration/colo: Use ram_block_discard_disable() by David Hildenbrand · 4 years, 8 months ago
  87. da278d5 accel: Move Xen accelerator code under accel/xen/ by Philippe Mathieu-Daudé · 4 years, 10 months ago
  88. 26daeba migration/savevm: release gslist after dump_vmstate_json by Pan Nengyuan · 5 years ago
  89. d05de9e migration: Optimization about wait-unplug migration state by Keqian Zhu · 5 years ago
  90. 392d87e migration: Create migration_is_running() by Juan Quintela · 5 years ago
  91. 93062e2 migration: Change SaveStateEntry.instance_id into uint32_t by Peter Xu · 5 years ago
  92. 1df2c9a migration: Define VMSTATE_INSTANCE_ID_ANY by Peter Xu · 5 years ago
  93. 174723f migration: savevm_state_handler_insert: constant-time element insertion by Scott Cheloha · 5 years ago
  94. bd5de61 migration: add savevm_state_handler_remove() by Scott Cheloha · 5 years ago
  95. 3cad405 vmstate: replace DeviceState with VMStateIf by Marc-André Lureau · 6 years ago
  96. 284f42a net/virtio: fix dev_unplug_pending by Jens Freimann · 5 years ago
  97. c7e0acd migration: add new migration state wait-unplug by Jens Freimann · 5 years ago
  98. 0197d89 migration/postcopy: check PostcopyState before setting to POSTCOPY_INCOMING_RUNNING by Wei Yang · 5 years ago
  99. 2a7eb14 migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incoming_setup by Wei Yang · 5 years ago
  100. 2d49bac migration/postcopy: postpone setting PostcopyState to END by Wei Yang · 5 years ago