]> xenbits.xensource.com Git - qemu-xen.git/commit
target/s390x: Fix VSTL with a large length
authorIlya Leoshkevich <iii@linux.ibm.com>
Fri, 4 Aug 2023 23:55:33 +0000 (01:55 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 23 Aug 2023 10:06:44 +0000 (12:06 +0200)
commit6db3518ba4fcddd71049718f138552999f0d97b4
tree9e70141e63447806f943d4021a7a8f801fc4c3cb
parent6a2ea6151835aa4f5fee29382a421c13b0e6619f
target/s390x: Fix VSTL with a large length

The length is always truncated to 16 bytes. Do not probe more than
that.

Cc: qemu-stable@nongnu.org
Fixes: 0e0a5b49ad58 ("s390x/tcg: Implement VECTOR STORE WITH LENGTH")
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-Id: <20230804235624.263260-1-iii@linux.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/tcg/vec_helper.c