Re: [PATCH v3 01/14] target/s390x: Make CKSM raise an exception if R2 is odd

2023-07-23 Thread Richard Henderson
On 7/19/23 23:11, Ilya Leoshkevich wrote: R2 designates an even-odd register pair; the instruction should raise a specification exception when R2 is not even. Cc: qemu-sta...@nongnu.org Fixes: e023e832d0ac ("s390x: translate engine for s390x CPU") Reviewed-by: David Hildenbrand Signed-off-by: I

[PATCH v3 01/14] target/s390x: Make CKSM raise an exception if R2 is odd

2023-07-19 Thread Ilya Leoshkevich
R2 designates an even-odd register pair; the instruction should raise a specification exception when R2 is not even. Cc: qemu-sta...@nongnu.org Fixes: e023e832d0ac ("s390x: translate engine for s390x CPU") Reviewed-by: David Hildenbrand Signed-off-by: Ilya Leoshkevich --- target/s390x/tcg/trans