Re: [Qemu-devel] [PATCH v6 08/50] tcg: Introduce temp_arg

2017-10-17 Thread Emilio G. Cota
On Mon, Oct 16, 2017 at 10:25:27 -0700, Richard Henderson wrote: > From: Richard Henderson > > Signed-off-by: Richard Henderson Reviewed-by: Emilio G. Cota I'd consider combining this patch with the "Export temp_idx" one. E.

[Qemu-devel] [PATCH v6 08/50] tcg: Introduce temp_arg

2017-10-16 Thread Richard Henderson
From: Richard Henderson Signed-off-by: Richard Henderson --- tcg/tcg.h | 7 +++ tcg/tcg.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/tcg/tcg.h b/tcg/tcg.h index 5fcdec1fc5..1e456d8e5a 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -729,6 +729,13 @@ struct TCGContext