Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-06 | tests/tcg/multiarch: Adjust sigbus.c | Richard Henderson | |
With -cpu max and FEAT_LSE2, the __aarch64__ section will only raise an alignment exception when the load crosses a 16-byte boundary. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20230530191438.411344-20-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | |||
2022-02-09 | tests/tcg/multiarch: Add sigbus.c | Richard Henderson | |
A mostly generic test for unaligned access raising SIGBUS. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |