On 2/7/25 03:02, Cornelia Huck wrote:
And switch to using the generated definitions.
Generated against Linux 6.14-rc1.
Signed-off-by: Cornelia Huck<coh...@redhat.com>
---
target/arm/cpu-sysreg-properties.c | 716 ++++++++++++++++++++++++++++-
target/arm/cpu-sysregs.h | 116 +----
target/arm/cpu-sysregs.h.inc | 164 +++++++
3 files changed, 860 insertions(+), 136 deletions(-)
create mode 100644 target/arm/cpu-sysregs.h.inc
Why are we committing generated files and not generating them at build-time?
r~