Re: [PATCH 1/2] target/s390x: Fix VSTL with a large length

2023-08-05 Thread David Hildenbrand
On 05.08.23 01:55, Ilya Leoshkevich wrote: The length is always truncated to 16 bytes. Do not probe more than that. Cc: qemu-sta...@nongnu.org Fixes: 0e0a5b49ad58 ("s390x/tcg: Implement VECTOR STORE WITH LENGTH") Signed-off-by: Ilya Leoshkevich --- target/s390x/tcg/vec_helper.c | 2 +- 1 fil

[PATCH 1/2] target/s390x: Fix VSTL with a large length

2023-08-04 Thread Ilya Leoshkevich
The length is always truncated to 16 bytes. Do not probe more than that. Cc: qemu-sta...@nongnu.org Fixes: 0e0a5b49ad58 ("s390x/tcg: Implement VECTOR STORE WITH LENGTH") Signed-off-by: Ilya Leoshkevich --- target/s390x/tcg/vec_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff