summaryrefslogtreecommitdiff
path: root/migration/multifd.c
AgeCommit message (Expand)Author
14 daysmigration/multifd: fix Error leak in multifd_recv_terminate_threads()Marc-André Lureau
2026-05-20migration/multifd: cache channel count in multifd_send_sync_mainBin Guo
2026-05-20migration/multifd: cache migrate_multifd_channels() in send/recv hot pathsBin Guo
2026-05-20migration/multifd: fix off-by-one in recv channel ID validationBin Guo
2026-03-17migration/multifd: Fix leaks of TLS error objectsFabiano Rosas
2026-03-09multifd: Fix hang if send thread errors during syncLukas Straub
2026-03-09multifd: Add COLO supportLukas Straub
2026-03-09multifd: Move ram state receive into multifd_ram_state_recv()Lukas Straub
2026-03-09migration: introduce MIGRATION_STATUS_FAILINGPrasad Pandit
2026-01-23migration: Move setting of QEMUFile into migration_outgoing|incoming_setupFabiano Rosas
2026-01-23migration: Cleanup TLS handshake hostname passingFabiano Rosas
2026-01-23migration: Drop deprecated QMP command query-migrationthreadsMarkus Armbruster
2026-01-17migration: Drop use of Stat64Richard Henderson
2025-12-23migration: Replace migrate_set_error() with migrate_error_propagate()Peter Xu
2025-12-23migration: Make multifd_recv_terminate_threads() own the errorPeter Xu
2025-12-23migration: Make multifd_send_set_error() own the errorPeter Xu
2025-12-02migration: Fix double-free on error pathMarkus Armbruster
2025-11-21migration: Use warn_reportf_err() where appropriateMarkus Armbruster
2025-11-21migration: Plug memory leaks after migrate_set_error()Markus Armbruster
2025-10-03migration/multifd/tls: Cleanup BYE message processing on sender sidePeter Xu
2025-05-20migration/multifd: Don't send device state packets with zerocopy flagMaciej S. Szmigiero
2025-05-20migration: enable multifd and postcopy togetherPrasad Pandit
2025-05-02migration/multifd: move macros to multifd headerPrasad Pandit
2025-04-23include/system: Move exec/ramblock.h to system/ramblock.hRichard Henderson
2025-03-06migration/multifd: Make MultiFDSendData a structPeter Xu
2025-03-06migration/multifd: Device state transfer support - send sideMaciej S. Szmigiero
2025-03-06migration/multifd: Add an explicit MultiFDSendData destructorMaciej S. Szmigiero
2025-03-06migration/multifd: Make multifd_send() thread safeMaciej S. Szmigiero
2025-03-06migration/multifd: Device state transfer support - receive sideMaciej S. Szmigiero
2025-03-06migration/multifd: Split packet into header and RAM dataMaciej S. Szmigiero
2025-02-14migration: Change migrate_fd_ to migration_Fabiano Rosas
2025-02-14migration/multifd: Add a compat property for TLS terminationFabiano Rosas
2025-02-14migration/multifd: Terminate the TLS connectionFabiano Rosas
2025-01-09migration/multifd: Fix compat with QEMU < 9.0Fabiano Rosas
2025-01-09migration/multifd: Allow to sync with sender threads onlyPeter Xu
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé
2024-11-13migration: fix-possible-int-overflowDmitry Frolov
2024-10-31migration/multifd: Zero p->flags before starting filling a packetMaciej S. Szmigiero
2024-10-31migration: Put thread names together with macrosPeter Xu
2024-09-03migration/multifd: Add a couple of asserts for p->iovFabiano Rosas
2024-09-03migration/multifd: Stop changing the packet on recv sideFabiano Rosas
2024-09-03migration/multifd: Make MultiFDMethods constFabiano Rosas
2024-09-03migration/multifd: Move nocomp code into multifd-nocomp.cFabiano Rosas
2024-09-03migration/multifd: Register nocomp ops dynamicallyFabiano Rosas
2024-09-03migration/multifd: Standardize on multifd ops namesFabiano Rosas
2024-09-03migration/multifd: Allow multifd sync without flushFabiano Rosas
2024-09-03migration/multifd: Replace multifd_send_state->pages with client dataFabiano Rosas
2024-09-03migration/multifd: Don't send ram data during SYNCFabiano Rosas
2024-09-03migration/multifd: Isolate ram pages packet dataFabiano Rosas
2024-09-03migration/multifd: Remove total pages tracingFabiano Rosas