diff mbox series

[PULL,18/19] s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2

Message ID 20201002121118.180315-19-cohuck@redhat.com
State New
Headers show
Series [PULL,01/19] hw/s390x/css: Remove double initialization | expand

Commit Message

Cornelia Huck Oct. 2, 2020, 12:11 p.m. UTC
From: David Hildenbrand <david@redhat.com>

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>
---
 target/s390x/gen-features.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c
index e3fd0c0a2ef3..02ec0a673517 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 ******/