On 3/1/23 19:16, Richard Henderson wrote:
Create a new intermediate abstract class for v7m, like we do for
aarch64. The initialization of ARMCPUClass.info follows the
concrete class, so remove that init from arm_v7m_class_init.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
target/arm/cpu-qom.h | 6 ++++++
target/arm/cpu_tcg.c | 36 ++++++++++++++++++++++--------------
2 files changed, 28 insertions(+), 14 deletions(-)
Nice again.
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>