aboutsummaryrefslogtreecommitdiff
path: root/migration/multifd.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-01yank: Remove dependency on qiochannelLukas Straub1-1/+2
2021-03-15migration/tls: add error handling in multifd_tls_handshake_threadHao Wang1-1/+10
2021-03-15migration/tls: fix inverted semantics in multifd_channel_connectHao Wang1-5/+5
2021-01-13migration: Add yank featureLukas Straub1-0/+10
2020-11-12multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling mi...Chuan Zheng1-0/+1
2020-11-12migration/multifd: fix hangup with TLS-Multifd due to blocking handshakeChuan Zheng1-6/+17
2020-09-28Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-1/+1
2020-09-25migration/tls: add trace points for multifd-tlsChuan Zheng1-1/+9
2020-09-25migration/tls: add support for multifd tls-handshakeChuan Zheng1-2/+75
2020-09-25migration/tls: extract cleanup function for common-useChuan Zheng1-12/+22
2020-09-25migration/tls: add tls_hostname into MultiFDSendParamsChuan Zheng1-0/+5
2020-09-23migration/multifd: Remove superfluous semicolonsPhilippe Mathieu-Daudé1-1/+1
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-9/+9
2020-09-17migration/: fix some comment spelling errorszhaolichang1-2/+2
2020-06-17migration: fix multifd_send_pages() next channelLaurent Vivier1-0/+6