On 06/29/2017 01:28 PM, Emilio G. Cota wrote:
Before TCGContext is made thread-local.
Signed-off-by: Emilio G. Cota<c...@braap.org>
---
include/exec/tb-context.h | 2 ++
tcg/tcg.h | 2 --
accel/tcg/cpu-exec.c | 2 +-
accel/tcg/translate-all.c | 57 ++++++++++++++++++++++++-----------------------
linux-user/main.c | 6 ++---
5 files changed, 35 insertions(+), 34 deletions(-)
There's a bit more of TCGContext that shouldn't be thread-local. But I guess
this is the one that absolutely must be shared.
Reviewed-by: Richard Henderson <r...@twiddle.net>
r~