index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
/
multifd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration/multifd: Report to user when zerocopy not working
Leonardo Bras
2022-07-20
1
-0
/
+2
*
migration: Add helpers to detect TLS capability
Peter Xu
2022-07-20
1
-3
/
+1
*
migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limit
Daniel P. Berrangé
2022-06-22
1
-2
/
+2
*
multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
Leonardo Bras
2022-05-16
1
-2
/
+35
*
multifd: Send header packet without flags if zero-copy-send is enabled
Leonardo Bras
2022-05-16
1
-3
/
+19
*
multifd: multifd_send_sync_main now returns negative on error
Leonardo Bras
2022-05-16
1
-4
/
+6
*
migration: Add migrate_use_tls() helper
Leonardo Bras
2022-05-16
1
-4
/
+1
*
migration: Move migrate_allow_multifd and helpers into migration.c
Peter Xu
2022-04-21
1
-15
/
+4
*
migration: Drop multifd tls_hostname cache
Peter Xu
2022-04-21
1
-7
/
+3
*
multifd: Rename pages_used to normal_pages
Juan Quintela
2022-01-28
1
-2
/
+2
*
multifd: recv side only needs the RAMBlock host address
Juan Quintela
2022-01-28
1
-5
/
+2
*
multifd: Use normal pages array on the recv side
Juan Quintela
2022-01-28
1
-25
/
+20
*
multifd: Use normal pages array on the send side
Juan Quintela
2022-01-28
1
-11
/
+19
*
multifd: Unfold "used" variable by its value
Juan Quintela
2022-01-28
1
-5
/
+3
*
multifd: Use a single writev on the send side
Juan Quintela
2022-01-28
1
-12
/
+8
*
multifd: Remove send_write() method
Juan Quintela
2022-01-28
1
-18
/
+2
*
multifd: Move iov from pages to params
Juan Quintela
2022-01-28
1
-10
/
+24
*
migration: All this fields are unsigned
Juan Quintela
2022-01-28
1
-8
/
+8
*
multifd: Shut down the QIO channels to avoid blocking the send threads when t...
Li Zhang
2021-12-15
1
-0
/
+3
*
multifd: Fill offset and block for reception
Juan Quintela
2021-12-15
1
-0
/
+2
*
multifd: remove used parameter from send_recv_pages() method
Juan Quintela
2021-12-15
1
-4
/
+3
*
multifd: remove used parameter from send_prepare() method
Juan Quintela
2021-12-15
1
-6
/
+3
*
multifd: The variable is only used inside the loop
Juan Quintela
2021-12-15
1
-2
/
+1
*
multifd: Add missing documention
Juan Quintela
2021-12-15
1
-0
/
+1
*
multifd: Rename used field to num
Juan Quintela
2021-12-15
1
-19
/
+19
*
migration: Never call twice qemu_target_page_size()
Juan Quintela
2021-12-15
1
-3
/
+4
*
migration: allow enabling mutilfd for specific protocol only
Li Zhijian
2021-10-19
1
-1
/
+1
*
migration: allow multifd for socket protocol only
Li Zhijian
2021-10-19
1
-2
/
+22
*
multifd: Unconditionally unregister yank function
Lukas Straub
2021-10-19
1
-4
/
+1
*
multifd: Implement yank for multifd send side
Lukas Straub
2021-10-19
1
-1
/
+5
*
migration: Introduce migration_ioc_[un]register_yank()
Peter Xu
2021-07-26
1
-6
/
+2
*
migration/socket: Close the listener at the end
Dr. David Alan Gilbert
2021-06-08
1
-0
/
+5
*
yank: Unregister function when using TLS migration
Leonardo Bras
2021-06-08
1
-1
/
+2
*
migration/multifd: Print used_length of memory block
David Hildenbrand
2021-05-13
1
-1
/
+1
*
yank: Remove dependency on qiochannel
Lukas Straub
2021-04-01
1
-1
/
+2
*
migration/tls: add error handling in multifd_tls_handshake_thread
Hao Wang
2021-03-15
1
-1
/
+10
*
migration/tls: fix inverted semantics in multifd_channel_connect
Hao Wang
2021-03-15
1
-5
/
+5
*
migration: Add yank feature
Lukas Straub
2021-01-13
1
-0
/
+10
*
multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling mi...
Chuan Zheng
2020-11-12
1
-0
/
+1
*
migration/multifd: fix hangup with TLS-Multifd due to blocking handshake
Chuan Zheng
2020-11-12
1
-6
/
+17
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
2020-09-28
1
-1
/
+1
|
\
|
*
migration/multifd: Remove superfluous semicolons
Philippe Mathieu-Daudé
2020-09-23
1
-1
/
+1
*
|
migration/tls: add trace points for multifd-tls
Chuan Zheng
2020-09-25
1
-1
/
+9
*
|
migration/tls: add support for multifd tls-handshake
Chuan Zheng
2020-09-25
1
-2
/
+75
*
|
migration/tls: extract cleanup function for common-use
Chuan Zheng
2020-09-25
1
-12
/
+22
*
|
migration/tls: add tls_hostname into MultiFDSendParams
Chuan Zheng
2020-09-25
1
-0
/
+5
*
|
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-9
/
+9
|
/
*
migration/: fix some comment spelling errors
zhaolichang
2020-09-17
1
-2
/
+2
*
migration: fix multifd_send_pages() next channel
Laurent Vivier
2020-06-17
1
-0
/
+6
*
migration/multifd: Do error_free after migrate_set_error to avoid memleaks
Pan Nengyuan
2020-05-07
1
-0
/
+3
[next]