aboutsummaryrefslogtreecommitdiff
path: root/migration/multifd.c
AgeCommit message (Expand)Author
2023-05-10multifd: Add the ramblock to MultiFDRecvParamsLukas Straub
2023-05-03migration: Drop unused parameter for migration_tls_client_create()Juan Quintela
2023-05-03migration: Rename ram_counters to mig_statsJuan Quintela
2023-05-03migration: Move ram_stats to its own file migration-stats.[ch]Juan Quintela
2023-05-03multifd: We already account for this packet on the multifd threadJuan Quintela
2023-04-27multifd: Fix the number of channels readyJuan Quintela
2023-04-24migration: Move migrate_use_zero_copy_send() to options.cJuan Quintela
2023-04-24migration: Move migrate_use_multifd() to options.cJuan Quintela
2023-04-24migration: Make dirty_sync_missed_zero_copy atomicJuan Quintela
2023-04-24migration: Make multifd_bytes atomicJuan Quintela
2023-04-24migration: Update atomic stats out of the mutexJuan Quintela
2023-04-24migration: Merge ram_counters and ram_atomic_countersJuan Quintela
2023-03-16migration/multifd: correct multifd_send_thread to trace the flagsWei Wang
2023-02-13migration/multifd: Move load_cleanup inside incoming_state_destroyLeonardo Bras
2023-02-13migration/multifd: Join all multifd threads in order to avoid leaksLeonardo Bras
2023-02-13migration/multifd: Remove unnecessary assignment on multifd_load_cleanup()Leonardo Bras
2023-02-13migration/multifd: Change multifd_load_cleanup() signature and usageLeonardo Bras
2023-02-11migration: Rework multi-channel checks on URIPeter Xu
2023-02-11multifd: Remove some redundant codeLi Zhang
2023-02-11multifd: cleanup the function multifd_channel_connectLi Zhang
2023-02-06migration: save/delete migration thread infoJiang Jiacheng
2023-02-06multifd: Fix flush of zero copy page send requestZhenzhong Duan
2023-02-06multifd: Fix a race on reading MultiFDPages_t.blockZhenzhong Duan
2023-02-06migration: check magic value for deciding the mapping of channelsmanish.mishra
2022-12-15migration: Use atomic ops properly for page accountingsPeter Xu
2022-12-15multifd: Create page_count fields into both MultiFD{Recv,Send}ParamsJuan Quintela
2022-12-15multifd: Create page_size fields into both MultiFD{Recv,Send}ParamsJuan Quintela
2022-11-21migration/multifd/zero-copy: Create helper function for flushingLeonardo Bras
2022-07-20migration/multifd: Report to user when zerocopy not workingLeonardo Bras
2022-07-20migration: Add helpers to detect TLS capabilityPeter Xu
2022-06-22migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limitDaniel P. Berrangé
2022-05-16multifd: Implement zero copy write in multifd migration (multifd-zero-copy)Leonardo Bras
2022-05-16multifd: Send header packet without flags if zero-copy-send is enabledLeonardo Bras
2022-05-16multifd: multifd_send_sync_main now returns negative on errorLeonardo Bras
2022-05-16migration: Add migrate_use_tls() helperLeonardo Bras
2022-04-21migration: Move migrate_allow_multifd and helpers into migration.cPeter Xu
2022-04-21migration: Drop multifd tls_hostname cachePeter Xu
2022-01-28multifd: Rename pages_used to normal_pagesJuan Quintela
2022-01-28multifd: recv side only needs the RAMBlock host addressJuan Quintela
2022-01-28multifd: Use normal pages array on the recv sideJuan Quintela
2022-01-28multifd: Use normal pages array on the send sideJuan Quintela
2022-01-28multifd: Unfold "used" variable by its valueJuan Quintela
2022-01-28multifd: Use a single writev on the send sideJuan Quintela
2022-01-28multifd: Remove send_write() methodJuan Quintela
2022-01-28multifd: Move iov from pages to paramsJuan Quintela
2022-01-28migration: All this fields are unsignedJuan Quintela
2021-12-15multifd: Shut down the QIO channels to avoid blocking the send threads when t...Li Zhang
2021-12-15multifd: Fill offset and block for receptionJuan Quintela
2021-12-15multifd: remove used parameter from send_recv_pages() methodJuan Quintela
2021-12-15multifd: remove used parameter from send_prepare() methodJuan Quintela