Re: [PATCH 2/9] cputlb: Make tlb_n_entries private to cputlb.c

2020-01-20 Thread Alex Bennée
Richard Henderson writes: > There are no users of this function outside cputlb.c, > and its interface will change in the next patch. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > include/exec/cpu_ldst.h | 5 - > accel/tcg/cputlb.c | 5 + > 2 files chang

Re: [PATCH 2/9] cputlb: Make tlb_n_entries private to cputlb.c

2020-01-20 Thread Philippe Mathieu-Daudé
On 1/9/20 3:49 AM, Richard Henderson wrote: There are no users of this function outside cputlb.c, and its interface will change in the next patch. Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé --- include/exec/cpu_ldst.h | 5 - accel/tcg/cputlb.c | 5

Re: [PATCH 2/9] cputlb: Make tlb_n_entries private to cputlb.c

2020-01-19 Thread Alistair Francis
On Thu, Jan 9, 2020 at 12:49 PM Richard Henderson wrote: > > There are no users of this function outside cputlb.c, > and its interface will change in the next patch. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > include/exec/cpu_ldst.h | 5 - > accel

[PATCH 2/9] cputlb: Make tlb_n_entries private to cputlb.c

2020-01-08 Thread Richard Henderson
There are no users of this function outside cputlb.c, and its interface will change in the next patch. Signed-off-by: Richard Henderson --- include/exec/cpu_ldst.h | 5 - accel/tcg/cputlb.c | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/exec/cpu_ldst.h