aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
diff options
context:
space:
mode:
authorDavid Hildenbrand <david@redhat.com>2020-09-28 14:27:16 +0200
committerCornelia Huck <cohuck@redhat.com>2020-10-02 13:52:49 +0200
commite0f28bb210e4d07fba739ff6433f0d72835d88a5 (patch)
tree9dae8751e96aec81144132f002283fcc99e4e2a4 /target/s390x
parentb1feeb8760a1801a4681d3d198bc931f0ffddce9 (diff)
downloadqemu-e0f28bb210e4d07fba739ff6433f0d72835d88a5.zip
qemu-e0f28bb210e4d07fba739ff6433f0d72835d88a5.tar.gz
qemu-e0f28bb210e4d07fba739ff6433f0d72835d88a5.tar.bz2
s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2
We implement all relevant instructions. Signed-off-by: David Hildenbrand <david@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200928122717.30586-9-david@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'target/s390x')
-rw-r--r--target/s390x/gen-features.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c
index e3fd0c0..02ec0a67 100644
--- a/target/s390x/gen-features.c
+++ b/target/s390x/gen-features.c
@@ -718,6 +718,7 @@ static uint16_t qemu_MAX[] = {
S390_FEAT_MSA_EXT_5,
/* features introduced after the z13 */
S390_FEAT_INSTRUCTION_EXEC_PROT,
+ S390_FEAT_MISC_INSTRUCTION_EXT2,
};
/****** END FEATURE DEFS ******/