mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-31 03:30:31 -07: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue