Re: [PATCH 2/3] target/s390x: Fix emulation of the VISTR instruction

2022-10-12 Thread David Hildenbrand
On 12.10.22 20:27, Thomas Huth wrote: The element size is encoded in the M3 field, not in the M4 field. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1248 Fixes: be6324c6b734 ("s390x/tcg: Implement VECTOR ISOLATE STRING") Reviewed-by: Richard Henderson Signed-off-by: Thomas Huth ---

[PATCH 2/3] target/s390x: Fix emulation of the VISTR instruction

2022-10-12 Thread Thomas Huth
The element size is encoded in the M3 field, not in the M4 field. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1248 Fixes: be6324c6b734 ("s390x/tcg: Implement VECTOR ISOLATE STRING") Reviewed-by: Richard Henderson Signed-off-by: Thomas Huth --- target/s390x/tcg/translate_vx.c.inc | 2