Re: [PATCH v2 5/6] target/arm: Handle mte in do_ldrq, do_ldro

2024-02-06 Thread Peter Maydell
On Tue, 6 Feb 2024 at 03:06, Richard Henderson wrote: > > These functions "use the standard load helpers", but > fail to clean_data_tbi or populate mtedesc. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v2 5/6] target/arm: Handle mte in do_ldrq, do_ldro

2024-02-05 Thread Richard Henderson
These functions "use the standard load helpers", but fail to clean_data_tbi or populate mtedesc. Signed-off-by: Richard Henderson --- target/arm/tcg/translate-sve.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/target/arm/tcg/translate-sve.c