Re: [PATCH v2] target/arm: Do not use gen_mte_checkN in trans_STGP

2023-09-08 Thread Peter Maydell
On Fri, 1 Sept 2023 at 21:31, Richard Henderson wrote: > > STGP writes to tag memory, it does not check it. > This happened to work because we wrote tag memory first > so that the check always succeeded. > > Signed-off-by: Richard Henderson Applied to target-arm.next, thanks. -- PMM

[PATCH v2] target/arm: Do not use gen_mte_checkN in trans_STGP

2023-09-01 Thread Richard Henderson
STGP writes to tag memory, it does not check it. This happened to work because we wrote tag memory first so that the check always succeeded. Signed-off-by: Richard Henderson --- target/arm/tcg/translate-a64.c | 41 +- 1 file changed, 15 insertions(+), 26 deletions