qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 15/43] bsd-user: assume pthreads and support of __thread


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 15/43] bsd-user: assume pthreads and support of __thread
Date: Fri, 27 Aug 2021 06:35:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 8/26/21 11:11 PM, imp@bsdimp.com wrote:
> From: Warner Losh <imp@bsdimp.com>
> 
> All compilers for some time have supported this. Follow linux-user 

Please insert: "(see 24cb36a61c6: "configure: Make NPTL non-optional")"

> and
> eliminate the #define THREAD and unconditionally insert __thread where
> needed.
> 
> Signed-off-by: Warner Losh <imp@bsdimp.com>
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  bsd-user/main.c |  2 +-
>  bsd-user/qemu.h | 10 +---------
>  2 files changed, 2 insertions(+), 10 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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