On 23 January 2017 at 14:46, Peter Maydell <peter.mayd...@linaro.org> wrote: > On 23 January 2017 at 14:26, Daniel P. Berrange <berra...@redhat.com> wrote: >> The following changes since commit 598cf1c805271564686f2d732b36f50c3c40dcdd: >> >> Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into >> staging (2017-01-20 16:42:07 +0000) >> >> are available in the git repository at: >> >> git://github.com/berrange/qemu tags/pull-qio-2017-01-23-1 >> >> for you to fetch changes up to 19f3cc22d364b57315e171090ee2e499b58775b4: >> >> io: introduce a DNS resolver API (2017-01-23 11:28:09 +0000) >> >> ---------------------------------------------------------------- >> Merge io/ 2017-01-23 >> >> Daniel P. Berrange (8): >> sockets: add ability to disable DNS resolution for InetSocketAddress >> io: stop incrementing reference in qio_task_get_source >> io: fix typo in docs for QIOTask >> io: add ability to associate an opaque "result" with with a task >> io: add ability to associate an error with a task >> io: change the QIOTask callback signature >> io: remove Error parameter from QIOTask thread worker >> io: introduce a DNS resolver API > > Fails to build, OSX:
Also w32: /home/petmay01/linaro/qemu-for-merges/util/qemu-sockets.c: In function ‘inet_listen_saddr’: /home/petmay01/linaro/qemu-for-merges/util/qemu-sockets.c:145:41: error: ‘AI_NUMERICSERV’ undeclared (first use in this function) ai.ai_flags |= AI_NUMERICHOST | AI_NUMERICSERV; ^ /home/petmay01/linaro/qemu-for-merges/util/qemu-sockets.c:145:41: note: each undeclared identifier is reported only once for each function it appears in thanks -- PMM