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

2023-07-24 Thread David Hildenbrand
On 24.07.23 10:15, 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 --- Reviewed

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

2023-07-24 Thread Richard Henderson
On 7/24/23 09:15, 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/s390

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

2023-07-24 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/insn-data.h.inc | 2 +- target/s390x/