diff options
| author | Aurelien Jarno | 2017-06-01 00:01:28 +0200 |
|---|---|---|
| committer | Richard Henderson | 2017-06-07 00:25:14 +0200 |
| commit | 3190dfc5e1cf8d9114c77dd3c0cbfc7ef226b6db (patch) | |
| tree | 5dd61085df9f36e720b288ea5c58f5486a576989 | |
| parent | target/s390x: check alignment in CDSG in the !CONFIG_ATOMIC128 case (diff) | |
| download | qemu-3190dfc5e1cf8d9114c77dd3c0cbfc7ef226b6db.tar.gz qemu-3190dfc5e1cf8d9114c77dd3c0cbfc7ef226b6db.tar.xz qemu-3190dfc5e1cf8d9114c77dd3c0cbfc7ef226b6db.zip | |
target/s390x: mark ETF2 and ETF2-ENH facilities as available
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Message-Id: <20170531220129.27724-30-aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
| -rw-r--r-- | target/s390x/cpu_models.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/s390x/cpu_models.c b/target/s390x/cpu_models.c index e5e005a430..fc3cb25cc3 100644 --- a/target/s390x/cpu_models.c +++ b/target/s390x/cpu_models.c @@ -668,8 +668,10 @@ static void add_qemu_cpu_model_features(S390FeatBitmap fbm) static const int feats[] = { S390_FEAT_STFLE, S390_FEAT_EXTENDED_IMMEDIATE, + S390_FEAT_EXTENDED_TRANSLATION_2, S390_FEAT_LONG_DISPLACEMENT, S390_FEAT_LONG_DISPLACEMENT_FAST, + S390_FEAT_ETF2_ENH, S390_FEAT_STORE_CLOCK_FAST, S390_FEAT_GENERAL_INSTRUCTIONS_EXT, S390_FEAT_EXECUTE_EXT, |
