index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
multifd-zstd.c
Age
Commit message (
Expand
)
Author
2024-04-23
migration/multifd: solve zero page causing multiple page faults
Yuan Liu
2024-03-11
migration/multifd: Implement zero page transmission on the multifd thread.
Hao Xiang
2024-03-01
migration/multifd: Decouple recv method from pages
Fabiano Rosas
2024-03-01
migration/multifd: Rename MultiFDSend|RecvParams::data to compress_data
Fabiano Rosas
2024-02-05
migration/multifd: Move header prepare/fill into send_prepare()
Peter Xu
2024-02-05
migration/multifd: Drop MultiFDSendParams.normal[] array
Peter Xu
2023-07-25
migration: spelling fixes
Michael Tokarev
2023-04-24
migration: Move parameters functions to option.c
Juan Quintela
2022-12-15
multifd: Create page_size fields into both MultiFD{Recv,Send}Params
Juan Quintela
2022-01-28
multifd: recv side only needs the RAMBlock host address
Juan Quintela
2022-01-28
multifd: Use normal pages array on the recv side
Juan Quintela
2022-01-28
multifd: Use normal pages array on the send side
Juan Quintela
2022-01-28
multifd: Remove send_write() method
Juan Quintela
2022-01-28
multifd: Make zstd use iov's
Juan Quintela
2022-01-28
multifd: Use proper maximum compression values
Juan Quintela
2022-01-28
migration: All this fields are unsigned
Juan Quintela
2021-12-15
multifd: Make zstd compression method not use iovs
Juan Quintela
2021-12-15
multifd: remove used parameter from send_recv_pages() method
Juan Quintela
2021-12-15
multifd: remove used parameter from send_prepare() method
Juan Quintela
2021-12-15
multifd: Add missing documention
Juan Quintela
2021-12-15
multifd: Delete useless operation
Juan Quintela
2020-02-28
multifd: Add zstd compression multifd support
Juan Quintela