22.06.2015 19:02, Peter Maydell wrote: > Fails to build on Windows: > > util/qemu-sockets.c: In function ‘inet_parse_connect_opts’: > util/qemu-sockets.c:338: error: ‘AI_V4MAPPED’ undeclared (first use in this > function)
Hmm. Does WIN really have no AI_V4MAPPED? Does it have getaddrinfo in the first place? If yes, it should have AI_V4MAPPED too. I added a conditional #define AI_V4MAPPED to 0 at the top of this file, the same way AI_ADDRCONFIG is handled. > (Also I had to resolve a conflict in configure, so if you rebase > on current master you'll save me having to do it twice...) Immediately before sending the pull request, I did a rebase and rebuild. Apparently you pulled some other change before trying to pull this. I usually rebase right before sending the request. Just did the rebase again, and fixed he conflict with guest-agent-msi change. Will resend the pull request. Thanks, /mjt