On 3/2/21 5:41 AM, Richard Henderson wrote: > On 3/1/21 8:49 AM, Claudio Fontana wrote: >> it is required by arch-dump.c and cpu.c, so apparently >> we need this for KVM too? >> >> Signed-off-by: Claudio Fontana<cfont...@suse.de> >> --- >> target/arm/cpu-common.c | 33 +++++++++++++++++++++++++++++++++ >> target/arm/tcg/helper.c | 33 --------------------------------- >> 2 files changed, 33 insertions(+), 33 deletions(-) > > Same about the choice of file as with cpsr in patch 12. This is 64-bit > specific at least. > > > r~ >
Indeed, fixing this requires more shuffling though, because the existing code does not protect TARGET_AARCH64-only registers and code for this.