Re: [Qemu-devel] [PATCH 06/22] translate-all: make have_tb_lock static

2017-07-12 Thread Emilio G. Cota
On Wed, Jul 12, 2017 at 15:38:28 +0100, Alex Bennée wrote: > > Emilio G. Cota writes: > > > It is only used by this object, and it's not exported to any other. > > > > Signed-off-by: Emilio G. Cota > > I was almost caught out by the name re-use in cpu-exec.c ;-) > > Reviewed-by: Alex Bennée

Re: [Qemu-devel] [PATCH 06/22] translate-all: make have_tb_lock static

2017-07-12 Thread Alex Bennée
Emilio G. Cota writes: > It is only used by this object, and it's not exported to any other. > > Signed-off-by: Emilio G. Cota I was almost caught out by the name re-use in cpu-exec.c ;-) Reviewed-by: Alex Bennée > --- > accel/tcg/translate-all.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [Qemu-devel] [PATCH 06/22] translate-all: make have_tb_lock static

2017-07-09 Thread Richard Henderson
On 07/08/2017 09:49 PM, Emilio G. Cota wrote: It is only used by this object, and it's not exported to any other. Signed-off-by: Emilio G. Cota --- accel/tcg/translate-all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH 06/22] translate-all: make have_tb_lock static

2017-07-09 Thread Emilio G. Cota
It is only used by this object, and it's not exported to any other. Signed-off-by: Emilio G. Cota --- accel/tcg/translate-all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accel/tcg/translate-all.c b/accel/tcg/translate-all.c index 72ce445..2fa9f65 100644 --- a/accel/tcg/