On 16/1/23 05:56, Guoyi Tu wrote:
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 <t...@chinatelecom.cn>
---
backends/tpm/tpm_emulator.c | 2 +-
tests/qtest/dbus-display-test.c | 5 +++--
tests/qtest/migration-test.c | 2 +-
tests/unit/test-crypto-tlssession.c | 4 ++--
tests/unit/test-io-channel-tls.c | 2 +-
5 files changed, 8 insertions(+), 7 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>