Re: [PATCH 1/1] s390x/tcg: Fix opcode for lzrf

2022-09-19 Thread David Hildenbrand
On 14.09.22 12:57, Christian Borntraeger wrote: Fix the opcode for Load and Zero Rightmost Byte (32). Cc: qemu-sta...@nongnu.org Reported-by: Nathan Chancellor Tested-by: Nathan Chancellor Signed-off-by: Christian Borntraeger --- Reviewed-by: David Hildenbrand -- Thanks, David / dhildenb

Re: [PATCH 1/1] s390x/tcg: Fix opcode for lzrf

2022-09-14 Thread Thomas Huth
On 14/09/2022 11.57, Christian Borntraeger wrote: Fix the opcode for Load and Zero Rightmost Byte (32). Cc: qemu-sta...@nongnu.org Reported-by: Nathan Chancellor Tested-by: Nathan Chancellor Signed-off-by: Christian Borntraeger --- target/s390x/tcg/insn-data.def | 2 +- 1 file changed, 1 i

Re: [PATCH 1/1] s390x/tcg: Fix opcode for lzrf

2022-09-14 Thread Cornelia Huck
On Wed, Sep 14 2022, Christian Borntraeger wrote: > Fix the opcode for Load and Zero Rightmost Byte (32). Fixes: c2a5c1d718ea ("target/s390x: Implement load-and-zero-rightmost-byte insns") > > Cc: qemu-sta...@nongnu.org > Reported-by: Nathan Chancellor > Tested-by: Nathan Chancellor > Signed

[PATCH 1/1] s390x/tcg: Fix opcode for lzrf

2022-09-14 Thread Christian Borntraeger
Fix the opcode for Load and Zero Rightmost Byte (32). Cc: qemu-sta...@nongnu.org Reported-by: Nathan Chancellor Tested-by: Nathan Chancellor Signed-off-by: Christian Borntraeger --- target/s390x/tcg/insn-data.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/s390x/