summary refs log tree commit diff stats
path: root/migration/multifd-zstd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* migration/multifd: solve zero page causing multiple page faultsYuan Liu2024-04-231-0/+1
* migration/multifd: Implement zero page transmission on the multifd thread.Hao Xiang2024-03-111-5/+15
* migration/multifd: Decouple recv method from pagesFabiano Rosas2024-03-011-3/+3
* migration/multifd: Rename MultiFDSend|RecvParams::data to compress_dataFabiano Rosas2024-03-011-10/+10
* migration/multifd: Move header prepare/fill into send_prepare()Peter Xu2024-02-051-0/+4
* migration/multifd: Drop MultiFDSendParams.normal[] arrayPeter Xu2024-02-051-3/+4
* migration: spelling fixesMichael Tokarev2023-07-251-1/+1
* migration: Move parameters functions to option.cJuan Quintela2023-04-241-0/+1
* multifd: Create page_size fields into both MultiFD{Recv,Send}ParamsJuan Quintela2022-12-151-7/+5
* multifd: recv side only needs the RAMBlock host addressJuan Quintela2022-01-281-1/+1
* multifd: Use normal pages array on the recv sideJuan Quintela2022-01-281-3/+3
* multifd: Use normal pages array on the send sideJuan Quintela2022-01-281-3/+3
* multifd: Remove send_write() methodJuan Quintela2022-01-281-17/+0
* multifd: Make zstd use iov'sJuan Quintela2022-01-281-4/+4
* multifd: Use proper maximum compression valuesJuan Quintela2022-01-281-2/+2
* migration: All this fields are unsignedJuan Quintela2022-01-281-12/+12
* multifd: Make zstd compression method not use iovsJuan Quintela2021-12-151-10/+10
* multifd: remove used parameter from send_recv_pages() methodJuan Quintela2021-12-151-4/+3
* multifd: remove used parameter from send_prepare() methodJuan Quintela2021-12-151-4/+3
* multifd: Add missing documentionJuan Quintela2021-12-151-0/+2
* multifd: Delete useless operationJuan Quintela2021-12-151-9/+4
* multifd: Add zstd compression multifd supportJuan Quintela2020-02-281-0/+339