On 18/01/2023 13.04, Laurent Vivier wrote:
Signed-off-by: Laurent Vivier <lviv...@redhat.com>
Acked-by: Michael S. Tsirkin <m...@redhat.com>
Acked-by: Thomas Huth <th...@redhat.com>
---
Notes:
v7:
- disable test_dgram_mcast() on windows
- disable test_dgram_unix() on windows as it also fails
(we test for unix support dynamically but the test is done with
SOCK_STREAM, and it fails here with SOCK_DGRAM)
- Tested with cirrus-ci (Thank you Thomas)
Thanks, added to my staging branch:
https://gitlab.com/thuth/qemu/-/commits/staging
Thomas