diff options
| author | David Hildenbrand <david@redhat.com> | 2021-06-08 11:23:36 +0200 |
|---|---|---|
| committer | Cornelia Huck <cohuck@redhat.com> | 2021-06-21 08:48:21 +0200 |
| commit | 8a9b7ed32d491693ed57d025d8a7d26f7a6a7d14 (patch) | |
| tree | d5889815f344242925ac86cf5af97c52463bad03 | |
| parent | da215c239439539ffcbc0f79fba7b867eb3d8030 (diff) | |
| download | focaccia-qemu-8a9b7ed32d491693ed57d025d8a7d26f7a6a7d14.tar.gz focaccia-qemu-8a9b7ed32d491693ed57d025d8a7d26f7a6a7d14.zip | |
s390x/tcg: We support Vector enhancements facility
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>
| -rw-r--r-- | target/s390x/gen-features.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c index a6ec918e90..219b1f9420 100644 --- 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 ******/ |