aboutsummaryrefslogtreecommitdiff
path: root/migration/multifd.c
AgeCommit message (Expand)Author
2021-01-13migration: Add yank featureLukas Straub
2020-11-12multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling mi...Chuan Zheng
2020-11-12migration/multifd: fix hangup with TLS-Multifd due to blocking handshakeChuan Zheng
2020-09-28Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-09-25migration/tls: add trace points for multifd-tlsChuan Zheng
2020-09-25migration/tls: add support for multifd tls-handshakeChuan Zheng
2020-09-25migration/tls: extract cleanup function for common-useChuan Zheng
2020-09-25migration/tls: add tls_hostname into MultiFDSendParamsChuan Zheng
2020-09-23migration/multifd: Remove superfluous semicolonsPhilippe Mathieu-Daudé
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-17migration/: fix some comment spelling errorszhaolichang
2020-06-17migration: fix multifd_send_pages() next channelLaurent Vivier
2020-05-07migration/multifd: Do error_free after migrate_set_error to avoid memleaksPan Nengyuan
2020-05-07migration/multifd: fix memleaks in multifd_new_send_channel_asyncPan Nengyuan
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky
2020-02-28multifd: Add zlib compression multifd supportJuan Quintela
2020-02-28multifd: Make no compression operations into its own structureJuan Quintela
2020-01-29multifd: Split multifd code into its own fileJuan Quintela