diff options
author | Max Filippov | 2017-03-07 02:17:43 +0100 |
---|---|---|
committer | Max Filippov | 2018-03-13 19:30:22 +0100 |
commit | 9fb40342d4b32152cedf32efe28b59ec3b932bd8 (patch) | |
tree | b64f05eb2182fd569334de196445bac33c2973b4 /configure | |
parent | target/xtensa: use correct number of registers in gdbstub (diff) | |
download | qemu-9fb40342d4b32152cedf32efe28b59ec3b932bd8.tar.gz qemu-9fb40342d4b32152cedf32efe28b59ec3b932bd8.tar.xz qemu-9fb40342d4b32152cedf32efe28b59ec3b932bd8.zip |
target/xtensa: support MTTCG
- emit TCG barriers for MEMW, EXTW, S32RI and L32AI;
- do atomic_cmpxchg_i32 for S32C1I.
Cc: Emilio G. Cota <cota@braap.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6840,6 +6840,7 @@ case "$target_name" in ;; xtensa|xtensaeb) TARGET_ARCH=xtensa + mttcg="yes" ;; *) error_exit "Unsupported target CPU" |