Le 13/02/2018 à 14:22, Peter Maydell a écrit : > Back when we used to support compiling either with or without > NPTL threading library support, we used a macro THREAD which would > expand either to nothing (no thread support) or to __thread (threads > supported). For a long time now we have required thread support, > so remove the macro and just use __thread directly as other parts > of QEMU do. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > linux-user/qemu.h | 4 +--- > linux-user/main.c | 2 +- > 2 files changed, 2 insertions(+), 4 deletions(-) >
Applied to my 'linux-user-for-2.12' branch. Thanks, Laurent