On Thu, 16 Feb 2023 at 03:11, Richard Henderson <[email protected]> wrote: > > Use this to record the default atomicity of memory operations. > Set it to MO_ATOM_WITHIN16 if FEAT_LSE2 applies. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/arm/translate.h | 14 +++++++++++--- > target/arm/translate-a64.c | 4 ++++ > target/arm/translate.c | 1 + > 3 files changed, 16 insertions(+), 3 deletions(-)
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
