On 16/9/25 16:22, Richard Henderson wrote:
Move the list of supported sysregs to a reuseable file.
Reviewed-by: Manos Pitsidianakis <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
---
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é <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>