aboutsummaryrefslogtreecommitdiff
path: root/migration/multifd.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-13migration/multifd: Move load_cleanup inside incoming_state_destroyLeonardo Bras1-0/+1
2023-02-13migration/multifd: Change multifd_load_cleanup() signature and usageLeonardo Bras1-1/+1
2023-02-06migration: check magic value for deciding the mapping of channelsmanish.mishra1-1/+1
2022-12-15multifd: Create page_count fields into both MultiFD{Recv,Send}ParamsJuan Quintela1-0/+4
2022-12-15multifd: Create page_size fields into both MultiFD{Recv,Send}ParamsJuan Quintela1-0/+4
2022-07-20multifd: Document the locking of MultiFD{Send/Recv}ParamsJuan Quintela1-25/+41
2022-05-16multifd: Implement zero copy write in multifd migration (multifd-zero-copy)Leonardo Bras1-0/+2
2022-05-16multifd: multifd_send_sync_main now returns negative on errorLeonardo Bras1-1/+1
2022-04-21migration: Move migrate_allow_multifd and helpers into migration.cPeter Xu1-2/+0
2022-04-21migration: Drop multifd tls_hostname cachePeter Xu1-2/+0
2022-01-28multifd: Rename pages_used to normal_pagesJuan Quintela1-1/+2
2022-01-28multifd: recv side only needs the RAMBlock host addressJuan Quintela1-2/+2
2022-01-28multifd: Use normal pages array on the recv sideJuan Quintela1-2/+6
2022-01-28multifd: Use normal pages array on the send sideJuan Quintela1-2/+6
2022-01-28multifd: Remove send_write() methodJuan Quintela1-2/+0
2022-01-28multifd: Move iov from pages to paramsJuan Quintela1-2/+6
2021-12-15multifd: remove used parameter from send_recv_pages() methodJuan Quintela1-1/+1
2021-12-15multifd: remove used parameter from send_prepare() methodJuan Quintela1-1/+1
2021-12-15multifd: Rename used field to numJuan Quintela1-1/+1
2021-10-19migration: allow multifd for socket protocol onlyLi Zhijian1-0/+2
2021-10-19multifd: Implement yank for multifd send sideLukas Straub1-0/+2
2020-09-25migration/tls: add tls_hostname into MultiFDSendParamsChuan Zheng1-0/+2
2020-02-28multifd: Add zstd compression multifd supportJuan Quintela1-0/+1
2020-02-28multifd: Add zlib compression multifd supportJuan Quintela1-0/+4
2020-02-28multifd: Make no compression operations into its own structureJuan Quintela1-0/+26
2020-01-29multifd: Split multifd code into its own fileJuan Quintela1-0/+139