summaryrefslogtreecommitdiffstats
path: root/migration/multifd.c
Commit message (Expand)AuthorAgeFilesLines
* migration/socket: Close the listener at the endDr. David Alan Gilbert2021-06-081-0/+5
* yank: Unregister function when using TLS migrationLeonardo Bras2021-06-081-1/+2
* migration/multifd: Print used_length of memory blockDavid Hildenbrand2021-05-131-1/+1
* yank: Remove dependency on qiochannelLukas Straub2021-04-011-1/+2
* migration/tls: add error handling in multifd_tls_handshake_threadHao Wang2021-03-151-1/+10
* migration/tls: fix inverted semantics in multifd_channel_connectHao Wang2021-03-151-5/+5
* migration: Add yank featureLukas Straub2021-01-131-0/+10
* multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling mi...Chuan Zheng2020-11-121-0/+1
* migration/multifd: fix hangup with TLS-Multifd due to blocking handshakeChuan Zheng2020-11-121-6/+17
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-281-1/+1
|\
| * migration/multifd: Remove superfluous semicolonsPhilippe Mathieu-Daudé2020-09-231-1/+1
* | migration/tls: add trace points for multifd-tlsChuan Zheng2020-09-251-1/+9
* | migration/tls: add support for multifd tls-handshakeChuan Zheng2020-09-251-2/+75
* | migration/tls: extract cleanup function for common-useChuan Zheng2020-09-251-12/+22
* | migration/tls: add tls_hostname into MultiFDSendParamsChuan Zheng2020-09-251-0/+5
* | qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-9/+9
|/
* migration/: fix some comment spelling errorszhaolichang2020-09-171-2/+2
* migration: fix multifd_send_pages() next channelLaurent Vivier2020-06-171-0/+6
* migration/multifd: Do error_free after migrate_set_error to avoid memleaksPan Nengyuan2020-05-071-0/+3
* migration/multifd: fix memleaks in multifd_new_send_channel_asyncPan Nengyuan2020-05-071-0/+2
* lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky2020-05-041-4/+4
* multifd: Add zlib compression multifd supportJuan Quintela2020-02-281-0/+6
* multifd: Make no compression operations into its own structureJuan Quintela2020-02-281-8/+177
* multifd: Split multifd code into its own fileJuan Quintela2020-01-291-0/+899