mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() When the source VM attempts to connect to the destination VM's Unix domain socket (cpr.sock) during a cpr-transfer test, race conditions can occur if the socket file isn't ready. This can lead to connection failures when running tests. This patch creates and listens on the socket in advance, and passes the pre-listened FD directly. This avoids timing issues and improves the reliability of CPR tests. Reviewed-by: Jason J. Herne <jjherne@linux.ibm.com> Signed-off-by: Jaehoon Kim <jhkim@linux.ibm.com> Reviewed-by: Steve Sistare <steven.sistare@oracle.com> Link: https://lore.kernel.org/r/20250611205610.147008-2-jhkim@linux.ibm.com [peterx: null-initialize opts_target, per Steve] Signed-off-by: Peter Xu <peterx@redhat.com> |
5 days ago | |
---|---|---|
.. | ||
aarch64 | ||
i386 | ||
ppc64 | ||
s390x | ||
Makefile | ||
bootfile.c | 7 months ago | |
bootfile.h | 7 months ago | |
compression-tests.c | 1 month ago | |
cpr-tests.c | 5 days ago | |
file-tests.c | 2 months ago | |
framework.c | 2 months ago | |
framework.h | 2 months ago | |
migration-qmp.c | 5 months ago | |
migration-qmp.h | 5 months ago | |
migration-util.c | 4 months ago | |
migration-util.h | 4 months ago | |
misc-tests.c | 2 months ago | |
postcopy-tests.c | 1 month ago | |
precopy-tests.c | 1 month ago | |
tls-tests.c | 1 month ago |