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.h
Age
Commit message (
Expand
)
Author
2024-09-09
migration: Introduce 'qatzip' compression method
Bryan Zhang
2024-09-03
migration/multifd: Add documentation for multifd methods
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: 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: Remove total pages tracing
Fabiano Rosas
2024-09-03
migration/multifd: Replace p->pages with an union pointer
Fabiano Rosas
2024-09-03
migration/multifd: Make MultiFDPages_t:offset a flexible array member
Fabiano Rosas
2024-09-03
migration/multifd: Introduce MultiFDSendData
Fabiano Rosas
2024-09-03
migration/multifd: Remove pages->allocated
Fabiano Rosas
2024-09-03
migration/multifd: Inline page_size and page_count
Fabiano Rosas
2024-06-14
migration/multifd: add uadk compression framework
Shameer Kolothum
2024-06-14
migration/multifd: add qpl compression method
Yuan Liu
2024-03-11
migration/multifd: Implement zero page transmission on the multifd thread.
Hao Xiang
2024-03-01
migration/multifd: Support incoming mapped-ram stream format
Fabiano Rosas
2024-03-01
migration/multifd: Add outgoing QIOChannelFile support
Fabiano Rosas
2024-03-01
migration/multifd: Add a wrapper for channels_created
Fabiano Rosas
2024-03-01
migration/multifd: Allow receiving pages without packets
Fabiano Rosas
2024-03-01
migration/multifd: Decouple recv method from pages
Fabiano Rosas
2024-03-01
migration/multifd: Rename MultiFDSend|RecvParams::data to compress_data
Fabiano Rosas
2024-02-28
migration/multifd: Drop registered_yank
Peter Xu
2024-02-07
migration/multifd: Move multifd_send_setup error handling in to the function
Fabiano Rosas
2024-02-07
migration/multifd: Remove p->running
Fabiano Rosas
2024-02-07
migration/multifd: Join the TLS thread
Fabiano Rosas
2024-02-06
migration/multifd: Optimize sender side to be lockless
Peter Xu
2024-02-05
migration/multifd: Fix MultiFDSendParams.packet_num race
Peter Xu
2024-02-05
migration/multifd: Stick with send/recv on function names
Peter Xu
2024-02-05
migration/multifd: Change retval of multifd_queue_page()
Peter Xu
2024-02-05
migration/multifd: Move header prepare/fill into send_prepare()
Peter Xu
2024-02-05
migration/multifd: multifd_send_prepare_header()
Peter Xu
2024-02-05
migration/multifd: Rename p->num_packets and clean it up
Peter Xu
2024-02-05
migration/multifd: Separate SYNC request with normal jobs
Peter Xu
2024-02-05
migration/multifd: Drop MultiFDSendParams.normal[] array
Peter Xu
2024-02-05
migration/multifd: Drop MultiFDSendParams.quit, cleanup error paths
Peter Xu
2024-01-16
migration/multifd: Remove QEMUFile from where it is not needed
Fabiano Rosas
2024-01-16
migration/multifd: Remove MultiFDPages_t::packet_num
Fabiano Rosas
2023-05-10
multifd: Add the ramblock to MultiFDRecvParams
Lukas Straub
2023-02-13
migration/multifd: Move load_cleanup inside incoming_state_destroy
Leonardo Bras
2023-02-13
migration/multifd: Change multifd_load_cleanup() signature and usage
Leonardo Bras
2023-02-06
migration: check magic value for deciding the mapping of channels
manish.mishra
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-07-20
multifd: Document the locking of MultiFD{Send/Recv}Params
Juan Quintela
2022-05-16
multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
Leonardo Bras
2022-05-16
multifd: multifd_send_sync_main now returns negative on error
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
[next]