On 18/8/25 06:13, Richard Henderson wrote:
Move the list of supported sysregs to a reuseable file.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/arm/hvf/hvf.c | 147 ++---------------------------------- target/arm/hvf/sysreg.c.inc | 146 +++++++++++++++++++++++++++++++++++ 2 files changed, 152 insertions(+), 141 deletions(-) create mode 100644 target/arm/hvf/sysreg.c.inc
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>