[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/1] s390x/tcg: Fix opcode for lzrf
From: |
Cornelia Huck |
Subject: |
Re: [PATCH 1/1] s390x/tcg: Fix opcode for lzrf |
Date: |
Wed, 14 Sep 2022 13:51:38 +0200 |
User-agent: |
Notmuch/0.36 (https://notmuchmail.org) |
On Wed, Sep 14 2022, Christian Borntraeger <borntraeger@linux.ibm.com> wrote:
> Fix the opcode for Load and Zero Rightmost Byte (32).
Fixes: c2a5c1d718ea ("target/s390x: Implement load-and-zero-rightmost-byte
insns")
>
> Cc: qemu-stable@nongnu.org
> Reported-by: Nathan Chancellor <nathan@kernel.org>
> Tested-by: Nathan Chancellor <nathan@kernel.org>
> Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
> ---
> target/s390x/tcg/insn-data.def | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Cornelia Huck <cohuck@redhat.com>