1. 80484f9 migration: Introduce 'qatzip' compression method by Bryan Zhang · 6 months ago
  2. 86c6eb1 migration: Add migration parameters for QATzip by Bryan Zhang · 6 months ago
  3. 62e1af1 migration/multifd: Add documentation for multifd methods by Fabiano Rosas · 6 months ago
  4. 90e0eeb migration/multifd: Add a couple of asserts for p->iov by Fabiano Rosas · 6 months ago
  5. 405e352 migration/multifd: Fix p->iov leak in multifd-uadk.c by Fabiano Rosas · 6 months ago
  6. 81b0ed8 migration/multifd: Stop changing the packet on recv side by Fabiano Rosas · 6 months ago
  7. 308d165 migration/multifd: Make MultiFDMethods const by Fabiano Rosas · 6 months ago
  8. 40c9471 migration/multifd: Move nocomp code into multifd-nocomp.c by Fabiano Rosas · 6 months ago
  9. dc6327d migration/multifd: Register nocomp ops dynamically by Fabiano Rosas · 6 months ago
  10. 6f848da migration/multifd: Standardize on multifd ops names by Fabiano Rosas · 6 months ago
  11. a0c78d8 migration/multifd: Allow multifd sync without flush by Fabiano Rosas · 6 months ago
  12. a71ef5c migration/multifd: Replace multifd_send_state->pages with client data by Fabiano Rosas · 6 months ago
  13. d7e58f4 migration/multifd: Don't send ram data during SYNC by Fabiano Rosas · 6 months ago
  14. 87bb9e9 migration/multifd: Isolate ram pages packet data by Fabiano Rosas · 6 months ago
  15. 96d396b migration/multifd: Remove total pages tracing by Fabiano Rosas · 6 months ago
  16. 5aff717 migration/multifd: Move pages accounting into multifd_send_zero_page_detect() by Fabiano Rosas · 6 months ago
  17. 9f0e108 migration/multifd: Replace p->pages with an union pointer by Fabiano Rosas · 6 months ago
  18. 0e427da migration/multifd: Make MultiFDPages_t:offset a flexible array member by Fabiano Rosas · 6 months ago
  19. addd7d1 migration/multifd: Introduce MultiFDSendData by Fabiano Rosas · 6 months ago
  20. 112f7d1 migration/multifd: Pass in MultiFDPages_t to file_write_ramblock_iov by Fabiano Rosas · 6 months ago
  21. 171056e migration/multifd: Remove pages->allocated by Fabiano Rosas · 6 months ago
  22. 90fa121 migration/multifd: Inline page_size and page_count by Fabiano Rosas · 6 months ago
  23. bc112a6 migration/multifd: Reduce access to p->pages by Fabiano Rosas · 6 months ago
  24. c83b77f migration: delete unused parameter mis by Steve Sistare · 10 months ago
  25. 4c10787 migration/multifd: Free MultiFDRecvParams::data by Peter Maydell · 6 months ago
  26. 97d2b66 savevm: Fix load_snapshot error path crash by Nicholas Piggin · 7 months ago
  27. 0bd5b92 migration/multifd: Fix multifd_send_setup cleanup when channel creation fails by Fabiano Rosas · 7 months ago
  28. 84ac6fa migration: Fix cleanup of iochannel in file migration by Fabiano Rosas · 7 months ago
  29. c80e225 migration: Free removed SaveStateEntry by Akihiko Odaki · 8 months ago
  30. 4146b77 migration/postcopy: Add postcopy-recover-setup phase by Peter Xu · 8 months ago
  31. 4dd5f7b migration: Cleanup incoming migration setup state change by Peter Xu · 8 months ago
  32. a5c24e1 migration: Use MigrationStatus instead of int by Peter Xu · 8 months ago
  33. 60ce476 migration: Rename thread debug names by Peter Xu · 8 months ago
  34. 637280a migration/multifd: Avoid the final FLUSH in complete() by Peter Xu · 8 months ago
  35. 9d70239 migration/multifd: Add direct-io support by Fabiano Rosas · 9 months ago
  36. b43b61d migration: Add direct-io parameter by Fabiano Rosas · 9 months ago
  37. 6d32796 migration: Fix file migration with fdset by Fabiano Rosas · 9 months ago
  38. a701c03 migration: Drop reference to QIOChannel if file seeking fails by Fabiano Rosas · 9 months ago
  39. c1dfd12 migration/multifd: Switch to no compression when no hardware support by Shameer Kolothum · 9 months ago
  40. 3c49191 migration/multifd: Add UADK based compression and decompression by Shameer Kolothum · 9 months ago
  41. 819dd20 migration/multifd: Add UADK initialization by Shameer Kolothum · 9 months ago
  42. f3d8bb7 migration/multifd: add uadk compression framework by Shameer Kolothum · 9 months ago
  43. f6fe9fe migration/multifd: implement qpl compression and decompression by Yuan Liu · 9 months ago
  44. 34e104b migration/multifd: implement initialization of qpl compression by Yuan Liu · 9 months ago
  45. 354cac2 migration/multifd: add qpl compression method by Yuan Liu · 9 months ago
  46. d9d3e4f migration/multifd: put IOV initialization into compression method by Yuan Liu · 9 months ago
  47. fdac62d migration: Rephrase message on failure to save / load Xen device state by Markus Armbruster · 10 months ago
  48. 70eb5fd migration: remove unnecessary zlib dependency by Paolo Bonzini · 9 months ago
  49. 7e1c004 Merge tag 'migration-20240522-pull-request' of https://gitlab.com/farosas/qemu into staging by Richard Henderson · 9 months ago
  50. f0937ec migration: fix a typo by Marc-André Lureau · 10 months ago
  51. 3f879f2 migration: add "exists" info to load-state-field trace by Marc-André Lureau · 10 months ago
  52. 3dc27fa migration/colo: Tidy up bql_unlock() around bdrv_activate_all() by Li Zhijian · 10 months ago
  53. 787ea49 migration/colo: make colo_incoming_co() return void by Li Zhijian · 10 months ago
  54. 55a3316 migration/colo: Minor fix for colo error message by Li Zhijian · 10 months ago
  55. 019d9e6 migration: Extend migration_file_set_error() with Error* argument by Cédric Le Goater · 10 months ago
  56. c55deb8 migration: Deprecate fd: for file migration by Fabiano Rosas · 10 months ago
  57. 0222111 migration: Remove non-multifd compression by Fabiano Rosas · 10 months ago
  58. eef0bae migration: Remove block migration by Fabiano Rosas · 10 months ago
  59. 18d154f migration: Remove 'blk/-b' option from migrate commands by Fabiano Rosas · 10 months ago
  60. 61c4e39 migration: Remove 'inc' option from migrate command by Fabiano Rosas · 10 months ago
  61. f7b1cd3 migration: Remove 'skipped' field from MigrationStats by Fabiano Rosas · 10 months ago
  62. dbea1c8 qapi: introduce exit-on-error parameter for migrate-incoming by Vladimir Sementsov-Ogievskiy · 10 months ago
  63. f84eaa9 migration: process_incoming_migration_co(): rework error reporting by Vladimir Sementsov-Ogievskiy · 10 months ago
  64. 30116e9 migration: process_incoming_migration_co(): fix reporting s->error by Vladimir Sementsov-Ogievskiy · 10 months ago
  65. 246f54e migration: process_incoming_migration_co(): complete cleanup on failure by Vladimir Sementsov-Ogievskiy · 10 months ago
  66. d4a17b8 migration: move trace-point from migrate_fd_error to migrate_set_error by Vladimir Sementsov-Ogievskiy · 10 months ago
  67. 62663f0 migration/ram.c: API Conversion qemu_mutex_lock(), and qemu_mutex_unlock() to WITH_QEMU_LOCK_GUARD macro by Will Gyda · 10 months ago
  68. 9608723 migration: do not include coroutine_int.h by Paolo Bonzini · 10 months ago
  69. a0d6451 migration: remove PostcopyDiscardState from typedefs.h by Paolo Bonzini · 10 months ago
  70. 1e0a754 Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into staging by Richard Henderson · 10 months ago
  71. 0058078 qapi: Inline and remove QERR_MIGRATION_ACTIVE definition by Philippe Mathieu-Daudé · 12 months ago
  72. 45d19d9 qapi: Correct error message for 'vcpu_dirty_limit' parameter by Philippe Mathieu-Daudé · 12 months ago
  73. 88daa11 Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu into staging by Richard Henderson · 10 months ago
  74. 2cc637f migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutine()' failed. by Li Zhijian · 11 months ago
  75. 5ef7e26 migration/multifd: solve zero page causing multiple page faults by Yuan Liu · 11 months ago
  76. dd03167 migration: Add Error** argument to add_bitmaps_to_list() by Cédric Le Goater · 11 months ago
  77. 030b56b migration: Modify ram_init_bitmaps() to report dirty tracking errors by Cédric Le Goater · 11 months ago
  78. 7bee8ba migration: Add Error** argument to xbzrle_init() by Cédric Le Goater · 11 months ago
  79. 16ecd25 migration: Add Error** argument to ram_state_init() by Cédric Le Goater · 11 months ago
  80. 639ec3f memory: Add Error** argument to the global_dirty_log routines by Cédric Le Goater · 11 months ago
  81. 92c20b2 migration: Introduce ram_bitmaps_destroy() by Cédric Le Goater · 11 months ago
  82. e4fa064 migration: Add Error** argument to .load_setup() handler by Cédric Le Goater · 11 months ago
  83. 01c3ac6 migration: Add Error** argument to .save_setup() handler by Cédric Le Goater · 11 months ago
  84. 057a200 migration: Add Error** argument to qemu_savevm_state_setup() by Cédric Le Goater · 11 months ago
  85. 6138d43 migration: Add Error** argument to vmstate_save() by Cédric Le Goater · 11 months ago
  86. 76936bb migration: Always report an error in ram_save_setup() by Cédric Le Goater · 11 months ago
  87. 150da48 migration: Always report an error in block_save_setup() by Cédric Le Goater · 11 months ago
  88. 857f504 colo: move stubs out of stubs/ by Paolo Bonzini · 11 months ago
  89. 7afbdad migration/postcopy: ensure preempt channel is ready before loading states by Wei Wang · 11 months ago
  90. d0ad271 migration/postcopy: Ensure postcopy_start() sets errp if it fails by Avihai Horon · 11 months ago
  91. 30158d8 migration: Set migration error in migration_completion() by Avihai Horon · 11 months ago
  92. 8fa1a21 migration/multifd: Fix clearing of mapped-ram zero pages by Fabiano Rosas · 11 months ago
  93. 910c164 migration/postcopy: Fix high frequency sync by Peter Xu · 11 months ago
  94. bd4480b migration: Revert mapped-ram multifd support to fd: URI by Fabiano Rosas · 12 months ago
  95. c6ea92a Merge tag 'migration-20240317-pull-request' of https://gitlab.com/peterx/qemu into staging by Peter Maydell · 12 months ago
  96. 9adfb30 migration/multifd: Duplicate the fd for the outgoing_args by Fabiano Rosas · 12 months ago
  97. 73f6f9a migration/multifd: Ensure we're not given a socket for file migration by Fabiano Rosas · 12 months ago
  98. 74228c5 migration: Fix iocs leaks during file and fd migration by Fabiano Rosas · 12 months ago
  99. 2e12877 migration: Skip only empty block devices by Cédric Le Goater · 12 months ago
  100. c827faf migration: Fix error handling after dup in file migration by Fabiano Rosas · 12 months ago