]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/s390x: Fix LCBB overwriting the top 32 bits
authorIlya Leoshkevich <iii@linux.ibm.com>
Fri, 26 May 2023 18:12:37 +0000 (20:12 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 7 Jun 2023 08:52:08 +0000 (11:52 +0300)
commit347714a28cc5316aab31e2a0f3758ec870cea86f
tree5347414396bd09946936dabb1ea7b604068dca37
parent7cba3a05b57e7e62b03e57c88a8416fd84635d16
target/s390x: Fix LCBB overwriting the top 32 bits

LCBB is supposed to overwrite only the bottom 32 bits, but QEMU
erroneously overwrites the entire register.

Fixes: 6d9303322ed9 ("s390x/tcg: Implement LOAD COUNT TO BLOCK BOUNDARY")
Cc: qemu-stable@nongnu.org
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-Id: <20230526181240.1425579-2-iii@linux.ibm.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
(cherry picked from commit 079181b9bc60389e106009a1530d3cc42256f567)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/s390x/tcg/insn-data.h.inc