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.h
Age
Commit message (
Expand
)
Author
2022-04-21
migration: Move migrate_allow_multifd and helpers into migration.c
Peter Xu
2022-04-21
migration: Drop multifd tls_hostname cache
Peter Xu
2022-01-28
multifd: Rename pages_used to normal_pages
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: Move iov from pages to params
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: Rename used field to num
Juan Quintela
2021-10-19
migration: allow multifd for socket protocol only
Li Zhijian
2021-10-19
multifd: Implement yank for multifd send side
Lukas Straub
2020-09-25
migration/tls: add tls_hostname into MultiFDSendParams
Chuan Zheng
2020-02-28
multifd: Add zstd compression multifd support
Juan Quintela
2020-02-28
multifd: Add zlib compression multifd support
Juan Quintela
2020-02-28
multifd: Make no compression operations into its own structure
Juan Quintela
2020-01-29
multifd: Split multifd code into its own file
Juan Quintela