]> git.proxmox.com Git - mirror_qemu.git/commit
aarch64-linux-user: Remove struct target_aux_context
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 9 Mar 2018 17:09:43 +0000 (17:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 9 Mar 2018 17:09:43 +0000 (17:09 +0000)
commite1eecd1d9d4c1ade32e0499272f04d67a8ae913d
tree27a57b68ac6c6843ce37c2656ce59733ae4ff1fc
parent3b505bbae14297d16255f21b9eb02c774a8aa8f6
aarch64-linux-user: Remove struct target_aux_context

This changes the qemu signal frame layout to be more like the kernel's,
in that the various records are dynamically allocated rather than fixed
in place by a structure.

For now, all of the allocation is out of uc.tuc_mcontext.__reserved,
so the allocation is actually trivial.  That will change with SVE support.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180303143823.27055-4-richard.henderson@linaro.org
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/signal.c