Re: [PATCH 29/71] target/arm: Add the SME ZA storage to CPUARMState

2022-06-06 Thread Peter Maydell
On Thu, 2 Jun 2022 at 23:26, Richard Henderson wrote: > > Place this late in the resettable section of the structure, > to keep the most common element offsets from being > 64k. > > Signed-off-by: Richard Henderson > --- > target/arm/cpu.h | 8 > target/arm/machine.c | 36 +

[PATCH 29/71] target/arm: Add the SME ZA storage to CPUARMState

2022-06-02 Thread Richard Henderson
Place this late in the resettable section of the structure, to keep the most common element offsets from being > 64k. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 8 target/arm/machine.c | 36 2 files changed, 44 insertions(+) diff -