From e0f28bb210e4d07fba739ff6433f0d72835d88a5 Mon Sep 17 00:00:00 2001 From: David Hildenbrand Date: Mon, 28 Sep 2020 14:27:16 +0200 Subject: [PATCH] s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2 We implement all relevant instructions. Signed-off-by: David Hildenbrand Reviewed-by: Richard Henderson Message-Id: <20200928122717.30586-9-david@redhat.com> Signed-off-by: Cornelia Huck --- target/s390x/gen-features.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c index e3fd0c0a2e..02ec0a6735 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 ******/ -- 2.11.4.GIT