qemu/target/s390x
Richard Henderson 21c38f31c0 qemu/atomic128: Split atomic16_read
Create both atomic16_read_ro and atomic16_read_rw.
Previously we pretended that we had atomic16_read in system mode,
because we "know" that all ram is always writable to the host.
Now, expose read-only and read-write versions all of the time.

For aarch64, do not fall back to __atomic_read_16 even if
supported by the compiler, to work around a clang bug.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-05-23 18:54:55 -07:00
..
kvm
tcg qemu/atomic128: Split atomic16_read 2023-05-23 18:54:55 -07:00
arch_dump.c
cpu_features_def.h
cpu_features_def.h.inc
cpu_features.c
cpu_features.h
cpu_models_sysemu.c
cpu_models_user.c
cpu_models.c *: Add missing includes of qemu/error-report.h 2023-03-22 15:06:57 +00:00
cpu_models.h
cpu-dump.c
cpu-param.h
cpu-qom.h
cpu-sysemu.c *: Add missing includes of qemu/error-report.h 2023-03-22 15:06:57 +00:00
cpu.c hw/core: Use a callback for target specific query-cpus-fast information 2023-05-16 09:14:18 +02:00
cpu.h target/s390x: Use tcg_gen_qemu_{ld,st}_i128 for LPQ, STPQ 2023-05-23 16:51:19 -07:00
diag.c *: Add missing includes of qemu/error-report.h 2023-03-22 15:06:57 +00:00
gdbstub.c s390x/gdb: Split s390-virt.xml 2023-04-28 08:05:37 +02:00
gen-features.c
helper.c
helper.h target/s390x: Use tcg_gen_qemu_{ld,st}_i128 for LPQ, STPQ 2023-05-23 16:51:19 -07:00
interrupt.c
ioinst.c
Kconfig
machine.c
meson.build
mmu_helper.c
s390x-internal.h target/s390x: Fix float_comp_to_cc() prototype 2023-03-24 11:46:08 +01:00
sigp.c
trace-events
trace.h