tests: replace qemu_set_nonblock()
commitb2670d1f9976260191ebccecc822fea7114fd448
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 25 Apr 2022 13:39:06 +0000 (25 17:39 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 3 May 2022 11:53:15 +0000 (3 15:53 +0400)
treea8b9c666a1dea678a20c375612f16ff052e5db05
parenta8208626ba8955bad15744398f9befa3b120f5af
tests: replace qemu_set_nonblock()

The call is POSIX-specific. Use the dedicated GLib API.

(this is a preliminary patch before renaming qemu_set_nonblock())

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
tests/qtest/vhost-user-test.c