qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC 5/7] tcg: take tb_ctx out of TCGContext


From: Richard Henderson
Subject: Re: [Qemu-devel] [RFC 5/7] tcg: take tb_ctx out of TCGContext
Date: Fri, 30 Jun 2017 00:58:25 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0

On 06/29/2017 01:28 PM, Emilio G. Cota wrote:
Before TCGContext is made thread-local.

Signed-off-by: Emilio G. Cota<address@hidden>
---
  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 <address@hidden>


r~




reply via email to

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