Commit c7f22b31 authored by David Hildenbrand's avatar David Hildenbrand
Browse files

s390x/tcg: We support the Vector Facility



Let's add it to the max model, so we can enable it.

Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
Signed-off-by: default avatarDavid Hildenbrand <david@redhat.com>
parent fd481851
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
};