On Thu, 28 Aug 2025 at 13:13, Richard Henderson <[email protected]> wrote: > > Make use of the fact that target_elf_gregset_t is a proper structure. > Note that the kernel's uses an array, and then it has a bunch of defines > to create symbolic offsets. Modulo some reserved fields, which we do > not implement here, this is the same layout as struct user_pt_regs. > > Drop ELF_NREG, target_elf_greg_t, and tswapreg. > > Signed-off-by: Richard Henderson <[email protected]> > ---
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
