Re: [Qemu-devel] [PULL 28/32] target/arm: [tcg] Port to generic translation framework

2017-09-12 Thread Richard Henderson
On 09/12/2017 09:12 AM, Laurent Desnogues wrote: >> +static void aarch64_tr_tb_start(DisasContextBase *db, CPUState *cpu) >> +{ >> +tcg_clear_temp_count(); >> +} > > Is it really needed to call tcg_clear_temp_count here when it's now > called in translator_loop? Nope, missed while moving

Re: [Qemu-devel] [PULL 28/32] target/arm: [tcg] Port to generic translation framework

2017-09-12 Thread Laurent Desnogues
Hello, On Wed, Sep 6, 2017 at 6:06 PM, Richard Henderson wrote: > From: Lluís Vilanova > > Tested-by: Emilio G. Cota > Reviewed-by: Emilio G. Cota > Signed-off-by: Lluís Vilanova >

[Qemu-devel] [PULL 28/32] target/arm: [tcg] Port to generic translation framework

2017-09-06 Thread Richard Henderson
From: Lluís Vilanova Tested-by: Emilio G. Cota Reviewed-by: Emilio G. Cota Signed-off-by: Lluís Vilanova Message-Id: <150002631325.22386.10348327185029496649.st...@frigg.lan> Signed-off-by: Richard Henderson