Re: [PATCH v4 00/45] target/arm: Cleanups, new features, new cpus

2022-05-03 Thread Peter Maydell
On Sun, 1 May 2022 at 06:51, Richard Henderson wrote: > > Changes for v4: > * Rebase on master, where the first third is upstream. > * Split changes to add_cpreg_to_hashtable into bite sized chunks. > * Add ARM_CP_EL3_NO_EL2_{UNDEF,KEEP} flags. > * Fix access check for SCXTNUM_ELx (damien)

[PATCH v4 00/45] target/arm: Cleanups, new features, new cpus

2022-04-30 Thread Richard Henderson
Changes for v4: * Rebase on master, where the first third is upstream. * Split changes to add_cpreg_to_hashtable into bite sized chunks. * Add ARM_CP_EL3_NO_EL2_{UNDEF,KEEP} flags. * Fix access check for SCXTNUM_ELx (damien). Patches lacking review: 05-target-arm-Reorg-ARMCPRegInfo-type-