Re: [Qemu-devel] [PATCH 13/16] tcg: Export temp_idx

2017-06-27 Thread Richard Henderson
On 06/27/2017 02:46 AM, Alex Bennée wrote: Richard Henderson writes: At the same time, drop the TCGContext argument and use tcg_ctx instead. Signed-off-by: Richard Henderson --- tcg/tcg.c | 15 --- tcg/tcg.h | 7 ++- 2 files changed, 10 insertions(+), 12 deletions(-) d

Re: [Qemu-devel] [PATCH 13/16] tcg: Export temp_idx

2017-06-27 Thread Alex Bennée
Richard Henderson writes: > At the same time, drop the TCGContext argument and use tcg_ctx instead. > > Signed-off-by: Richard Henderson > --- > tcg/tcg.c | 15 --- > tcg/tcg.h | 7 ++- > 2 files changed, 10 insertions(+), 12 deletions(-) > > diff --git a/tcg/tcg.c b/tcg/tcg.c

[Qemu-devel] [PATCH 13/16] tcg: Export temp_idx

2017-06-20 Thread Richard Henderson
At the same time, drop the TCGContext argument and use tcg_ctx instead. Signed-off-by: Richard Henderson --- tcg/tcg.c | 15 --- tcg/tcg.h | 7 ++- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/tcg/tcg.c b/tcg/tcg.c index f8d96fa..26931a7 100644 --- a/tcg/tcg.