mirror of
https://github.com/qemu/qemu.git
synced 2025-08-14 11:43:46 +00:00
s390x/tcg: We support the Vector Facility
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>
This commit is contained in:
parent
fd4818518b
commit
c7f22b31ce
@ -702,6 +702,7 @@ static uint16_t qemu_LATEST[] = {
|
|||||||
static uint16_t qemu_MAX[] = {
|
static uint16_t qemu_MAX[] = {
|
||||||
/* z13+ features */
|
/* z13+ features */
|
||||||
S390_FEAT_STFLE_53,
|
S390_FEAT_STFLE_53,
|
||||||
|
S390_FEAT_VECTOR,
|
||||||
/* generates a dependency warning, leave it out for now */
|
/* generates a dependency warning, leave it out for now */
|
||||||
S390_FEAT_MSA_EXT_5,
|
S390_FEAT_MSA_EXT_5,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user