Re: [Qemu-devel] [RFC v2 4/5] cputlb: track TLB use rate

2018-10-09 Thread Alex Bennée
Emilio G. Cota writes: > This paves the way for implementing a dynamically-sized softmmu. > > Signed-off-by: Emilio G. Cota Reviewed-by: Alex Bennée > --- > include/exec/cpu-defs.h | 5 + > accel/tcg/cputlb.c | 17 ++--- > 2 files changed, 19 insertions(+), 3

[Qemu-devel] [RFC v2 4/5] cputlb: track TLB use rate

2018-10-08 Thread Emilio G. Cota
This paves the way for implementing a dynamically-sized softmmu. Signed-off-by: Emilio G. Cota --- include/exec/cpu-defs.h | 5 + accel/tcg/cputlb.c | 17 ++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/include/exec/cpu-defs.h