1. 2205b84 memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard() by Chenyi Qiang · 8 weeks ago
  2. 983899e migration: Don't sync volatile memory after migration completes by Chaney, Ben · 7 weeks ago
  3. 8f87c87 migration: Support fd-based socket address in cpr_transfer_input by Jaehoon Kim · 8 weeks ago
  4. fd03771 migration/ram: avoid to do log clear in the last round by Yanfei Xu · 3 months ago
  5. 081c09d migration: lower handler priority by Steve Sistare · 8 weeks ago
  6. f95fd60 migration: cpr helpers by Steve Sistare · 8 weeks ago
  7. d401b7a migration/postcopy: Replace QemuSemaphore with QemuEvent by Akihiko Odaki · 10 weeks ago
  8. da926a8 migration/colo: Replace QemuSemaphore with QemuEvent by Akihiko Odaki · 10 weeks ago
  9. 952691b migration: Replace QemuSemaphore with QemuEvent by Akihiko Odaki · 10 weeks ago
  10. e09c6d8 migration/hmp: Add "info migrate -a", reorg the dump by Peter Xu · 3 months ago
  11. 17bec92 migration: Allow caps to be set when preempt or multifd cap enabled by Peter Xu · 3 months ago
  12. 6be7696 migration/multifd: Don't send device state packets with zerocopy flag by Maciej S. Szmigiero · 3 months ago
  13. e274188 migration: enable multifd and postcopy together by Prasad Pandit · 3 months ago
  14. 249543d migration: write zero pages when postcopy enabled by Prasad Pandit · 3 months ago
  15. 0bafd6e migration/rdma: Remove qemu_rdma_broken_ipv6_kernel by Jack Wang · 4 months ago
  16. 20d8262 migration/postcopy: Spatial locality page hint for preempt mode by Peter Xu · 3 months ago
  17. ad8d82f migration/ram: Implement save_postcopy_prepare() by Peter Xu · 4 months ago
  18. 1d48111 migration: Add save_postcopy_prepare() savevm handler by Peter Xu · 4 months ago
  19. 00f3fce migration: refactor channel discovery mechanism by Prasad Pandit · 4 months ago
  20. 56e3c89 migration/multifd: move macros to multifd header by Prasad Pandit · 4 months ago
  21. b407c9e migration: Fix latent bug in migrate_params_test_apply() by Markus Armbruster · 4 months ago
  22. 5e7ca4a migration: Unfold control_save_page() by Li Zhijian · 5 months ago
  23. 4ecd6be migration/rdma: Remove redundant migration_in_postcopy checks by Li Zhijian · 5 months ago
  24. 103fa64 migration: disable RDMA + postcopy-ram by Li Zhijian · 5 months ago
  25. 57be554 migration: check RDMA and capabilities are compatible on both sides by Li Zhijian · 5 months ago
  26. 06b40d2 Merge tag 'single-binary-20250425' of https://github.com/philmd/qemu into staging by Stefan Hajnoczi · 3 months ago
  27. 12d1a76 qom: Have class_init() take a const data argument by Philippe Mathieu-Daudé · 6 months ago
  28. e1d4ea5 vfio: Introduce a new header file for external migration services by Cédric Le Goater · 4 months ago
  29. 426ffab vfio: Rename vfio_reset_bytes_transferred() by Cédric Le Goater · 4 months ago
  30. 019fbfa Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into staging by Stefan Hajnoczi · 3 months ago
  31. 8a2b516 cleanup: Drop pointless return at end of function by Markus Armbruster · 4 months ago
  32. 12eeb04 page-vary: Move and rename qemu_target_page_bits_min by Richard Henderson · 4 months ago
  33. 548a016 include/system: Move exec/ramblock.h to system/ramblock.h by Richard Henderson · 5 months ago
  34. 4705a71 include/system: Move exec/ram_addr.h to system/ram_addr.h by Richard Henderson · 5 months ago
  35. 8be545b include/system: Move exec/memory.h to system/memory.h by Richard Henderson · 5 months ago
  36. c0b3242 migration: fix SEEK_CUR offset calculation in qio_channel_block_seek by Marco Cavenati · 4 months ago
  37. 1632a20 migration: cpr_is_incoming by Steve Sistare · 5 months ago
  38. baa41af migration: Prioritize RDMA in ram_save_target_page() by Li Zhijian · 5 months ago
  39. 094a3db migration: ram block cpr blockers by Steve Sistare · 5 months ago
  40. d657a14 migration: Fix UAF for incoming migration on MigrationState by Peter Xu · 6 months ago
  41. fda70ed migration/qemu-file: Define g_autoptr() cleanup function for QEMUFile by Maciej S. Szmigiero · 5 months ago
  42. 8305921 migration: Add save_live_complete_precopy_thread handler by Maciej S. Szmigiero · 5 months ago
  43. a1131aa migration/multifd: Add multifd_device_state_supported() by Maciej S. Szmigiero · 5 months ago
  44. 99fab22 migration/multifd: Make MultiFDSendData a struct by Peter Xu · 5 months ago
  45. 0525b91 migration/multifd: Device state transfer support - send side by Maciej S. Szmigiero · 5 months ago
  46. 7ecfab1 migration/multifd: Add an explicit MultiFDSendData destructor by Maciej S. Szmigiero · 5 months ago
  47. d19cc4d migration/multifd: Make multifd_send() thread safe by Maciej S. Szmigiero · 5 months ago
  48. f588f3c migration/multifd: Device state transfer support - receive side by Maciej S. Szmigiero · 5 months ago
  49. 8050c43 migration/multifd: Split packet into header and RAM data by Maciej S. Szmigiero · 5 months ago
  50. b1937fd migration: Add thread pool of optional load threads by Maciej S. Szmigiero · 5 months ago
  51. 6a76eb4 migration: Always take BQL for migration_incoming_state_destroy() by Maciej S. Szmigiero · 5 months ago
  52. a30363d migration: Add qemu_loadvm_load_state_buffer() and its handler by Maciej S. Szmigiero · 5 months ago
  53. 4e55cb3 migration: Add MIG_CMD_SWITCHOVER_START and its load handler by Maciej S. Szmigiero · 5 months ago
  54. 7389992 Merge tag 'mem-next-pull-request' of https://gitlab.com/peterx/qemu into staging by Stefan Hajnoczi · 6 months ago
  55. b451705 migration: use parameters.mode in cpr_state_save by Steve Sistare · 6 months ago
  56. 4a228bc migration: Don't set FAILED state when cancelling by Fabiano Rosas · 6 months ago
  57. 6461190 migration: Reject qmp_migrate_cancel after postcopy by Fabiano Rosas · 6 months ago
  58. 2b667a8 migration: Fix hang after error in destination setup phase by Fabiano Rosas · 6 months ago
  59. 4bbadfc migration: Change migrate_fd_ to migration_ by Fabiano Rosas · 6 months ago
  60. 8444d09 migration: Unify migration_cancel and migrate_fd_cancel by Fabiano Rosas · 6 months ago
  61. a47f0cf migration: Set migration error outside of migrate_cancel by Fabiano Rosas · 6 months ago
  62. e0ad300 migration: Check migration error after loadvm by Fabiano Rosas · 6 months ago
  63. 9b3b192 migration/multifd: Add a compat property for TLS termination by Fabiano Rosas · 6 months ago
  64. 48796f6 migration/multifd: Terminate the TLS connection by Fabiano Rosas · 6 months ago
  65. 13057e0 overcommit: introduce mem-lock=on-fault by Daniil Tatianin · 6 months ago
  66. cd2e472 system: introduce a new MlockState enum by Daniil Tatianin · 6 months ago
  67. e76fadf os: add an ability to lock memory on_fault by Daniil Tatianin · 6 months ago
  68. f2ec48f Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging by Stefan Hajnoczi · 6 months ago
  69. 407bc4b qapi: Move include/qapi/qmp/ to include/qobject/ by Daniel P. Berrangé · 9 months ago
  70. c2a1899 migration/block-active: Remove global active flag by Kevin Wolf · 6 months ago
  71. bc38dc2 migration: refactor ram_save_target_page functions by Prasad Pandit · 6 months ago
  72. a10b37c migration: Trivial cleanup on JSON writer of vmstate_save() by Peter Xu · 7 months ago
  73. 3dde8fd migration: Merge precopy/postcopy on switchover start by Peter Xu · 7 months ago
  74. 4881411 migration: Always set DEVICE state by Peter Xu · 7 months ago
  75. 455c196 migration: Cleanup qemu_savevm_state_complete_precopy() by Peter Xu · 7 months ago
  76. 15c2ffa migration: Unwrap qemu_savevm_state_complete_precopy() in postcopy by Peter Xu · 7 months ago
  77. 46b0155 migration: Notify COMPLETE once for postcopy by Peter Xu · 7 months ago
  78. a880ddd migration: Take BQL slightly longer in postcopy_start() by Peter Xu · 7 months ago
  79. ec611bd migration: Drop cached migration state in migration_maybe_pause() by Peter Xu · 7 months ago
  80. 1f9b657 migration: Adjust locking in migration_maybe_pause() by Peter Xu · 7 months ago
  81. 4000400 migration: Adjust postcopy bandwidth during switchover by Peter Xu · 7 months ago
  82. 89011a7 migration: Synchronize all CPU states only for non-iterable dump by Peter Xu · 7 months ago
  83. 4822128 migration: Drop inactivate_disk param in qemu_savevm_state_complete* by Peter Xu · 7 months ago
  84. 812145f migration: Avoid two src-downtime-end tracepoints for postcopy by Peter Xu · 7 months ago
  85. 9cde9b4 migration: Optimize postcopy on downtime by avoiding JSON writer by Peter Xu · 7 months ago
  86. a55090d migration: Do not construct JSON description if suppressed by Peter Xu · 7 months ago
  87. 013c6e1 migration: Remove postcopy implications in should_send_vmdesc() by Peter Xu · 7 months ago
  88. 624e6e6 migration: cpr-transfer mode by Steve Sistare · 7 months ago
  89. b369886 migration: cpr-transfer save and load by Steve Sistare · 7 months ago
  90. e3965dc migration: VMSTATE_FD by Steve Sistare · 7 months ago
  91. b5779dc migration: SCM_RIGHTS for QEMUFile by Steve Sistare · 7 months ago
  92. 2862b6b migration: incoming channel by Steve Sistare · 7 months ago
  93. f2374f0 migration: enhance migrate_uri_parse by Steve Sistare · 7 months ago
  94. e7d7901 migration: cpr-state by Steve Sistare · 7 months ago
  95. ed19620 migration: fix -Werror=maybe-uninitialized by Marc-André Lureau · 7 months ago
  96. a523bc5 multifd: bugfix for incorrect migration data with qatzip compression by Yuan Liu · 8 months ago
  97. 2588a5f multifd: bugfix for incorrect migration data with QPL compression by Yuan Liu · 8 months ago
  98. cdc3970 multifd: bugfix for migration using compression methods by Yuan Liu · 8 months ago
  99. 35049eb migration: Fix arrays of pointers in JSON writer by Fabiano Rosas · 7 months ago
  100. 9867c3a migration: Dump correct JSON format for nullptr replacement by Peter Xu · 7 months ago