index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
/
multifd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
migration/multifd: multifd_send_kick_main()
Peter Xu
2024-02-05
1
-6
/
+15
*
migration/multifd: Drop stale comment for multifd zero copy
Peter Xu
2024-02-05
1
-11
/
+0
*
migration/multifd: Change multifd_pages_init argument
Fabiano Rosas
2024-01-16
1
-3
/
+3
*
migration/multifd: Remove QEMUFile from where it is not needed
Fabiano Rosas
2024-01-16
1
-6
/
+6
*
migration/multifd: Remove MultiFDPages_t::packet_num
Fabiano Rosas
2024-01-16
1
-1
/
+0
*
migration/multifd: Remove unnecessary usage of local Error
Avihai Horon
2024-01-04
1
-6
/
+2
*
migration/multifd: Fix leaking of Error in TLS error flow
Avihai Horon
2024-01-04
1
-0
/
+2
*
migration/multifd: Simplify multifd_channel_connect() if else statement
Avihai Horon
2024-01-04
1
-7
/
+6
*
migration/multifd: Fix error message in multifd_recv_initial_packet()
Avihai Horon
2024-01-04
1
-2
/
+2
*
migration/multifd: Stop setting p->ioc before connecting
Fabiano Rosas
2023-11-30
1
-2
/
+1
*
migration: Remove transferred atomic counter
Juan Quintela
2023-10-31
1
-3
/
+0
*
migration/multifd: Stop checking p->quit in multifd_send_thread
Fabiano Rosas
2023-10-20
1
-3
/
+0
*
migration/multifd: Clarify Error usage in multifd_channel_connect
Fabiano Rosas
2023-10-17
1
-32
/
+28
*
migration/multifd: Unify multifd_send_thread error paths
Fabiano Rosas
2023-10-17
1
-9
/
+3
*
migration/multifd: Remove direct "socket" references
Fabiano Rosas
2023-10-17
1
-6
/
+16
*
multifd: reset next_packet_len after sending pages
Elena Ufimtseva
2023-10-17
1
-0
/
+1
*
multifd: fix counters in multifd_send_thread
Elena Ufimtseva
2023-10-17
1
-4
/
+4
*
migration/multifd: Rename threadinfo.c functions
Fabiano Rosas
2023-07-26
1
-2
/
+2
*
migration: spelling fixes
Michael Tokarev
2023-07-25
1
-1
/
+1
*
bulk: Remove pointless QOM casts
Philippe Mathieu-Daudé
2023-06-05
1
-1
/
+1
*
migration/multifd: Compute transferred bytes correctly
Juan Quintela
2023-05-18
1
-5
/
+8
*
migration: We don't need the field rate_limit_used anymore
Juan Quintela
2023-05-18
1
-1
/
+0
*
migration: Move rate_limit_max and rate_limit_used to migration_stats
Juan Quintela
2023-05-18
1
-1
/
+1
*
multifd: Add the ramblock to MultiFDRecvParams
Lukas Straub
2023-05-10
1
-6
/
+5
*
migration: Drop unused parameter for migration_tls_client_create()
Juan Quintela
2023-05-03
1
-1
/
+1
*
migration: Rename ram_counters to mig_stats
Juan Quintela
2023-05-03
1
-3
/
+3
*
migration: Move ram_stats to its own file migration-stats.[ch]
Juan Quintela
2023-05-03
1
-0
/
+1
*
multifd: We already account for this packet on the multifd thread
Juan Quintela
2023-05-03
1
-3
/
+0
*
multifd: Fix the number of channels ready
Juan Quintela
2023-04-27
1
-1
/
+2
*
migration: Move migrate_use_zero_copy_send() to options.c
Juan Quintela
2023-04-24
1
-4
/
+4
*
migration: Move migrate_use_multifd() to options.c
Juan Quintela
2023-04-24
1
-8
/
+8
*
migration: Make dirty_sync_missed_zero_copy atomic
Juan Quintela
2023-04-24
1
-1
/
+1
*
migration: Make multifd_bytes atomic
Juan Quintela
2023-04-24
1
-2
/
+2
*
migration: Update atomic stats out of the mutex
Juan Quintela
2023-04-24
1
-2
/
+2
*
migration: Merge ram_counters and ram_atomic_counters
Juan Quintela
2023-04-24
1
-2
/
+2
*
migration/multifd: correct multifd_send_thread to trace the flags
Wei Wang
2023-03-16
1
-1
/
+2
*
migration/multifd: Move load_cleanup inside incoming_state_destroy
Leonardo Bras
2023-02-13
1
-0
/
+7
*
migration/multifd: Join all multifd threads in order to avoid leaks
Leonardo Bras
2023-02-13
1
-1
/
+2
*
migration/multifd: Remove unnecessary assignment on multifd_load_cleanup()
Leonardo Bras
2023-02-13
1
-1
/
+0
*
migration/multifd: Change multifd_load_cleanup() signature and usage
Leonardo Bras
2023-02-13
1
-4
/
+2
*
migration: Rework multi-channel checks on URI
Peter Xu
2023-02-11
1
-10
/
+2
*
multifd: Remove some redundant code
Li Zhang
2023-02-11
1
-11
/
+4
*
multifd: cleanup the function multifd_channel_connect
Li Zhang
2023-02-11
1
-22
/
+21
*
migration: save/delete migration thread info
Jiang Jiacheng
2023-02-06
1
-0
/
+5
*
multifd: Fix flush of zero copy page send request
Zhenzhong Duan
2023-02-06
1
-4
/
+4
*
multifd: Fix a race on reading MultiFDPages_t.block
Zhenzhong Duan
2023-02-06
1
-2
/
+5
*
migration: check magic value for deciding the mapping of channels
manish.mishra
2023-02-06
1
-9
/
+10
*
migration: Use atomic ops properly for page accountings
Peter Xu
2022-12-15
1
-2
/
+2
*
multifd: Create page_count fields into both MultiFD{Recv,Send}Params
Juan Quintela
2022-12-15
1
-3
/
+4
*
multifd: Create page_size fields into both MultiFD{Recv,Send}Params
Juan Quintela
2022-12-15
1
-10
/
+8
[prev]
[next]