On Mon, Jun 30 2025, Peter Maydell <peter.mayd...@linaro.org> wrote: > On Tue, 17 Jun 2025 at 16:39, Cornelia Huck <coh...@redhat.com> wrote: >> >> Mostly addressed Peter's feedback: >> - make sure every inbetween stage compiles (also fixed some bonus issues) >> - try to make the scripts more robust, add a note the generated file, >> and make sure to grab only registers we actually want >> - I did a half-hearted attempt to use python instead of awk, but I'm >> out of my depth, especially with the script that will be used for >> the register fields in the cpu models series >> >> Also available at >> https://gitlab.com/cohuck/qemu/-/commits/arm-rework-idreg-storage-v8 > > The script seems to be creating array entries for some registers > it should not still; I've left comments on that patch.
Hmn, will double-check. > > I've taken patches 1-11 and 14 into target-arm.next so you don't > have to keep rebasing them. Thanks!