[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH v2 22/22] s390x/tcg: We support the Vector Facility
From: |
David Hildenbrand |
Subject: |
[qemu-s390x] [PATCH v2 22/22] s390x/tcg: We support the Vector Facility |
Date: |
Mon, 3 Jun 2019 11:06:35 +0200 |
Let's add it to the max model, so we can enable it.
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: David Hildenbrand <address@hidden>
---
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 c346b76bdf..a818c80332 100644
--- a/target/s390x/gen-features.c
+++ b/target/s390x/gen-features.c
@@ -702,6 +702,7 @@ static uint16_t qemu_LATEST[] = {
static uint16_t qemu_MAX[] = {
/* z13+ features */
S390_FEAT_STFLE_53,
+ S390_FEAT_VECTOR,
/* generates a dependency warning, leave it out for now */
S390_FEAT_MSA_EXT_5,
};
--
2.21.0
- [qemu-s390x] [PATCH v2 16/22] s390x/tcg: Implement VECTOR FP MULTIPLY AND (ADD|SUBTRACT), (continued)
- [qemu-s390x] [PATCH v2 16/22] s390x/tcg: Implement VECTOR FP MULTIPLY AND (ADD|SUBTRACT), David Hildenbrand, 2019/06/03
- [qemu-s390x] [PATCH v2 17/22] s390x/tcg: Implement VECTOR FP PERFORM SIGN OPERATION, David Hildenbrand, 2019/06/03
- [qemu-s390x] [PATCH v2 18/22] s390x/tcg: Implement VECTOR FP SQUARE ROOT, David Hildenbrand, 2019/06/03
- [qemu-s390x] [PATCH v2 19/22] s390x/tcg: Implement VECTOR FP SUBTRACT, David Hildenbrand, 2019/06/03
- [qemu-s390x] [PATCH v2 21/22] s390x/tcg: Allow linux-user to use vector instructions, David Hildenbrand, 2019/06/03
- [qemu-s390x] [PATCH v2 22/22] s390x/tcg: We support the Vector Facility,
David Hildenbrand <=
- [qemu-s390x] [PATCH v2 20/22] s390x/tcg: Implement VECTOR FP TEST DATA CLASS IMMEDIATE, David Hildenbrand, 2019/06/03
- Re: [qemu-s390x] [PATCH v2 00/22] s390x/tcg: Vector Instruction Support Part 4, David Hildenbrand, 2019/06/03
- [qemu-s390x] [PATCH v2 23/22] s390x: Bump the "qemu" CPU model up to a stripped-down z13, David Hildenbrand, 2019/06/03