projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd48185
)
s390x/tcg: We support the Vector Facility
author
David Hildenbrand
<david@redhat.com>
Wed, 29 May 2019 20:29:46 +0000
(22:29 +0200)
committer
David 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
patch
|
blob
|
history
diff --git
a/target/s390x/gen-features.c
b/target/s390x/gen-features.c
index c346b76bdfbed9689b0352f08395919d86cccc23..a818c80332853afc32907425327743b9ce2c5b66 100644
(file)
--- 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,
};