]> xenbits.xensource.com Git - qemu-xen.git/commit
s390x/tcg: Fix VERIM with 32/64 bit elements
authorDavid Hildenbrand <david@redhat.com>
Wed, 14 Aug 2019 15:12:42 +0000 (17:12 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 28 Oct 2019 04:31:08 +0000 (23:31 -0500)
commit499a5d6bb47ec8be73fc47a37952c4d595957232
treec8386a464f04510b8b9f1ec511f2e869bdfe9e87
parent73a5bf472921068e6db10e7e325b7ac46f111834
s390x/tcg: Fix VERIM with 32/64 bit elements

Wrong order of operands. The constant always comes last. Makes QEMU crash
reliably on specific git fetch invocations.

Reported-by: Stefano Brivio <sbrivio@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20190814151242.27199-1-david@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Fixes: 5c4b0ab460ef ("s390x/tcg: Implement VECTOR ELEMENT ROTATE AND INSERT UNDER MASK")
Cc: qemu-stable@nongnu.org
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
(cherry picked from commit 25bcb45d1b81d22634daa2b1a2d8bee746ac129b)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/s390x/translate_vx.inc.c