On Sat, 17 Jul 2021 at 20:24, Richard Henderson <richard.hender...@linaro.org> wrote: > > Always provide the atomic interface using TCGMemOpIdx oi > and uintptr_t retaddr. Rename from helper_* to cpu_* so > as to (mostly) match the exec/cpu_ldst.h functions, and > to emphasize that they are not callable from TCG directly. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM