qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] util: retry getaddrinfo if getting EAI_BADFL


From: Ed Maste
Subject: Re: [Qemu-devel] [PATCH v2] util: retry getaddrinfo if getting EAI_BADFLAGS with AI_V4MAPPED
Date: Tue, 5 Apr 2016 01:47:16 +0000

On 4 April 2016 at 16:22, Daniel P. Berrange <address@hidden> wrote:
> The FreeBSD header files define the AI_V4MAPPED but its
> implementation of getaddrinfo() always returns an error
> when that flag is set. eg
> [...]
> ---
>
> Changed in v2:
>
>  - Fix test case usage of AI_V4MAPPED
>  - Don't disable AI_V4MAPPED at build time, detect it
>    at runtime, so we catch any platform with broken impl

This fixes the remaining two of three failures I reported earlier
today in 'gmake check' on FreeBSD.

Tested-by: Ed Maste <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]