index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
multifd.c
Age
Commit message (
Expand
)
Author
2021-07-26
migration: Introduce migration_ioc_[un]register_yank()
Peter Xu
2021-06-08
migration/socket: Close the listener at the end
Dr. David Alan Gilbert
2021-06-08
yank: Unregister function when using TLS migration
Leonardo Bras
2021-05-13
migration/multifd: Print used_length of memory block
David Hildenbrand
2021-04-01
yank: Remove dependency on qiochannel
Lukas Straub
2021-03-15
migration/tls: add error handling in multifd_tls_handshake_thread
Hao Wang
2021-03-15
migration/tls: fix inverted semantics in multifd_channel_connect
Hao Wang
2021-01-13
migration: Add yank feature
Lukas Straub
2020-11-12
multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling mi...
Chuan Zheng
2020-11-12
migration/multifd: fix hangup with TLS-Multifd due to blocking handshake
Chuan Zheng
2020-09-28
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
2020-09-25
migration/tls: add trace points for multifd-tls
Chuan Zheng
2020-09-25
migration/tls: add support for multifd tls-handshake
Chuan Zheng
2020-09-25
migration/tls: extract cleanup function for common-use
Chuan Zheng
2020-09-25
migration/tls: add tls_hostname into MultiFDSendParams
Chuan Zheng
2020-09-23
migration/multifd: Remove superfluous semicolons
Philippe Mathieu-Daudé
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-17
migration/: fix some comment spelling errors
zhaolichang
2020-06-17
migration: fix multifd_send_pages() next channel
Laurent Vivier
2020-05-07
migration/multifd: Do error_free after migrate_set_error to avoid memleaks
Pan Nengyuan
2020-05-07
migration/multifd: fix memleaks in multifd_new_send_channel_async
Pan Nengyuan
2020-05-04
lockable: replaced locks with lock guard macros where appropriate
Daniel Brodsky
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