Marc-André Lureau <marcandre.lur...@redhat.com> writes:
> Hi, > > Here are a few patches that should fix some busy looping issues > already reported >2y ago > (https://lists.gnu.org/archive/html/qemu-devel/2017-01/msg00420.html), > and fixing test-char on win32. > > hmm, do we have any automated testing/CI on Windows (beside just > cross-compilation)? Not that I'm aware of. I did briefly look at CircleCI but never beyond playing with my own experiments. Ultimately I find it hard to care about Windows as I don't have a copy myself. Maybe someone else does care and would like to explore further? FWIW I believe Travis has Windows support now and there is also AppVeyor. It's probably worth spreading the love around given how loaded our Travis jobs are. > > thanks > > Marc-André Lureau (3): > util: WSAEWOULDBLOCK on connect should map to EINPROGRESS > tests: skip serial test on windows > win32: fix main-loop busy loop on socket/fd event > > tests/test-char.c | 4 ++-- > util/async.c | 6 +++++- > util/oslib-win32.c | 6 +++++- > 3 files changed, 12 insertions(+), 4 deletions(-) -- Alex Bennée