aboutsummaryrefslogtreecommitdiff
path: root/migration/multifd-zlib.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-20multifd: Copy pages before compressing them with zlibIlya Leoshkevich1-8/+30
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2022-01-28multifd: recv side only needs the RAMBlock host addressJuan Quintela1-1/+1
2022-01-28multifd: Use normal pages array on the recv sideJuan Quintela1-4/+4
2022-01-28multifd: Use normal pages array on the send sideJuan Quintela1-3/+3
2022-01-28multifd: Remove send_write() methodJuan Quintela1-17/+0
2022-01-28multifd: Make zlib use iov'sJuan Quintela1-4/+4
2022-01-28multifd: Use proper maximum compression valuesJuan Quintela1-2/+2
2022-01-28migration: All this fields are unsignedJuan Quintela1-10/+10
2021-12-15multifd: Make zlib compression method not use iovsJuan Quintela1-8/+9
2021-12-15multifd: remove used parameter from send_recv_pages() methodJuan Quintela1-5/+4
2021-12-15multifd: remove used parameter from send_prepare() methodJuan Quintela1-4/+3
2021-12-15multifd: Add missing documentionJuan Quintela1-0/+2
2021-12-15multifd: Delete useless operationJuan Quintela1-9/+4
2020-02-28multifd: Add zlib compression multifd supportJuan Quintela1-0/+325