Re: [PATCH] target/s390x: Fix CLFIT and CLGIT immediate size

2022-08-23 Thread David Hildenbrand
On 17.08.22 18:15, Ilya Leoshkevich wrote: > I2 is 16 bits, not 32. > > Found by running valgrind's none/tests/s390x/traps. > > Fixes: 1c2687518235 ("target-s390: Implement COMPARE AND TRAP") > Signed-off-by: Ilya Leoshkevich > --- > target/s390x/tcg/insn-data.def | 4 ++-- > 1 file changed, 2

Re: [PATCH] target/s390x: Fix CLFIT and CLGIT immediate size

2022-08-22 Thread Thomas Huth
On 17/08/2022 18.15, Ilya Leoshkevich wrote: I2 is 16 bits, not 32. Found by running valgrind's none/tests/s390x/traps. Fixes: 1c2687518235 ("target-s390: Implement COMPARE AND TRAP") Signed-off-by: Ilya Leoshkevich --- target/s390x/tcg/insn-data.def | 4 ++-- 1 file changed, 2

[PATCH] target/s390x: Fix CLFIT and CLGIT immediate size

2022-08-17 Thread Ilya Leoshkevich
I2 is 16 bits, not 32. Found by running valgrind's none/tests/s390x/traps. Fixes: 1c2687518235 ("target-s390: Implement COMPARE AND TRAP") Signed-off-by: Ilya Leoshkevich --- target/s390x/tcg/insn-data.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git