index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
multifd.c
Age
Commit message (
Expand
)
Author
2023-05-10
multifd: Add the ramblock to MultiFDRecvParams
Lukas Straub
2023-05-03
migration: Drop unused parameter for migration_tls_client_create()
Juan Quintela
2023-05-03
migration: Rename ram_counters to mig_stats
Juan Quintela
2023-05-03
migration: Move ram_stats to its own file migration-stats.[ch]
Juan Quintela
2023-05-03
multifd: We already account for this packet on the multifd thread
Juan Quintela
2023-04-27
multifd: Fix the number of channels ready
Juan Quintela
2023-04-24
migration: Move migrate_use_zero_copy_send() to options.c
Juan Quintela
2023-04-24
migration: Move migrate_use_multifd() to options.c
Juan Quintela
2023-04-24
migration: Make dirty_sync_missed_zero_copy atomic
Juan Quintela
2023-04-24
migration: Make multifd_bytes atomic
Juan Quintela
2023-04-24
migration: Update atomic stats out of the mutex
Juan Quintela
2023-04-24
migration: Merge ram_counters and ram_atomic_counters
Juan Quintela
2023-03-16
migration/multifd: correct multifd_send_thread to trace the flags
Wei Wang
2023-02-13
migration/multifd: Move load_cleanup inside incoming_state_destroy
Leonardo Bras
2023-02-13
migration/multifd: Join all multifd threads in order to avoid leaks
Leonardo Bras
2023-02-13
migration/multifd: Remove unnecessary assignment on multifd_load_cleanup()
Leonardo Bras
2023-02-13
migration/multifd: Change multifd_load_cleanup() signature and usage
Leonardo Bras
2023-02-11
migration: Rework multi-channel checks on URI
Peter Xu
2023-02-11
multifd: Remove some redundant code
Li Zhang
2023-02-11
multifd: cleanup the function multifd_channel_connect
Li Zhang
2023-02-06
migration: save/delete migration thread info
Jiang Jiacheng
2023-02-06
multifd: Fix flush of zero copy page send request
Zhenzhong Duan
2023-02-06
multifd: Fix a race on reading MultiFDPages_t.block
Zhenzhong Duan
2023-02-06
migration: check magic value for deciding the mapping of channels
manish.mishra
2022-12-15
migration: Use atomic ops properly for page accountings
Peter Xu
2022-12-15
multifd: Create page_count fields into both MultiFD{Recv,Send}Params
Juan Quintela
2022-12-15
multifd: Create page_size fields into both MultiFD{Recv,Send}Params
Juan Quintela
2022-11-21
migration/multifd/zero-copy: Create helper function for flushing
Leonardo Bras
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
[next]