OSDN Git Service

Call qemu_socketpair() instead of socketpair() when possible
authorGuoyi Tu <tugy@chinatelecom.cn>
Mon, 16 Jan 2023 04:56:00 +0000 (12:56 +0800)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 16 Jan 2023 16:42:17 +0000 (17:42 +0100)
commit0038e9a22619387a905b57888fb34c5d8ece720e
tree913a823fd6275c938b3e46489928888a2972ec63
parenta8d6abe1292e1db1ad9be5b2b124b9c01bcda094
Call qemu_socketpair() instead of socketpair() when possible

As qemu_socketpair() was introduced in commit 3c63b4e9
("oslib-posix: Introduce qemu_socketpair()"), it's time
to replace the other existing socketpair() calls with
qemu_socketpair() if possible

Signed-off-by: Guoyi Tu <tugy@chinatelecom.cn>
Acked-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <cd28916a-f1f3-b54e-6ade-8a3647c3a9a5@chinatelecom.cn>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
backends/tpm/tpm_emulator.c
tests/qtest/dbus-display-test.c
tests/qtest/migration-test.c
tests/unit/test-crypto-tlssession.c
tests/unit/test-io-channel-tls.c