summaryrefslogtreecommitdiffstats
path: root/include/exec/plugin-gen.h
diff options
context:
space:
mode:
authorRichard Henderson2020-04-07 05:21:05 +0200
committerDavid Gibson2020-04-17 02:38:29 +0200
commit5da5f47e6c65eda83e5433bd905c4df03be98596 (patch)
treefa8110e5c457daa3848750e5509a7a17b4507c51 /include/exec/plugin-gen.h
parentUpdate version for v5.0.0-rc3 release (diff)
downloadqemu-5da5f47e6c65eda83e5433bd905c4df03be98596.tar.gz
qemu-5da5f47e6c65eda83e5433bd905c4df03be98596.tar.xz
qemu-5da5f47e6c65eda83e5433bd905c4df03be98596.zip
linux-user/ppc: Fix padding in mcontext_t for ppc64
The padding that was added in 95cda4c44ee was added to a union, and so it had no effect. This fixes misalignment errors detected by clang sanitizers for ppc64 and ppc64le. In addition, only ppc64 allocates space for VSX registers, so do not save them for ppc32. The kernel only has references to CONFIG_SPE in signal_32.c, so do not attempt to save them for ppc64. Fixes: 95cda4c44ee Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200407032105.26711-1-richard.henderson@linaro.org> Acked-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include/exec/plugin-gen.h')
0 files changed, 0 insertions, 0 deletions