summary refs log tree commit diff stats
path: root/migration/multifd-zlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* migration/multifd: solve zero page causing multiple page faultsYuan Liu2024-04-231-0/+1
* Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2024-03-121-1/+1
|\
| * bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé2024-03-121-1/+1
* | migration/multifd: Implement zero page transmission on the multifd thread.Hao Xiang2024-03-111-5/+16
|/
* 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-8/+6
* multifd: Copy pages before compressing them with zlibIlya Leoshkevich2022-07-201-8/+30
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-2/+2
* 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-4/+4
* 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 zlib 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-10/+10
* multifd: Make zlib compression method not use iovsJuan Quintela2021-12-151-8/+9
* multifd: remove used parameter from send_recv_pages() methodJuan Quintela2021-12-151-5/+4
* 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 zlib compression multifd supportJuan Quintela2020-02-281-0/+325