summaryrefslogtreecommitdiffstats
path: root/migration/multifd.c
Commit message (Expand)AuthorAgeFilesLines
* 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