Re: [PATCH 13/16] target/arm: Reuse sve_probe_page for gather first-fault loads

2020-04-16 Thread Peter Maydell
On Wed, 11 Mar 2020 at 06:44, Richard Henderson wrote: > > This avoids the need for a separate set of helpers to implement > no-fault semantics, and will enable MTE in the future. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 13/16] target/arm: Reuse sve_probe_page for gather first-fault loads

2020-03-10 Thread Richard Henderson
This avoids the need for a separate set of helpers to implement no-fault semantics, and will enable MTE in the future. Signed-off-by: Richard Henderson --- target/arm/sve_helper.c | 323 1 file changed, 127 insertions(+), 196 deletions(-) diff --git a/ta