index
:
qemu/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-10.2
stable-11.0
stable-11.1
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-10.2
staging-11.0
staging-11.1
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
multifd.c
Age
Commit message (
Expand
)
Author
14 days
migration/multifd: fix Error leak in multifd_recv_terminate_threads()
Marc-André Lureau
2026-05-20
migration/multifd: cache channel count in multifd_send_sync_main
Bin Guo
2026-05-20
migration/multifd: cache migrate_multifd_channels() in send/recv hot paths
Bin Guo
2026-05-20
migration/multifd: fix off-by-one in recv channel ID validation
Bin Guo
2026-03-17
migration/multifd: Fix leaks of TLS error objects
Fabiano Rosas
2026-03-09
multifd: Fix hang if send thread errors during sync
Lukas Straub
2026-03-09
multifd: Add COLO support
Lukas Straub
2026-03-09
multifd: Move ram state receive into multifd_ram_state_recv()
Lukas Straub
2026-03-09
migration: introduce MIGRATION_STATUS_FAILING
Prasad Pandit
2026-01-23
migration: Move setting of QEMUFile into migration_outgoing|incoming_setup
Fabiano Rosas
2026-01-23
migration: Cleanup TLS handshake hostname passing
Fabiano Rosas
2026-01-23
migration: Drop deprecated QMP command query-migrationthreads
Markus Armbruster
2026-01-17
migration: Drop use of Stat64
Richard Henderson
2025-12-23
migration: Replace migrate_set_error() with migrate_error_propagate()
Peter Xu
2025-12-23
migration: Make multifd_recv_terminate_threads() own the error
Peter Xu
2025-12-23
migration: Make multifd_send_set_error() own the error
Peter Xu
2025-12-02
migration: Fix double-free on error path
Markus Armbruster
2025-11-21
migration: Use warn_reportf_err() where appropriate
Markus Armbruster
2025-11-21
migration: Plug memory leaks after migrate_set_error()
Markus Armbruster
2025-10-03
migration/multifd/tls: Cleanup BYE message processing on sender side
Peter Xu
2025-05-20
migration/multifd: Don't send device state packets with zerocopy flag
Maciej S. Szmigiero
2025-05-20
migration: enable multifd and postcopy together
Prasad Pandit
2025-05-02
migration/multifd: move macros to multifd header
Prasad Pandit
2025-04-23
include/system: Move exec/ramblock.h to system/ramblock.h
Richard Henderson
2025-03-06
migration/multifd: Make MultiFDSendData a struct
Peter Xu
2025-03-06
migration/multifd: Device state transfer support - send side
Maciej S. Szmigiero
2025-03-06
migration/multifd: Add an explicit MultiFDSendData destructor
Maciej S. Szmigiero
2025-03-06
migration/multifd: Make multifd_send() thread safe
Maciej S. Szmigiero
2025-03-06
migration/multifd: Device state transfer support - receive side
Maciej S. Szmigiero
2025-03-06
migration/multifd: Split packet into header and RAM data
Maciej S. Szmigiero
2025-02-14
migration: Change migrate_fd_ to migration_
Fabiano Rosas
2025-02-14
migration/multifd: Add a compat property for TLS termination
Fabiano Rosas
2025-02-14
migration/multifd: Terminate the TLS connection
Fabiano Rosas
2025-01-09
migration/multifd: Fix compat with QEMU < 9.0
Fabiano Rosas
2025-01-09
migration/multifd: Allow to sync with sender threads only
Peter Xu
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-11-13
migration: fix-possible-int-overflow
Dmitry Frolov
2024-10-31
migration/multifd: Zero p->flags before starting filling a packet
Maciej S. Szmigiero
2024-10-31
migration: Put thread names together with macros
Peter Xu
2024-09-03
migration/multifd: Add a couple of asserts for p->iov
Fabiano Rosas
2024-09-03
migration/multifd: Stop changing the packet on recv side
Fabiano Rosas
2024-09-03
migration/multifd: Make MultiFDMethods const
Fabiano Rosas
2024-09-03
migration/multifd: Move nocomp code into multifd-nocomp.c
Fabiano Rosas
2024-09-03
migration/multifd: Register nocomp ops dynamically
Fabiano Rosas
2024-09-03
migration/multifd: Standardize on multifd ops names
Fabiano Rosas
2024-09-03
migration/multifd: Allow multifd sync without flush
Fabiano Rosas
2024-09-03
migration/multifd: Replace multifd_send_state->pages with client data
Fabiano Rosas
2024-09-03
migration/multifd: Don't send ram data during SYNC
Fabiano Rosas
2024-09-03
migration/multifd: Isolate ram pages packet data
Fabiano Rosas
2024-09-03
migration/multifd: Remove total pages tracing
Fabiano Rosas
[next]