unicorn/qemu/include
Richard Henderson d74e00a30a
tcg: Split CONFIG_ATOMIC128
GCC7+ will no longer advertise support for 16-byte __atomic operations
if only cmpxchg is supported, as for x86_64. Fortunately, x86_64 still
has support for __sync_compare_and_swap_16 and we can make use of that.
AArch64 does not have, nor ever has had such support, so open-code it.

Backports commit e6cd4bb59b8154fa00da611200beef7eb4e8ec56 from qemu
2018-10-23 15:17:39 -04:00
..
crypto
exec tcg: Add tlb_index and tlb_entry helpers 2018-10-23 15:04:27 -04:00
fpu softfloat: remove float64_trunc_to_int 2018-10-08 14:15:11 -04:00
hw
qapi qstring: Fix qstring_from_substr() not to provoke int overflow 2018-08-02 21:21:51 -04:00
qemu tcg: Split CONFIG_ATOMIC128 2018-10-23 15:17:39 -04:00
qom cpu: Assert asidx_from_attrs return value in range 2018-07-03 19:43:59 -04:00
sysemu
config.h
elf.h
glib_compat.h
qemu-common.h