index
:
riscv-gnu-toolchain/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-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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
multifd.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-09
migration: Introduce 'qatzip' compression method
Bryan Zhang
1
-2
/
+3
2024-09-03
migration/multifd: Add documentation for multifd methods
Fabiano Rosas
1
-6
/
+70
2024-09-03
migration/multifd: Make MultiFDMethods const
Fabiano Rosas
1
-1
/
+1
2024-09-03
migration/multifd: Move nocomp code into multifd-nocomp.c
Fabiano Rosas
1
-0
/
+5
2024-09-03
migration/multifd: Allow multifd sync without flush
Fabiano Rosas
1
-0
/
+1
2024-09-03
migration/multifd: Replace multifd_send_state->pages with client data
Fabiano Rosas
1
-0
/
+3
2024-09-03
migration/multifd: Remove total pages tracing
Fabiano Rosas
1
-8
/
+0
2024-09-03
migration/multifd: Replace p->pages with an union pointer
Fabiano Rosas
1
-6
/
+1
2024-09-03
migration/multifd: Make MultiFDPages_t:offset a flexible array member
Fabiano Rosas
1
-2
/
+2
2024-09-03
migration/multifd: Introduce MultiFDSendData
Fabiano Rosas
1
-0
/
+26
2024-09-03
migration/multifd: Remove pages->allocated
Fabiano Rosas
1
-2
/
+0
2024-09-03
migration/multifd: Inline page_size and page_count
Fabiano Rosas
1
-8
/
+10
2024-06-14
migration/multifd: add uadk compression framework
Shameer Kolothum
1
-2
/
+3
2024-06-14
migration/multifd: add qpl compression method
Yuan Liu
1
-0
/
+1
2024-03-11
migration/multifd: Implement zero page transmission on the multifd thread.
Hao Xiang
1
-1
/
+22
2024-03-01
migration/multifd: Support incoming mapped-ram stream format
Fabiano Rosas
1
-0
/
+2
2024-03-01
migration/multifd: Add outgoing QIOChannelFile support
Fabiano Rosas
1
-0
/
+1
2024-03-01
migration/multifd: Add a wrapper for channels_created
Fabiano Rosas
1
-0
/
+1
2024-03-01
migration/multifd: Allow receiving pages without packets
Fabiano Rosas
1
-0
/
+15
2024-03-01
migration/multifd: Decouple recv method from pages
Fabiano Rosas
1
-2
/
+2
2024-03-01
migration/multifd: Rename MultiFDSend|RecvParams::data to compress_data
Fabiano Rosas
1
-2
/
+2
2024-02-28
migration/multifd: Drop registered_yank
Peter Xu
1
-2
/
+0
2024-02-07
migration/multifd: Move multifd_send_setup error handling in to the function
Fabiano Rosas
1
-1
/
+1
2024-02-07
migration/multifd: Remove p->running
Fabiano Rosas
1
-5
/
+2
2024-02-07
migration/multifd: Join the TLS thread
Fabiano Rosas
1
-0
/
+2
2024-02-06
migration/multifd: Optimize sender side to be lockless
Peter Xu
1
-2
/
+0
2024-02-05
migration/multifd: Fix MultiFDSendParams.packet_num race
Peter Xu
1
-2
/
+0
2024-02-05
migration/multifd: Stick with send/recv on function names
Peter Xu
1
-5
/
+5
2024-02-05
migration/multifd: Change retval of multifd_queue_page()
Peter Xu
1
-1
/
+1
2024-02-05
migration/multifd: Move header prepare/fill into send_prepare()
Peter Xu
1
-0
/
+1
2024-02-05
migration/multifd: multifd_send_prepare_header()
Peter Xu
1
-0
/
+8
2024-02-05
migration/multifd: Rename p->num_packets and clean it up
Peter Xu
1
-3
/
+3
2024-02-05
migration/multifd: Separate SYNC request with normal jobs
Peter Xu
1
-2
/
+11
2024-02-05
migration/multifd: Drop MultiFDSendParams.normal[] array
Peter Xu
1
-4
/
+0
2024-02-05
migration/multifd: Drop MultiFDSendParams.quit, cleanup error paths
Peter Xu
1
-2
/
+0
2024-01-16
migration/multifd: Remove QEMUFile from where it is not needed
Fabiano Rosas
1
-2
/
+2
2024-01-16
migration/multifd: Remove MultiFDPages_t::packet_num
Fabiano Rosas
1
-2
/
+0
2023-05-10
multifd: Add the ramblock to MultiFDRecvParams
Lukas Straub
1
-0
/
+2
2023-02-13
migration/multifd: Move load_cleanup inside incoming_state_destroy
Leonardo Bras
1
-0
/
+1
2023-02-13
migration/multifd: Change multifd_load_cleanup() signature and usage
Leonardo Bras
1
-1
/
+1
2023-02-06
migration: check magic value for deciding the mapping of channels
manish.mishra
1
-1
/
+1
2022-12-15
multifd: Create page_count fields into both MultiFD{Recv,Send}Params
Juan Quintela
1
-0
/
+4
2022-12-15
multifd: Create page_size fields into both MultiFD{Recv,Send}Params
Juan Quintela
1
-0
/
+4
2022-07-20
multifd: Document the locking of MultiFD{Send/Recv}Params
Juan Quintela
1
-25
/
+41
2022-05-16
multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
Leonardo Bras
1
-0
/
+2
2022-05-16
multifd: multifd_send_sync_main now returns negative on error
Leonardo Bras
1
-1
/
+1
2022-04-21
migration: Move migrate_allow_multifd and helpers into migration.c
Peter Xu
1
-2
/
+0
2022-04-21
migration: Drop multifd tls_hostname cache
Peter Xu
1
-2
/
+0
2022-01-28
multifd: Rename pages_used to normal_pages
Juan Quintela
1
-1
/
+2
2022-01-28
multifd: recv side only needs the RAMBlock host address
Juan Quintela
1
-2
/
+2
[next]