Re: [PATCH] target/s390x: Check reserved bits of VFMIN/VFMAX's M5

2023-08-05 Thread David Hildenbrand
On 05.08.23 01:46, Ilya Leoshkevich wrote: VFMIN and VFMAX should raise a specification exceptions when bits 1-3 of M5 are set. Cc: qemu-sta...@nongnu.org Fixes: da4807527f3b ("s390x/tcg: Implement VECTOR FP (MAXIMUM|MINIMUM)") Signed-off-by: Ilya Leoshkevich --- target/s390x/tcg/translate_vx

[PATCH] target/s390x: Check reserved bits of VFMIN/VFMAX's M5

2023-08-04 Thread Ilya Leoshkevich
VFMIN and VFMAX should raise a specification exceptions when bits 1-3 of M5 are set. Cc: qemu-sta...@nongnu.org Fixes: da4807527f3b ("s390x/tcg: Implement VECTOR FP (MAXIMUM|MINIMUM)") Signed-off-by: Ilya Leoshkevich --- target/s390x/tcg/translate_vx.c.inc | 2 +- 1 file changed, 1 insertion(+),