Re: [PATCH v3 04/14] target/s390x: Fix ICM with M3=0

2023-07-23 Thread Richard Henderson
On 7/19/23 23:11, Ilya Leoshkevich wrote: When the mask is zero, access exceptions should still be recognized for 1 byte at the second-operand address. CC should be set to 0. Cc:qemu-sta...@nongnu.org Fixes: e023e832d0ac ("s390x: translate engine for s390x CPU") Reviewed-by: David Hildenbrand Si

[PATCH v3 04/14] target/s390x: Fix ICM with M3=0

2023-07-19 Thread Ilya Leoshkevich
When the mask is zero, access exceptions should still be recognized for 1 byte at the second-operand address. CC should be set to 0. Cc: qemu-sta...@nongnu.org Fixes: e023e832d0ac ("s390x: translate engine for s390x CPU") Reviewed-by: David Hildenbrand Signed-off-by: Ilya Leoshkevich --- target