Age | Commit message (Expand) | Author | Files | Lines |
2022-01-28 | multifd: Rename pages_used to normal_pages | Juan Quintela | 1 | -2/+2 |
2022-01-28 | multifd: recv side only needs the RAMBlock host address | Juan Quintela | 1 | -5/+2 |
2022-01-28 | multifd: Use normal pages array on the recv side | Juan Quintela | 1 | -25/+20 |
2022-01-28 | multifd: Use normal pages array on the send side | Juan Quintela | 1 | -11/+19 |
2022-01-28 | multifd: Unfold "used" variable by its value | Juan Quintela | 1 | -5/+3 |
2022-01-28 | multifd: Use a single writev on the send side | Juan Quintela | 1 | -12/+8 |
2022-01-28 | multifd: Remove send_write() method | Juan Quintela | 1 | -18/+2 |
2022-01-28 | multifd: Move iov from pages to params | Juan Quintela | 1 | -10/+24 |
2022-01-28 | migration: All this fields are unsigned | Juan Quintela | 1 | -8/+8 |
2021-12-15 | multifd: Shut down the QIO channels to avoid blocking the send threads when t... | Li Zhang | 1 | -0/+3 |
2021-12-15 | multifd: Fill offset and block for reception | Juan Quintela | 1 | -0/+2 |
2021-12-15 | multifd: remove used parameter from send_recv_pages() method | Juan Quintela | 1 | -4/+3 |
2021-12-15 | multifd: remove used parameter from send_prepare() method | Juan Quintela | 1 | -6/+3 |
2021-12-15 | multifd: The variable is only used inside the loop | Juan Quintela | 1 | -2/+1 |
2021-12-15 | multifd: Add missing documention | Juan Quintela | 1 | -0/+1 |
2021-12-15 | multifd: Rename used field to num | Juan Quintela | 1 | -19/+19 |
2021-12-15 | migration: Never call twice qemu_target_page_size() | Juan Quintela | 1 | -3/+4 |
2021-10-19 | migration: allow enabling mutilfd for specific protocol only | Li Zhijian | 1 | -1/+1 |
2021-10-19 | migration: allow multifd for socket protocol only | Li Zhijian | 1 | -2/+22 |
2021-10-19 | multifd: Unconditionally unregister yank function | Lukas Straub | 1 | -4/+1 |
2021-10-19 | multifd: Implement yank for multifd send side | Lukas Straub | 1 | -1/+5 |
2021-07-26 | migration: Introduce migration_ioc_[un]register_yank() | Peter Xu | 1 | -6/+2 |
2021-06-08 | migration/socket: Close the listener at the end | Dr. David Alan Gilbert | 1 | -0/+5 |
2021-06-08 | yank: Unregister function when using TLS migration | Leonardo Bras | 1 | -1/+2 |
2021-05-13 | migration/multifd: Print used_length of memory block | David Hildenbrand | 1 | -1/+1 |
2021-04-01 | yank: Remove dependency on qiochannel | Lukas Straub | 1 | -1/+2 |
2021-03-15 | migration/tls: add error handling in multifd_tls_handshake_thread | Hao Wang | 1 | -1/+10 |
2021-03-15 | migration/tls: fix inverted semantics in multifd_channel_connect | Hao Wang | 1 | -5/+5 |
2021-01-13 | migration: Add yank feature | Lukas Straub | 1 | -0/+10 |
2020-11-12 | multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling mi... | Chuan Zheng | 1 | -0/+1 |
2020-11-12 | migration/multifd: fix hangup with TLS-Multifd due to blocking handshake | Chuan Zheng | 1 | -6/+17 |
2020-09-28 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 1 | -1/+1 |
2020-09-25 | migration/tls: add trace points for multifd-tls | Chuan Zheng | 1 | -1/+9 |
2020-09-25 | migration/tls: add support for multifd tls-handshake | Chuan Zheng | 1 | -2/+75 |
2020-09-25 | migration/tls: extract cleanup function for common-use | Chuan Zheng | 1 | -12/+22 |
2020-09-25 | migration/tls: add tls_hostname into MultiFDSendParams | Chuan Zheng | 1 | -0/+5 |
2020-09-23 | migration/multifd: Remove superfluous semicolons | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 1 | -9/+9 |
2020-09-17 | migration/: fix some comment spelling errors | zhaolichang | 1 | -2/+2 |
2020-06-17 | migration: fix multifd_send_pages() next channel | Laurent Vivier | 1 | -0/+6 |
2020-05-07 | migration/multifd: Do error_free after migrate_set_error to avoid memleaks | Pan Nengyuan | 1 | -0/+3 |
2020-05-07 | migration/multifd: fix memleaks in multifd_new_send_channel_async | Pan Nengyuan | 1 | -0/+2 |
2020-05-04 | lockable: replaced locks with lock guard macros where appropriate | Daniel Brodsky | 1 | -4/+4 |
2020-02-28 | multifd: Add zlib compression multifd support | Juan Quintela | 1 | -0/+6 |
2020-02-28 | multifd: Make no compression operations into its own structure | Juan Quintela | 1 | -8/+177 |
2020-01-29 | multifd: Split multifd code into its own file | Juan Quintela | 1 | -0/+899 |