1. a9262f5 block: Change blk_{pread,pwrite}() param order by Alberto Faria · 2 years, 9 months ago
  2. 3b35d45 block: Add a 'flags' param to blk_pread() by Alberto Faria · 2 years, 9 months ago
  3. 77ef2dc migration: remove the QEMUFileOps abstraction by Daniel P. Berrangé · 2 years, 9 months ago
  4. 02bdbe1 migration: remove the QEMUFileOps 'get_return_path' callback by Daniel P. Berrangé · 2 years, 9 months ago
  5. ec2135e migration: remove the QEMUFileOps 'writev_buffer' callback by Daniel P. Berrangé · 2 years, 9 months ago
  6. f759d70 migration: remove the QEMUFileOps 'get_buffer' callback by Daniel P. Berrangé · 2 years, 9 months ago
  7. 0ae1f7f migration: remove the QEMUFileOps 'close' callback by Daniel P. Berrangé · 2 years, 9 months ago
  8. 80ad970 migration: remove the QEMUFileOps 'set_blocking' callback by Daniel P. Berrangé · 2 years, 9 months ago
  9. d3c581b migration: remove the QEMUFileOps 'shut_down' callback by Daniel P. Berrangé · 2 years, 9 months ago
  10. 0f58c3f migration: remove unused QEMUFileGetFD typedef / qemu_get_fd method by Daniel P. Berrangé · 2 years, 9 months ago
  11. c0c6e1e migration: introduce new constructors for QEMUFile by Daniel P. Berrangé · 2 years, 9 months ago
  12. 2893a28 migration: hardcode assumption that QEMUFile is backed with QIOChannel by Daniel P. Berrangé · 2 years, 9 months ago
  13. 365c046 migration: stop passing 'opaque' parameter to QEMUFile hooks by Daniel P. Berrangé · 2 years, 9 months ago
  14. 67bdabe migration: convert savevm to use QIOChannelBlock for VMState by Daniel P. Berrangé · 2 years, 9 months ago
  15. 65cf200 migration: introduce a QIOChannel impl for BlockDriverState VMState by Daniel P. Berrangé · 2 years, 9 months ago
  16. bc698c3 migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limit by Daniel P. Berrangé · 2 years, 9 months ago
  17. 1a93bd2 migration: rename qemu_update_position to qemu_file_credit_transfer by Daniel P. Berrangé · 2 years, 9 months ago
  18. fbfa640 migration: rename qemu_ftell to qemu_file_total_transferred by Daniel P. Berrangé · 2 years, 9 months ago
  19. 154d87b migration: rename 'pos' field in QEMUFile to 'bytes_processed' by Daniel P. Berrangé · 2 years, 9 months ago
  20. c7fc8d3 migration: rename rate limiting fields in QEMUFile by Daniel P. Berrangé · 2 years, 9 months ago
  21. 246683c migration: remove unreachble RDMA code in save_hook impl by Daniel P. Berrangé · 2 years, 9 months ago
  22. c0e0825 migration: switch to use QIOChannelNull for dummy channel by Daniel P. Berrangé · 2 years, 9 months ago
  23. 1abaec9 migration: Change zero_copy_send from migration parameter to migration capability by Leonardo Bras · 2 years, 9 months ago
  24. f6f213e migration: Remove RDMA_UNREGISTRATION_EXAMPLE by Juan Quintela · 2 years, 9 months ago
  25. 5b1d9ba multifd: Implement zero copy write in multifd migration (multifd-zero-copy) by Leonardo Bras · 2 years, 11 months ago
  26. b7dbdd8 multifd: Send header packet without flags if zero-copy-send is enabled by Leonardo Bras · 2 years, 11 months ago
  27. 33d7097 multifd: multifd_send_sync_main now returns negative on error by Leonardo Bras · 2 years, 11 months ago
  28. d2fafb6 migration: Add migrate_use_tls() helper by Leonardo Bras · 2 years, 11 months ago
  29. abb6295 migration: Add zero-copy-send parameter for QMP/HMP for Linux by Leonardo Bras · 2 years, 11 months ago
  30. b88651c QIOChannel: Add flags on io_writev and introduce io_flush callback by Leonardo Bras · 2 years, 11 months ago
  31. 3730a73 meson, configure: move RDMA options to meson by Paolo Bonzini · 3 years ago
  32. 552de79 migration: Read state once by Dr. David Alan Gilbert · 3 years ago
  33. f912ec5 migration: Fix operator type by Dr. David Alan Gilbert · 3 years ago
  34. 08401c0 migration: Allow migrate-recover to run multiple times by Peter Xu · 3 years ago
  35. a39e933 migration: Move channel setup out of postcopy_try_recover() by Peter Xu · 3 years ago
  36. 929068e migration: Export ram_load_postcopy() by Peter Xu · 3 years ago
  37. f444eed migration: Move migrate_allow_multifd and helpers into migration.c by Peter Xu · 3 years ago
  38. ea2faf0 migration: Add pss.postcopy_requested status by Peter Xu · 3 years ago
  39. 7f692ec migration: Drop multifd tls_hostname cache by Peter Xu · 3 years ago
  40. 8317476 migration: Postpone releasing MigrationState.hostname by Peter Xu · 3 years ago
  41. 4b2bbca migration: fix use of TLS PSK credentials with a UNIX socket by Daniel P. Berrangé · 3 years, 1 month ago
  42. 69242e7 Move CPU softfloat unions to cpu-float.h by Marc-André Lureau · 3 years ago
  43. 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 3 years ago
  44. b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 3 years, 1 month ago
  45. 6b573ef include/block/snapshot: global state API + assertions by Emanuele Giuseppe Esposito · 3 years, 1 month ago
  46. 3b71719 block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_op_invalidate_cache by Emanuele Giuseppe Esposito · 3 years, 2 months ago
  47. 1862198 migration: Remove load_state_old and minimum_version_id_old by Peter Maydell · 3 years, 1 month ago
  48. e031149 migration: Add migration_incoming_transport_cleanup() by Peter Xu · 3 years, 1 month ago
  49. 27dd21b migration: postcopy_pause_fault_thread() never fails by Peter Xu · 3 years, 1 month ago
  50. d5c8f2a migration: Enlarge postcopy recovery to capture !-EIO too by Peter Xu · 3 years, 1 month ago
  51. 755e8d7 migration: Move static var in ram_block_from_stream() into global by Peter Xu · 3 years, 1 month ago
  52. 095c12a migration: Add postcopy_thread_create() by Peter Xu · 3 years, 1 month ago
  53. cfc7dc8 migration: Dump ramblock and offset too when non-same-page detected by Peter Xu · 3 years, 1 month ago
  54. 77dadc3 migration: Introduce postcopy channels on dest node by Peter Xu · 3 years, 1 month ago
  55. b9a040b migration: Tracepoint change in postcopy-run bottom half by Peter Xu · 3 years, 1 month ago
  56. c84f976 migration: Finer grained tracepoints for POSTCOPY_LISTEN by Peter Xu · 3 years, 1 month ago
  57. a7060ba migration: Dump sub-cmd name in loadvm_process_command tp by Peter Xu · 3 years, 1 month ago
  58. f736e41 migration/rdma: set the REUSEADDR option for destination by Jack Wang · 3 years, 2 months ago
  59. 9222680 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 3 years, 1 month ago
  60. b85ea5f include: Move qemu_madvise() and related #defines to new qemu/madvise.h by Peter Maydell · 3 years, 2 months ago
  61. 406523f configure, meson: move block layer options to meson_options.txt by Paolo Bonzini · 3 years, 6 months ago
  62. 476ebf7 migration: Move temp page setup and cleanup into separate functions by Peter Xu · 3 years, 2 months ago
  63. cfd66f3 migration: Simplify unqueue_page() by Peter Xu · 3 years, 2 months ago
  64. a1fe28d migration: Add postcopy_has_request() by Peter Xu · 3 years, 2 months ago
  65. 2d1c37c migration: Enable UFFD_FEATURE_THREAD_ID even without blocktime feat by Peter Xu · 3 years, 2 months ago
  66. 258f5c98 migration: No off-by-one for pss->page update in host page size by Peter Xu · 3 years, 2 months ago
  67. ae68066 migration: Tally pre-copy, downtime and post-copy bytes independently by David Edmondson · 3 years, 3 months ago
  68. 4c2d0f6 migration: Introduce ram_transferred_add() by David Edmondson · 3 years, 3 months ago
  69. 9e7d122 migration: Don't return for postcopy_send_discard_bm_ram() by Philippe Mathieu-Daudé · 3 years, 3 months ago
  70. 739fcc1 migration: Drop return code for disgard ram process by Peter Xu · 3 years, 4 months ago
  71. f30c2e5 migration: Do chunk page in postcopy_each_ram_send_discard() by Peter Xu · 3 years, 4 months ago
  72. e3fbf76 migration: Drop postcopy_chunk_hostpages() by Peter Xu · 3 years, 4 months ago
  73. dc57d6f migration: Don't return for postcopy_chunk_hostpages() by Peter Xu · 3 years, 4 months ago
  74. 53405ff migration: Drop dead code of ram_debug_dump_bitmap() by Peter Xu · 3 years, 4 months ago
  75. a6d1223 migration/ram: clean up unused comment. by Xu Zheng · 3 years, 2 months ago
  76. 9200265 migration: Report the error returned when save_live_iterate fails by David Edmondson · 3 years, 4 months ago
  77. 01ee5e3 migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration finished by Zhang Chen · 3 years, 3 months ago
  78. eeeb48e migration/migration.c: Avoid COLO boot in postcopy migration by Zhang Chen · 3 years, 3 months ago
  79. 444252b migration/migration.c: Add missed default error handler for migration state by Zhang Chen · 3 years, 3 months ago
  80. 8c0ec0b multifd: Rename pages_used to normal_pages by Juan Quintela · 3 years, 4 months ago
  81. faf6093 multifd: recv side only needs the RAMBlock host address by Juan Quintela · 3 years, 4 months ago
  82. cf2d4aa multifd: Use normal pages array on the recv side by Juan Quintela · 3 years, 4 months ago
  83. 815956f multifd: Use normal pages array on the send side by Juan Quintela · 3 years, 4 months ago
  84. c27779a multifd: Unfold "used" variable by its value by Juan Quintela · 3 years, 4 months ago
  85. d48c3a0 multifd: Use a single writev on the send side by Juan Quintela · 3 years, 4 months ago
  86. 468fcb5 multifd: Remove send_write() method by Juan Quintela · 3 years, 4 months ago
  87. 0a818b8 multifd: Make zstd use iov's by Juan Quintela · 3 years, 4 months ago
  88. 48a4a44 multifd: Make zlib use iov's by Juan Quintela · 3 years, 4 months ago
  89. 226468b multifd: Move iov from pages to params by Juan Quintela · 3 years, 4 months ago
  90. fc67052 multifd: Use proper maximum compression values by Juan Quintela · 3 years, 4 months ago
  91. 47fe16f migration: Move ram_release_pages() call to save_zero_page_to_file() by Juan Quintela · 3 years, 3 months ago
  92. e7f2e19 migration: simplify do_compress_ram_page by Juan Quintela · 3 years, 3 months ago
  93. 20d549c migration: Remove masking for compression by Juan Quintela · 3 years, 3 months ago
  94. 0189c72 migration: ram_release_pages() always receive 1 page as argument by Juan Quintela · 3 years, 4 months ago
  95. 05931ec migration: We only need last_stage in two places by Juan Quintela · 3 years, 4 months ago
  96. 04e1140 migration: All this fields are unsigned by Juan Quintela · 3 years, 4 months ago
  97. 826cc32 aio-posix: split poll check from ready handler by Stefan Hajnoczi · 3 years, 4 months ago
  98. 1b529d9 failover: Silence warning messages during qtest by Laurent Vivier · 3 years, 3 months ago
  99. a5ed229 multifd: Make zlib compression method not use iovs by Juan Quintela · 3 years, 4 months ago
  100. f5ff548 multifd: Make zstd compression method not use iovs by Juan Quintela · 3 years, 4 months ago