Re: [Qemu-devel] [PATCH for-4.1 v2 03/36] tcg: Create struct CPUTLB

2019-04-29 Thread Peter Maydell
On Thu, 28 Mar 2019 at 23:52, 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. > > Acked-by: Alistair Francis > Signed-off-by: Richard Henderson > ---

[Qemu-devel] [PATCH for-4.1 v2 03/36] tcg: Create struct CPUTLB

2019-03-28 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. Acked-by: Alistair Francis Signed-off-by: Richard Henderson --- accel/tcg/softmmu_template.h | 4 +- include/exec/cpu-defs.h |