Re: [Qemu-devel] [RFC 05/10] extract TBContext from TCGContext.

2015-02-03 Thread Richard Henderson
On 01/29/2015 07:44 AM, Peter Maydell wrote: > On 16 January 2015 at 17:19, wrote: >> From: KONRAD Frederic >> >> In order to have one TCGContext per thread and a single TBContext we have to >> extract TBContext from TCGContext. > > This seems a bit odd. It's not clear to me what the advantages

Re: [Qemu-devel] [RFC 05/10] extract TBContext from TCGContext.

2015-01-29 Thread Peter Maydell
On 16 January 2015 at 17:19, wrote: > From: KONRAD Frederic > > In order to have one TCGContext per thread and a single TBContext we have to > extract TBContext from TCGContext. This seems a bit odd. It's not clear to me what the advantages are of having one TCGContext per thread but only a sin

[Qemu-devel] [RFC 05/10] extract TBContext from TCGContext.

2015-01-16 Thread fred . konrad
From: KONRAD Frederic In order to have one TCGContext per thread and a single TBContext we have to extract TBContext from TCGContext. Signed-off-by: KONRAD Frederic --- cpu-exec.c| 18 ++--- linux-user/main.c | 6 ++--- tcg/tcg.h | 3 +-- translate-all.c | 79 ++