[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 8/9] s390x/tcg: We support Miscellaneous-Instruction-Extension
From: |
David Hildenbrand |
Subject: |
[PATCH v2 8/9] s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2 |
Date: |
Mon, 28 Sep 2020 14:27:16 +0200 |
We implement all relevant instructions.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
---
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 210cee65f3..00af4f95bd 100644
--- a/target/s390x/gen-features.c
+++ b/target/s390x/gen-features.c
@@ -716,6 +716,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.26.2
- [PATCH v2 0/9] s390x/tcg: Implement some z14 facilities, David Hildenbrand, 2020/09/28
- [PATCH v2 1/9] s390x/cpu_model: S390_FEAT_MISC_INSTRUCTION_EXT -> S390_FEAT_MISC_INSTRUCTION_EXT2, David Hildenbrand, 2020/09/28
- [PATCH v2 2/9] s390x/tcg: Implement ADD HALFWORD (AGH), David Hildenbrand, 2020/09/28
- [PATCH v2 4/9] s390x/tcg: Implement MULTIPLY (MG, MGRK), David Hildenbrand, 2020/09/28
- [PATCH v2 3/9] s390x/tcg: Implement SUBTRACT HALFWORD (SGH), David Hildenbrand, 2020/09/28
- [PATCH v2 5/9] s390x/tcg: Implement MULTIPLY HALFWORD (MGH), David Hildenbrand, 2020/09/28
- [PATCH v2 6/9] s390x/tcg: Implement BRANCH INDIRECT ON CONDITION (BIC), David Hildenbrand, 2020/09/28
- [PATCH v2 7/9] s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC), David Hildenbrand, 2020/09/28
- [PATCH v2 8/9] s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2,
David Hildenbrand <=
- [PATCH v2 9/9] s390x/tcg: Implement CIPHER MESSAGE WITH AUTHENTICATION (KMA), David Hildenbrand, 2020/09/28
- Re: [PATCH v2 0/9] s390x/tcg: Implement some z14 facilities, no-reply, 2020/09/28