projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da215c2
)
s390x/tcg: We support Vector enhancements facility
author
David Hildenbrand
<david@redhat.com>
Tue, 8 Jun 2021 09:23:36 +0000
(11:23 +0200)
committer
Cornelia Huck
<cohuck@redhat.com>
Mon, 21 Jun 2021 06:48:21 +0000
(08:48 +0200)
Everything is wired up and all new instructions are implemented.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <
20210608092337
.12221-26-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@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 a6ec918e901e873e16ace060476c4efe8c386251..219b1f9420730e104fe2d51f6ed8d9526867da73 100644
(file)
--- a/
target/s390x/gen-features.c
+++ b/
target/s390x/gen-features.c
@@
-720,6
+720,7
@@
static uint16_t qemu_MAX[] = {
S390_FEAT_INSTRUCTION_EXEC_PROT,
S390_FEAT_MISC_INSTRUCTION_EXT2,
S390_FEAT_MSA_EXT_8,
+ S390_FEAT_VECTOR_ENH,
};
/****** END FEATURE DEFS ******/