On Wed, 22 Apr 2020 at 05:33, Richard Henderson <richard.hender...@linaro.org> wrote: > > Use the "normal" memory access functions, rather than the > softmmu internal helper functions directly. > > Since fb901c905dc3, cpu_mem_index is now a simple extract > from env->hflags and not a large computation. Which means > that it's now more work to pass around this value than it > is to recompute it. > > This only adjusts the primitives, and does not clean up > all of the uses within sve_helper.c. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM