qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/5] linux-user: move mips socket.h definitions


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 1/5] linux-user: move mips socket.h definitions to mips/sockbits.h
Date: Fri, 11 May 2018 13:08:52 +0100

On 10 May 2018 at 23:25, Laurent Vivier <address@hidden> wrote:
> No code change.
>
> Signed-off-by: Laurent Vivier <address@hidden>
> ---

Reviewed-by: Peter Maydell <address@hidden>

> +#if 0
> +/* To add: Allow local address and port reuse. */
> +#define TARGET_SO_REUSEPORT 0x0200
> +#endif

As a follow-on cleanup, we might as well fix up the various
targets to actually define TARGET_SO_REUSEPORT rather than
defining it by #if'ing out the definition or commenting it out
or not defining it at all.

thanks
-- PMM



reply via email to

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