Age | Commit message (Expand) | Author | Files | Lines |
2024-09-03 | migration/multifd: Make MultiFDMethods const | Fabiano Rosas | 1 | -1/+1 |
2024-09-03 | migration/multifd: Standardize on multifd ops names | Fabiano Rosas | 1 | -69/+12 |
2024-09-03 | migration/multifd: Replace p->pages with an union pointer | Fabiano Rosas | 1 | -1/+1 |
2024-09-03 | migration/multifd: Inline page_size and page_count | Fabiano Rosas | 1 | -6/+8 |
2024-09-03 | migration/multifd: Reduce access to p->pages | Fabiano Rosas | 1 | -1/+1 |
2024-06-14 | migration/multifd: put IOV initialization into compression method | Yuan Liu | 1 | -0/+7 |
2024-04-23 | migration/multifd: solve zero page causing multiple page faults | Yuan Liu | 1 | -0/+1 |
2024-03-12 | Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell | 1 | -1/+1 |
2024-03-12 | bulk: Access existing variables initialized to &S->F when available | Philippe Mathieu-Daudé | 1 | -1/+1 |
2024-03-11 | migration/multifd: Implement zero page transmission on the multifd thread. | Hao Xiang | 1 | -5/+16 |
2024-03-01 | migration/multifd: Decouple recv method from pages | Fabiano Rosas | 1 | -3/+3 |
2024-03-01 | migration/multifd: Rename MultiFDSend|RecvParams::data to compress_data | Fabiano Rosas | 1 | -10/+10 |
2024-02-05 | migration/multifd: Move header prepare/fill into send_prepare() | Peter Xu | 1 | -0/+4 |
2024-02-05 | migration/multifd: Drop MultiFDSendParams.normal[] array | Peter Xu | 1 | -3/+4 |
2023-07-25 | migration: spelling fixes | Michael Tokarev | 1 | -1/+1 |
2023-04-24 | migration: Move parameters functions to option.c | Juan Quintela | 1 | -0/+1 |
2022-12-15 | multifd: Create page_size fields into both MultiFD{Recv,Send}Params | Juan Quintela | 1 | -8/+6 |
2022-07-20 | multifd: Copy pages before compressing them with zlib | Ilya Leoshkevich | 1 | -8/+30 |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -2/+2 |
2022-01-28 | multifd: recv side only needs the RAMBlock host address | Juan Quintela | 1 | -1/+1 |
2022-01-28 | multifd: Use normal pages array on the recv side | Juan Quintela | 1 | -4/+4 |
2022-01-28 | multifd: Use normal pages array on the send side | Juan Quintela | 1 | -3/+3 |
2022-01-28 | multifd: Remove send_write() method | Juan Quintela | 1 | -17/+0 |
2022-01-28 | multifd: Make zlib use iov's | Juan Quintela | 1 | -4/+4 |
2022-01-28 | multifd: Use proper maximum compression values | Juan Quintela | 1 | -2/+2 |
2022-01-28 | migration: All this fields are unsigned | Juan Quintela | 1 | -10/+10 |
2021-12-15 | multifd: Make zlib compression method not use iovs | Juan Quintela | 1 | -8/+9 |
2021-12-15 | multifd: remove used parameter from send_recv_pages() method | Juan Quintela | 1 | -5/+4 |
2021-12-15 | multifd: remove used parameter from send_prepare() method | Juan Quintela | 1 | -4/+3 |
2021-12-15 | multifd: Add missing documention | Juan Quintela | 1 | -0/+2 |
2021-12-15 | multifd: Delete useless operation | Juan Quintela | 1 | -9/+4 |
2020-02-28 | multifd: Add zlib compression multifd support | Juan Quintela | 1 | -0/+325 |