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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-16
migration/multifd: correct multifd_send_thread to trace the flags
Wei Wang
1
-1
/
+2
2023-02-13
migration/multifd: Move load_cleanup inside incoming_state_destroy
Leonardo Bras
1
-0
/
+7
2023-02-13
migration/multifd: Join all multifd threads in order to avoid leaks
Leonardo Bras
1
-1
/
+2
2023-02-13
migration/multifd: Remove unnecessary assignment on multifd_load_cleanup()
Leonardo Bras
1
-1
/
+0
2023-02-13
migration/multifd: Change multifd_load_cleanup() signature and usage
Leonardo Bras
1
-4
/
+2
2023-02-11
migration: Rework multi-channel checks on URI
Peter Xu
1
-10
/
+2
2023-02-11
multifd: Remove some redundant code
Li Zhang
1
-11
/
+4
2023-02-11
multifd: cleanup the function multifd_channel_connect
Li Zhang
1
-22
/
+21
2023-02-06
migration: save/delete migration thread info
Jiang Jiacheng
1
-0
/
+5
2023-02-06
multifd: Fix flush of zero copy page send request
Zhenzhong Duan
1
-4
/
+4
2023-02-06
multifd: Fix a race on reading MultiFDPages_t.block
Zhenzhong Duan
1
-2
/
+5
2023-02-06
migration: check magic value for deciding the mapping of channels
manish.mishra
1
-9
/
+10
2022-12-15
migration: Use atomic ops properly for page accountings
Peter Xu
1
-2
/
+2
2022-12-15
multifd: Create page_count fields into both MultiFD{Recv,Send}Params
Juan Quintela
1
-3
/
+4
2022-12-15
multifd: Create page_size fields into both MultiFD{Recv,Send}Params
Juan Quintela
1
-10
/
+8
2022-11-21
migration/multifd/zero-copy: Create helper function for flushing
Leonardo Bras
1
-11
/
+19
2022-07-20
migration/multifd: Report to user when zerocopy not working
Leonardo Bras
1
-0
/
+2
2022-07-20
migration: Add helpers to detect TLS capability
Peter Xu
1
-3
/
+1
2022-06-22
migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limit
Daniel P. Berrangé
1
-2
/
+2
2022-05-16
multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
Leonardo Bras
1
-2
/
+35
2022-05-16
multifd: Send header packet without flags if zero-copy-send is enabled
Leonardo Bras
1
-3
/
+19
2022-05-16
multifd: multifd_send_sync_main now returns negative on error
Leonardo Bras
1
-4
/
+6
2022-05-16
migration: Add migrate_use_tls() helper
Leonardo Bras
1
-4
/
+1
2022-04-21
migration: Move migrate_allow_multifd and helpers into migration.c
Peter Xu
1
-15
/
+4
2022-04-21
migration: Drop multifd tls_hostname cache
Peter Xu
1
-7
/
+3
2022-01-28
multifd: Rename pages_used to normal_pages
Juan Quintela
1
-2
/
+2
2022-01-28
multifd: recv side only needs the RAMBlock host address
Juan Quintela
1
-5
/
+2
2022-01-28
multifd: Use normal pages array on the recv side
Juan Quintela
1
-25
/
+20
2022-01-28
multifd: Use normal pages array on the send side
Juan Quintela
1
-11
/
+19
2022-01-28
multifd: Unfold "used" variable by its value
Juan Quintela
1
-5
/
+3
2022-01-28
multifd: Use a single writev on the send side
Juan Quintela
1
-12
/
+8
2022-01-28
multifd: Remove send_write() method
Juan Quintela
1
-18
/
+2
2022-01-28
multifd: Move iov from pages to params
Juan Quintela
1
-10
/
+24
2022-01-28
migration: All this fields are unsigned
Juan Quintela
1
-8
/
+8
2021-12-15
multifd: Shut down the QIO channels to avoid blocking the send threads when t...
Li Zhang
1
-0
/
+3
2021-12-15
multifd: Fill offset and block for reception
Juan Quintela
1
-0
/
+2
2021-12-15
multifd: remove used parameter from send_recv_pages() method
Juan Quintela
1
-4
/
+3
2021-12-15
multifd: remove used parameter from send_prepare() method
Juan Quintela
1
-6
/
+3
2021-12-15
multifd: The variable is only used inside the loop
Juan Quintela
1
-2
/
+1
2021-12-15
multifd: Add missing documention
Juan Quintela
1
-0
/
+1
2021-12-15
multifd: Rename used field to num
Juan Quintela
1
-19
/
+19
2021-12-15
migration: Never call twice qemu_target_page_size()
Juan Quintela
1
-3
/
+4
2021-10-19
migration: allow enabling mutilfd for specific protocol only
Li Zhijian
1
-1
/
+1
2021-10-19
migration: allow multifd for socket protocol only
Li Zhijian
1
-2
/
+22
2021-10-19
multifd: Unconditionally unregister yank function
Lukas Straub
1
-4
/
+1
2021-10-19
multifd: Implement yank for multifd send side
Lukas Straub
1
-1
/
+5
2021-07-26
migration: Introduce migration_ioc_[un]register_yank()
Peter Xu
1
-6
/
+2
2021-06-08
migration/socket: Close the listener at the end
Dr. David Alan Gilbert
1
-0
/
+5
2021-06-08
yank: Unregister function when using TLS migration
Leonardo Bras
1
-1
/
+2
2021-05-13
migration/multifd: Print used_length of memory block
David Hildenbrand
1
-1
/
+1
[next]