commit | 6db3518ba4fcddd71049718f138552999f0d97b4 | [log] [tgz] |
---|---|---|
author | Ilya Leoshkevich <iii@linux.ibm.com> | Sat Aug 05 01:55:33 2023 +0200 |
committer | Thomas Huth <thuth@redhat.com> | Wed Aug 23 12:06:44 2023 +0200 |
tree | 9e70141e63447806f943d4021a7a8f801fc4c3cb | |
parent | 6a2ea6151835aa4f5fee29382a421c13b0e6619f [diff] |
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>