aboutsummaryrefslogtreecommitdiff
path: root/migration/multifd.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-16migration/multifd: correct multifd_send_thread to trace the flagsWei Wang1-1/+2
2023-02-13migration/multifd: Move load_cleanup inside incoming_state_destroyLeonardo Bras1-0/+7
2023-02-13migration/multifd: Join all multifd threads in order to avoid leaksLeonardo Bras1-1/+2
2023-02-13migration/multifd: Remove unnecessary assignment on multifd_load_cleanup()Leonardo Bras1-1/+0
2023-02-13migration/multifd: Change multifd_load_cleanup() signature and usageLeonardo Bras1-4/+2
2023-02-11migration: Rework multi-channel checks on URIPeter Xu1-10/+2
2023-02-11multifd: Remove some redundant codeLi Zhang1-11/+4
2023-02-11multifd: cleanup the function multifd_channel_connectLi Zhang1-22/+21
2023-02-06migration: save/delete migration thread infoJiang Jiacheng1-0/+5
2023-02-06multifd: Fix flush of zero copy page send requestZhenzhong Duan1-4/+4
2023-02-06multifd: Fix a race on reading MultiFDPages_t.blockZhenzhong Duan1-2/+5
2023-02-06migration: check magic value for deciding the mapping of channelsmanish.mishra1-9/+10
2022-12-15migration: Use atomic ops properly for page accountingsPeter Xu1-2/+2
2022-12-15multifd: Create page_count fields into both MultiFD{Recv,Send}ParamsJuan Quintela1-3/+4
2022-12-15multifd: Create page_size fields into both MultiFD{Recv,Send}ParamsJuan Quintela1-10/+8
2022-11-21migration/multifd/zero-copy: Create helper function for flushingLeonardo Bras1-11/+19
2022-07-20migration/multifd: Report to user when zerocopy not workingLeonardo Bras1-0/+2
2022-07-20migration: Add helpers to detect TLS capabilityPeter Xu1-3/+1
2022-06-22migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limitDaniel P. Berrangé1-2/+2
2022-05-16multifd: Implement zero copy write in multifd migration (multifd-zero-copy)Leonardo Bras1-2/+35
2022-05-16multifd: Send header packet without flags if zero-copy-send is enabledLeonardo Bras1-3/+19
2022-05-16multifd: multifd_send_sync_main now returns negative on errorLeonardo Bras1-4/+6
2022-05-16migration: Add migrate_use_tls() helperLeonardo Bras1-4/+1
2022-04-21migration: Move migrate_allow_multifd and helpers into migration.cPeter Xu1-15/+4
2022-04-21migration: Drop multifd tls_hostname cachePeter Xu1-7/+3
2022-01-28multifd: Rename pages_used to normal_pagesJuan Quintela1-2/+2
2022-01-28multifd: recv side only needs the RAMBlock host addressJuan Quintela1-5/+2
2022-01-28multifd: Use normal pages array on the recv sideJuan Quintela1-25/+20
2022-01-28multifd: Use normal pages array on the send sideJuan Quintela1-11/+19
2022-01-28multifd: Unfold "used" variable by its valueJuan Quintela1-5/+3
2022-01-28multifd: Use a single writev on the send sideJuan Quintela1-12/+8
2022-01-28multifd: Remove send_write() methodJuan Quintela1-18/+2
2022-01-28multifd: Move iov from pages to paramsJuan Quintela1-10/+24
2022-01-28migration: All this fields are unsignedJuan Quintela1-8/+8
2021-12-15multifd: Shut down the QIO channels to avoid blocking the send threads when t...Li Zhang1-0/+3
2021-12-15multifd: Fill offset and block for receptionJuan Quintela1-0/+2
2021-12-15multifd: remove used parameter from send_recv_pages() methodJuan Quintela1-4/+3
2021-12-15multifd: remove used parameter from send_prepare() methodJuan Quintela1-6/+3
2021-12-15multifd: The variable is only used inside the loopJuan Quintela1-2/+1
2021-12-15multifd: Add missing documentionJuan Quintela1-0/+1
2021-12-15multifd: Rename used field to numJuan Quintela1-19/+19
2021-12-15migration: Never call twice qemu_target_page_size()Juan Quintela1-3/+4
2021-10-19migration: allow enabling mutilfd for specific protocol onlyLi Zhijian1-1/+1
2021-10-19migration: allow multifd for socket protocol onlyLi Zhijian1-2/+22
2021-10-19multifd: Unconditionally unregister yank functionLukas Straub1-4/+1
2021-10-19multifd: Implement yank for multifd send sideLukas Straub1-1/+5
2021-07-26migration: Introduce migration_ioc_[un]register_yank()Peter Xu1-6/+2
2021-06-08migration/socket: Close the listener at the endDr. David Alan Gilbert1-0/+5
2021-06-08yank: Unregister function when using TLS migrationLeonardo Bras1-1/+2
2021-05-13migration/multifd: Print used_length of memory blockDavid Hildenbrand1-1/+1