Re: [Qemu-devel] [PATCH v5 3/6] exec: introduce tlb_init

2018-10-09 Thread Richard Henderson
On 10/9/18 10:45 AM, Emilio G. Cota wrote: > Paves the way for the addition of a per-TLB lock. > > Reviewed-by: Alex Bennée > Signed-off-by: Emilio G. Cota > --- > include/exec/exec-all.h | 8 > accel/tcg/cputlb.c | 4 > exec.c | 1 + > 3 files changed, 13 in

[Qemu-devel] [PATCH v5 3/6] exec: introduce tlb_init

2018-10-09 Thread Emilio G. Cota
Paves the way for the addition of a per-TLB lock. Reviewed-by: Alex Bennée Signed-off-by: Emilio G. Cota --- include/exec/exec-all.h | 8 accel/tcg/cputlb.c | 4 exec.c | 1 + 3 files changed, 13 insertions(+) diff --git a/include/exec/exec-all.h b/include/e