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

2023-07-19 Thread David Hildenbrand
On 18.07.23 23:21, 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") Signed-off-by: Ilya Leoshkevich --- target/s

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

2023-07-18 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") Signed-off-by: Ilya Leoshkevich --- target/s390x/tcg/translate.c | 11 +-- 1 file