[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v7 25/31] target/arm: Split out syndrome.h from internals.h
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v7 25/31] target/arm: Split out syndrome.h from internals.h |
Date: |
Fri, 12 Feb 2021 20:07:07 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
On 2/12/21 7:48 PM, Richard Henderson wrote:
> Move everything related to syndromes to a new file,
> which can be shared with linux-user.
>
> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/arm/internals.h | 245 +-----------------------------------
> target/arm/syndrome.h | 273 +++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 274 insertions(+), 244 deletions(-)
> create mode 100644 target/arm/syndrome.h
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
- Re: [PATCH v7 17/31] linux-user: Move lock_user et al out of line, (continued)
- [PATCH v7 14/31] linux-user: Use guest_range_valid in access_ok, Richard Henderson, 2021/02/12
- [PATCH v7 20/31] linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE, Richard Henderson, 2021/02/12
- [PATCH v7 18/31] linux-user: Fix types in uaccess.c, Richard Henderson, 2021/02/12
- [PATCH v7 24/31] linux-user/aarch64: Implement PROT_MTE, Richard Henderson, 2021/02/12
- [PATCH v7 27/31] linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault, Richard Henderson, 2021/02/12
- [PATCH v7 28/31] linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error, Richard Henderson, 2021/02/12
- [PATCH v7 23/31] linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG, Richard Henderson, 2021/02/12
- [PATCH v7 25/31] target/arm: Split out syndrome.h from internals.h, Richard Henderson, 2021/02/12
- Re: [PATCH v7 25/31] target/arm: Split out syndrome.h from internals.h,
Philippe Mathieu-Daudé <=
- [PATCH v7 21/31] target/arm: Improve gen_top_byte_ignore, Richard Henderson, 2021/02/12
- [PATCH v7 30/31] target/arm: Enable MTE for user-only, Richard Henderson, 2021/02/12
- [PATCH v7 29/31] target/arm: Add allocation tag storage for user mode, Richard Henderson, 2021/02/12
- [PATCH v7 26/31] linux-user/aarch64: Pass syndrome to EXC_*_ABORT, Richard Henderson, 2021/02/12
- [PATCH v7 31/31] tests/tcg/aarch64: Add mte smoke tests, Richard Henderson, 2021/02/12
- Re: [PATCH v7 00/31] target-arm: Implement ARMv8.5-MemTag, user mode, no-reply, 2021/02/12
- Re: [PATCH v7 00/31] target-arm: Implement ARMv8.5-MemTag, user mode, Peter Maydell, 2021/02/16