1. 69242e7 Move CPU softfloat unions to cpu-float.h by Marc-André Lureau · 2 years, 10 months ago
  2. 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 2 years, 10 months ago
  3. b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 2 years, 11 months ago
  4. 6b573ef include/block/snapshot: global state API + assertions by Emanuele Giuseppe Esposito · 2 years, 11 months ago
  5. 3b71719 block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_op_invalidate_cache by Emanuele Giuseppe Esposito · 3 years ago
  6. 1862198 migration: Remove load_state_old and minimum_version_id_old by Peter Maydell · 3 years ago
  7. e031149 migration: Add migration_incoming_transport_cleanup() by Peter Xu · 2 years, 11 months ago
  8. 27dd21b migration: postcopy_pause_fault_thread() never fails by Peter Xu · 2 years, 11 months ago
  9. d5c8f2a migration: Enlarge postcopy recovery to capture !-EIO too by Peter Xu · 2 years, 11 months ago
  10. 755e8d7 migration: Move static var in ram_block_from_stream() into global by Peter Xu · 2 years, 11 months ago
  11. 095c12a migration: Add postcopy_thread_create() by Peter Xu · 2 years, 11 months ago
  12. cfc7dc8 migration: Dump ramblock and offset too when non-same-page detected by Peter Xu · 2 years, 11 months ago
  13. 77dadc3 migration: Introduce postcopy channels on dest node by Peter Xu · 2 years, 11 months ago
  14. b9a040b migration: Tracepoint change in postcopy-run bottom half by Peter Xu · 2 years, 11 months ago
  15. c84f976 migration: Finer grained tracepoints for POSTCOPY_LISTEN by Peter Xu · 2 years, 11 months ago
  16. a7060ba migration: Dump sub-cmd name in loadvm_process_command tp by Peter Xu · 2 years, 11 months ago
  17. f736e41 migration/rdma: set the REUSEADDR option for destination by Jack Wang · 3 years ago
  18. 9222680 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 3 years ago
  19. b85ea5f include: Move qemu_madvise() and related #defines to new qemu/madvise.h by Peter Maydell · 3 years ago
  20. 406523f configure, meson: move block layer options to meson_options.txt by Paolo Bonzini · 3 years, 3 months ago
  21. 476ebf7 migration: Move temp page setup and cleanup into separate functions by Peter Xu · 3 years ago
  22. cfd66f3 migration: Simplify unqueue_page() by Peter Xu · 3 years ago
  23. a1fe28d migration: Add postcopy_has_request() by Peter Xu · 3 years ago
  24. 2d1c37c migration: Enable UFFD_FEATURE_THREAD_ID even without blocktime feat by Peter Xu · 3 years ago
  25. 258f5c98 migration: No off-by-one for pss->page update in host page size by Peter Xu · 3 years ago
  26. ae68066 migration: Tally pre-copy, downtime and post-copy bytes independently by David Edmondson · 3 years, 1 month ago
  27. 4c2d0f6 migration: Introduce ram_transferred_add() by David Edmondson · 3 years, 1 month ago
  28. 9e7d122 migration: Don't return for postcopy_send_discard_bm_ram() by Philippe Mathieu-Daudé · 3 years, 1 month ago
  29. 739fcc1 migration: Drop return code for disgard ram process by Peter Xu · 3 years, 2 months ago
  30. f30c2e5 migration: Do chunk page in postcopy_each_ram_send_discard() by Peter Xu · 3 years, 2 months ago
  31. e3fbf76 migration: Drop postcopy_chunk_hostpages() by Peter Xu · 3 years, 2 months ago
  32. dc57d6f migration: Don't return for postcopy_chunk_hostpages() by Peter Xu · 3 years, 2 months ago
  33. 53405ff migration: Drop dead code of ram_debug_dump_bitmap() by Peter Xu · 3 years, 2 months ago
  34. a6d1223 migration/ram: clean up unused comment. by Xu Zheng · 3 years ago
  35. 9200265 migration: Report the error returned when save_live_iterate fails by David Edmondson · 3 years, 1 month ago
  36. 01ee5e3 migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration finished by Zhang Chen · 3 years, 1 month ago
  37. eeeb48e migration/migration.c: Avoid COLO boot in postcopy migration by Zhang Chen · 3 years, 1 month ago
  38. 444252b migration/migration.c: Add missed default error handler for migration state by Zhang Chen · 3 years, 1 month ago
  39. 8c0ec0b multifd: Rename pages_used to normal_pages by Juan Quintela · 3 years, 2 months ago
  40. faf6093 multifd: recv side only needs the RAMBlock host address by Juan Quintela · 3 years, 2 months ago
  41. cf2d4aa multifd: Use normal pages array on the recv side by Juan Quintela · 3 years, 2 months ago
  42. 815956f multifd: Use normal pages array on the send side by Juan Quintela · 3 years, 2 months ago
  43. c27779a multifd: Unfold "used" variable by its value by Juan Quintela · 3 years, 2 months ago
  44. d48c3a0 multifd: Use a single writev on the send side by Juan Quintela · 3 years, 2 months ago
  45. 468fcb5 multifd: Remove send_write() method by Juan Quintela · 3 years, 2 months ago
  46. 0a818b8 multifd: Make zstd use iov's by Juan Quintela · 3 years, 2 months ago
  47. 48a4a44 multifd: Make zlib use iov's by Juan Quintela · 3 years, 2 months ago
  48. 226468b multifd: Move iov from pages to params by Juan Quintela · 3 years, 2 months ago
  49. fc67052 multifd: Use proper maximum compression values by Juan Quintela · 3 years, 2 months ago
  50. 47fe16f migration: Move ram_release_pages() call to save_zero_page_to_file() by Juan Quintela · 3 years, 1 month ago
  51. e7f2e19 migration: simplify do_compress_ram_page by Juan Quintela · 3 years, 1 month ago
  52. 20d549c migration: Remove masking for compression by Juan Quintela · 3 years, 1 month ago
  53. 0189c72 migration: ram_release_pages() always receive 1 page as argument by Juan Quintela · 3 years, 1 month ago
  54. 05931ec migration: We only need last_stage in two places by Juan Quintela · 3 years, 1 month ago
  55. 04e1140 migration: All this fields are unsigned by Juan Quintela · 3 years, 1 month ago
  56. 826cc32 aio-posix: split poll check from ready handler by Stefan Hajnoczi · 3 years, 2 months ago
  57. 1b529d9 failover: Silence warning messages during qtest by Laurent Vivier · 3 years, 1 month ago
  58. a5ed229 multifd: Make zlib compression method not use iovs by Juan Quintela · 3 years, 2 months ago
  59. f5ff548 multifd: Make zstd compression method not use iovs by Juan Quintela · 3 years, 2 months ago
  60. 9c5c8ff COLO: Move some trace code behind qemu_mutex_unlock_iothread() by Rao, Lei · 3 years, 1 month ago
  61. 077fbb5 multifd: Shut down the QIO channels to avoid blocking the send threads when they are terminated. by Li Zhang · 3 years, 2 months ago
  62. 01102a2 multifd: Fill offset and block for reception by Juan Quintela · 3 years, 2 months ago
  63. 40a4bfe multifd: remove used parameter from send_recv_pages() method by Juan Quintela · 3 years, 2 months ago
  64. 02fb810 multifd: remove used parameter from send_prepare() method by Juan Quintela · 3 years, 2 months ago
  65. 1943c11 multifd: The variable is only used inside the loop by Juan Quintela · 3 years, 2 months ago
  66. 18ede63 multifd: Add missing documention by Juan Quintela · 3 years, 2 months ago
  67. 90a3d2f multifd: Rename used field to num by Juan Quintela · 3 years, 2 months ago
  68. 144fa06 migration: Never call twice qemu_target_page_size() by Juan Quintela · 3 years, 2 months ago
  69. 47a1782 multifd: Delete useless operation by Juan Quintela · 3 years, 2 months ago
  70. bad452a migration: Remove is_zero_range() by Juan Quintela · 3 years, 2 months ago
  71. 751fe4c migration/colo: Optimize COLO primary node start code path by Zhang Chen · 3 years, 2 months ago
  72. 795969a Fixed a QEMU hang when guest poweroff in COLO mode by Rao, Lei · 3 years, 3 months ago
  73. 0e0f047 migration/colo: More accurate update checkpoint time by Zhang Chen · 3 years, 3 months ago
  74. 672159a migration/ram.c: Remove the qemu_mutex_lock in colo_flush_ram_cache. by Rao, Lei · 3 years, 3 months ago
  75. 91fe9a8 Reset the auto-converge counter at every checkpoint. by Rao, Lei · 3 years, 3 months ago
  76. a6a83ce Reduce the PVM stop time during Checkpoint by Rao, Lei · 3 years, 3 months ago
  77. 5655998 migration: Check that postcopy fd's are not NULL by Juan Quintela · 3 years, 3 months ago
  78. e5fdf92 colo: Don't dump colo cache if dump-guest-core=off by Lukas Straub · 3 years, 7 months ago
  79. 2b9f6bf Changed the last-mode to none of first start COLO by Rao, Lei · 3 years, 3 months ago
  80. 04dd891 Removed the qemu_fclose() in colo_process_incoming_thread by Rao, Lei · 3 years, 3 months ago
  81. ac183da colo: fixed 'Segmentation fault' when the simplex mode PVM poweroff by Rao, Lei · 3 years, 3 months ago
  82. 684bfd1 Fixed SVM hang when do failover before PVM crash by Rao, Lei · 3 years, 3 months ago
  83. aa505f8 Fixed qemu crash when guest power off in COLO mode by Rao, Lei · 3 years, 3 months ago
  84. ae4c209 Some minor optimizations for COLO by Rao, Lei · 3 years, 3 months ago
  85. 02abee3 migration: Zero migration compression counters by Juan Quintela · 3 years, 3 months ago
  86. fa0b31d migration: initialise compression_counters for a new migration by yuxiating · 3 years, 5 months ago
  87. 458fecc migration: provide an error message to migration_cancel() by Laurent Vivier · 3 years, 4 months ago
  88. 826b8bc migration/dirtyrate: implement dirty-bitmap dirtyrate calculation by Hyman Huang(黄勇) · 3 years, 6 months ago
  89. 4998a37 memory: introduce total_dirty_pages to stat dirty pages by Hyman Huang(黄勇) · 3 years, 6 months ago
  90. 6fee3a1 migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshots by David Hildenbrand · 3 years, 4 months ago
  91. f7b9dcf migration/ram: Factor out populating pages readable in ram_block_populate_pages() by David Hildenbrand · 3 years, 4 months ago
  92. 7648297 migration: Simplify alignment and alignment checks by David Hildenbrand · 3 years, 4 months ago
  93. 9470c5e migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination by David Hildenbrand · 3 years, 4 months ago
  94. be39b4c migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration source by David Hildenbrand · 3 years, 4 months ago
  95. 60fd680 migration: Add migrate_add_blocker_internal() by Peter Xu · 3 years, 4 months ago
  96. 4c17033 migration: Make migration blocker work for snapshots too by Peter Xu · 3 years, 4 months ago
  97. 0e21bf2 migration/dirtyrate: implement dirty-ring dirtyrate calculation by Hyman Huang(黄勇) · 3 years, 7 months ago
  98. 9865d0f migration/dirtyrate: move init step of calculation to main thread by Hyman Huang(黄勇) · 3 years, 7 months ago
  99. 15eb2d6 migration/dirtyrate: adjust order of registering thread by Hyman Huang(黄勇) · 3 years, 7 months ago
  100. 71864ea migration/dirtyrate: introduce struct and adjust DirtyRateStat by Hyman Huang(黄勇) · 3 years, 7 months ago