On 2/24/20 9:28 AM, Peter Maydell wrote: > The v8.3-RCPC extension implements three new load instructions > which provide slightly weaker consistency guarantees than the > existing load-acquire operations. For QEMU we choose to simply > implement them with a full LDAQ barrier. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/cpu.h | 5 +++++ > linux-user/elfload.c | 1 + > target/arm/cpu64.c | 1 + > target/arm/translate-a64.c | 24 ++++++++++++++++++++++++ > 4 files changed, 31 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~