Re: [Qemu-devel] [PATCH 03/35] tcg: Create struct CPUTLB

2019-03-26 Thread Alistair Francis
On Sat, Mar 23, 2019 at 12:47 PM Richard Henderson wrote: > > Move all softmmu tlb data into this structure. Arrange the > members so that we are able to place mask+table together and > at a smaller absolute offset from ENV. > > Signed-off-by: Richard Henderson Acked-by: Alistair Francis Alis

[Qemu-devel] [PATCH 03/35] tcg: Create struct CPUTLB

2019-03-23 Thread Richard Henderson
Move all softmmu tlb data into this structure. Arrange the members so that we are able to place mask+table together and at a smaller absolute offset from ENV. Signed-off-by: Richard Henderson --- accel/tcg/softmmu_template.h | 4 +- include/exec/cpu-defs.h | 61 --- include/