aboutsummaryrefslogtreecommitdiff
path: root/tcg/s390
diff options
context:
space:
mode:
authorPranith Kumar <bobby.prani@gmail.com>2017-08-29 02:33:11 -0400
committerRichard Henderson <richard.henderson@linaro.org>2017-09-05 12:56:40 -0700
commit71650df7b0ee0600308810a267a123b971b3d533 (patch)
tree4ce849c8d71dfcedd8982a2e3c93c778684019df /tcg/s390
parenta46c1244a0d65d5f37fc12e4d42f2479eac87b52 (diff)
downloadqemu-71650df7b0ee0600308810a267a123b971b3d533.zip
qemu-71650df7b0ee0600308810a267a123b971b3d533.tar.gz
qemu-71650df7b0ee0600308810a267a123b971b3d533.tar.bz2
tcg: Add tcg target default memory ordering
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com> Message-Id: <20170829063313.10237-3-bobby.prani@gmail.com> [rth: Dropped ia64 hunk] Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/s390')
-rw-r--r--tcg/s390/tcg-target.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcg/s390/tcg-target.h b/tcg/s390/tcg-target.h
index 957f0c0..dc0e591 100644
--- a/tcg/s390/tcg-target.h
+++ b/tcg/s390/tcg-target.h
@@ -133,6 +133,8 @@ extern uint64_t s390_facilities;
#define TCG_TARGET_EXTEND_ARGS 1
+#define TCG_TARGET_DEFAULT_MO (TCG_MO_ALL & ~TCG_MO_ST_LD)
+
enum {
TCG_AREG0 = TCG_REG_R10,
};