On 03/01/2023 12.08, marcandre.lur...@redhat.com wrote:
From: Marc-André Lureau <marcandre.lur...@redhat.com>Use the "get-win32-socket" function to pass an opened socket to QEMU, instead of using "getfd", which relies on socket ancillary FD message passing. Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> --- tests/qtest/libqtest.h | 5 ++--- tests/qtest/libqtest.c | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 5 deletions(-)
Acked-by: Thomas Huth <th...@redhat.com>