Re: [Qemu-devel] [PATCH v2 1/4] exec: introduce tlb_init

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

[Qemu-devel] [PATCH v2 1/4] exec: introduce tlb_init

2018-10-03 Thread Emilio G. Cota
Paves the way for the addition of a per-TLB lock. 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/exec/exec-all.h index 5f781