Age | Commit message (Expand) | Author |
2022-07-20 | migration/multifd: Report to user when zerocopy not working | Leonardo Bras |
2022-07-20 | migration: Add helpers to detect TLS capability | Peter Xu |
2022-06-22 | migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limit | Daniel P. Berrangé |
2022-05-16 | multifd: Implement zero copy write in multifd migration (multifd-zero-copy) | Leonardo Bras |
2022-05-16 | multifd: Send header packet without flags if zero-copy-send is enabled | Leonardo Bras |
2022-05-16 | multifd: multifd_send_sync_main now returns negative on error | Leonardo Bras |
2022-05-16 | migration: Add migrate_use_tls() helper | Leonardo Bras |
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: Unfold "used" variable by its value | Juan Quintela |
2022-01-28 | multifd: Use a single writev 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 |
2022-01-28 | migration: All this fields are unsigned | Juan Quintela |
2021-12-15 | multifd: Shut down the QIO channels to avoid blocking the send threads when t... | Li Zhang |
2021-12-15 | multifd: Fill offset and block for reception | 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: The variable is only used inside the loop | Juan Quintela |
2021-12-15 | multifd: Add missing documention | Juan Quintela |
2021-12-15 | multifd: Rename used field to num | Juan Quintela |
2021-12-15 | migration: Never call twice qemu_target_page_size() | Juan Quintela |
2021-10-19 | migration: allow enabling mutilfd for specific protocol only | Li Zhijian |
2021-10-19 | migration: allow multifd for socket protocol only | Li Zhijian |
2021-10-19 | multifd: Unconditionally unregister yank function | Lukas Straub |
2021-10-19 | multifd: Implement yank for multifd send side | Lukas Straub |
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 |