target/arm: Add the SME ZA storage to CPUARMState
commitdc993a01a75295c505ef1ff8764c68f31089fcc7
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Jun 2022 17:51:53 +0000 (20 10:51 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 27 Jun 2022 10:18:17 +0000 (27 11:18 +0100)
tree86c81ebaf8f10ed51b92749ced5708aae382cf56
parenta3637e8882f9dbb00036ff77a88b841bd2580900
target/arm: Add the SME ZA storage to CPUARMState

Place this late in the resettable section of the structure,
to keep the most common element offsets from being > 64k.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220620175235.60881-10-richard.henderson@linaro.org
[PMM: expanded comment on zarray[] format]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/machine.c