From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5cIU-0003U8-C9 for qemu-devel@nongnu.org; Thu, 18 Jun 2015 12:04:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5cIP-0005Qg-Ut for qemu-devel@nongnu.org; Thu, 18 Jun 2015 12:04:10 -0400 Received: from mail-qg0-x22d.google.com ([2607:f8b0:400d:c04::22d]:34996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5cIP-0005Qb-RJ for qemu-devel@nongnu.org; Thu, 18 Jun 2015 12:04:05 -0400 Received: by qgeu36 with SMTP id u36so27568769qge.2 for ; Thu, 18 Jun 2015 09:04:05 -0700 (PDT) Sender: Richard Henderson Message-ID: <5582EBF1.2020600@twiddle.net> Date: Thu, 18 Jun 2015 12:04:01 -0400 From: Richard Henderson MIME-Version: 1.0 References: <1434488267-32108-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1434488267-32108-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-s390x: fix MOVE LONG instruction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , qemu-devel@nongnu.org Cc: Alexander Graf On 06/16/2015 04:57 PM, Aurelien Jarno wrote: > The MOVE LONG instruction should pad the destination operand with the > byte from bit positions 32-39 of the source length (r2 + 1), not with > the same byte in the source address. > > Cc: Alexander Graf > Cc: Richard Henderson > Signed-off-by: Aurelien Jarno > --- > target-s390x/mem_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Richard Henderson r~