]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/aarch64: Expand target_elf_gregset_t
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 28 Aug 2025 01:24:05 +0000 (11:24 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 29 Aug 2025 21:04:03 +0000 (07:04 +1000)
commitff22166d3f68786e5f129d2fb34a38cfdc0631b3
tree13dc46e2d06afcd79b72f2598ffc75b0b6395be6
parent7ee71b02fbc21f9de31140f5237c849e36ee30d5
linux-user/aarch64: Expand target_elf_gregset_t

Make use of the fact that target_elf_gregset_t is a
proper structure by using target_user_pt_regs.

Drop ELF_NREG, target_elf_greg_t, and tswapreg.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/aarch64/elfload.c
linux-user/aarch64/target_elf.h