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