s390x/tcg: We support the Vector Facility
authorDavid Hildenbrand <david@redhat.com>
Wed, 29 May 2019 20:29:46 +0000 (22:29 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 7 Jun 2019 12:53:26 +0000 (14:53 +0200)
Let's add it to the max model, so we can enable it.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
target/s390x/gen-features.c

index c346b76bdfbed9689b0352f08395919d86cccc23..a818c80332853afc32907425327743b9ce2c5b66 100644 (file)
@@ -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,
 };