[Qemu-devel] [PATCH v1 22/23] s390x/tcg: We support the Vector Facility

David Hildenbrand posted 23 patches 6 years, 5 months ago
There is a newer version of this series
[Qemu-devel] [PATCH v1 22/23] s390x/tcg: We support the Vector Facility
Posted by David Hildenbrand 6 years, 5 months ago
Let's add it to the max model, so we can enable it.

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 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.20.1


Re: [Qemu-devel] [PATCH v1 22/23] s390x/tcg: We support the Vector Facility
Posted by Richard Henderson 6 years, 5 months ago
On 5/31/19 5:44 AM, David Hildenbrand wrote:
> Let's add it to the max model, so we can enable it.
> 
> Signed-off-by: David Hildenbrand <david@redhat.com>
> ---
>  target/s390x/gen-features.c | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~