Re: [Qemu-devel] [PATCH 13/13] cputlb: Remove static tlb sizing

2019-01-25 Thread Alistair
On 1/23/19 2:57 PM, Richard Henderson wrote: Now that all tcg backends support TCG_TARGET_IMPLEMENTS_DYN_TLB, remove the define and the old code. Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair --- include/exec/cpu-defs.h | 46 ---

[Qemu-devel] [PATCH 13/13] cputlb: Remove static tlb sizing

2019-01-23 Thread Richard Henderson
Now that all tcg backends support TCG_TARGET_IMPLEMENTS_DYN_TLB, remove the define and the old code. Signed-off-by: Richard Henderson --- include/exec/cpu-defs.h | 46 include/exec/cpu_ldst.h | 14 tcg/aarch64/tcg-target.h | 1 - tcg/arm/t