commit | 78fd56ba13a472d20975d4bca1633b3dccd70954 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Jul 08 20:45:35 2022 +0530 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Jul 11 13:43:52 2022 +0100 |
tree | f50ad668e79d96bd585daa14d8f2d17d80b28448 | |
parent | d3b4f7170f7cb0987b83f70e15bfdc13e820d56d [diff] |
linux-user/aarch64: Implement SME signal handling Set the SM bit in the SVE record on signal delivery, create the ZA record. Restore SM and ZA state according to the records present on return. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20220708151540.18136-41-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>