[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 7/8] s390x/tcg: We support Miscellaneous-Instruction-Extension
From: |
David Hildenbrand |
Subject: |
[PATCH v1 7/8] s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2 |
Date: |
Tue, 22 Sep 2020 12:31:28 +0200 |
We implement all relevant instructions.
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 8ddeebc544..1736b85ab0 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_EXT,
};
/****** END FEATURE DEFS ******/
--
2.26.2
- [PATCH v1 4/8] s390x/tcg: Implement MULTIPLY HALFWORD (MGH), (continued)
- [PATCH v1 4/8] s390x/tcg: Implement MULTIPLY HALFWORD (MGH), David Hildenbrand, 2020/09/22
- [PATCH v1 5/8] s390x/tcg: Implement BRANCH INDIRECT ON CONDITION (BIC), David Hildenbrand, 2020/09/22
- [PATCH v1 6/8] s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC), David Hildenbrand, 2020/09/22
- Re: [PATCH v1 6/8] s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC), Richard Henderson, 2020/09/22
- Re: [PATCH v1 6/8] s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC), Richard Henderson, 2020/09/25
- [PATCH v1 7/8] s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2,
David Hildenbrand <=
- [PATCH v1 8/8] s390x/tcg: Implement CIPHER MESSAGE WITH AUTHENTICATION (KMA), David Hildenbrand, 2020/09/22
- Re: [PATCH v1 0/8] s390x/tcg: Implement some z14 facilities, no-reply, 2020/09/22
- Re: [PATCH v1 0/8] s390x/tcg: Implement some z14 facilities, Richard Henderson, 2020/09/25