Searched hist:cde85c37 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/migration/ |
H A D | multifd.h | cde85c37 Fri Feb 02 04:28:55 CST 2024 Peter Xu <peterx@redhat.com> migration/multifd: Stick with send/recv on function names
Most of the multifd code uses send/recv to represent the two sides, but some rare cases use save/load.
Since send/recv is the majority, replacing the save/load use cases to use send/recv globally. Now we reach a consensus on the naming.
Reviewed-by: Fabiano Rosas <farosas@suse.de> Link: https://lore.kernel.org/r/20240202102857.110210-22-peterx@redhat.com Signed-off-by: Peter Xu <peterx@redhat.com>
|
H A D | multifd.c | cde85c37 Fri Feb 02 04:28:55 CST 2024 Peter Xu <peterx@redhat.com> migration/multifd: Stick with send/recv on function names
Most of the multifd code uses send/recv to represent the two sides, but some rare cases use save/load.
Since send/recv is the majority, replacing the save/load use cases to use send/recv globally. Now we reach a consensus on the naming.
Reviewed-by: Fabiano Rosas <farosas@suse.de> Link: https://lore.kernel.org/r/20240202102857.110210-22-peterx@redhat.com Signed-off-by: Peter Xu <peterx@redhat.com>
|
H A D | migration.c | cde85c37 Fri Feb 02 04:28:55 CST 2024 Peter Xu <peterx@redhat.com> migration/multifd: Stick with send/recv on function names
Most of the multifd code uses send/recv to represent the two sides, but some rare cases use save/load.
Since send/recv is the majority, replacing the save/load use cases to use send/recv globally. Now we reach a consensus on the naming.
Reviewed-by: Fabiano Rosas <farosas@suse.de> Link: https://lore.kernel.org/r/20240202102857.110210-22-peterx@redhat.com Signed-off-by: Peter Xu <peterx@redhat.com>
|