From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDpZW-0003RA-Sc for qemu-devel@nongnu.org; Sat, 11 Jul 2015 03:51:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZDpZT-0000wq-NQ for qemu-devel@nongnu.org; Sat, 11 Jul 2015 03:51:42 -0400 Received: from mail-ob0-x22f.google.com ([2607:f8b0:4003:c01::22f]:33637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDpZT-0000wa-HU for qemu-devel@nongnu.org; Sat, 11 Jul 2015 03:51:39 -0400 Received: by obbgp5 with SMTP id gp5so91675723obb.0 for ; Sat, 11 Jul 2015 00:51:38 -0700 (PDT) Sender: Richard Henderson References: <1436556159-3002-1-git-send-email-sw@weilnetz.de> From: Richard Henderson Message-ID: <55A0CB00.4010200@twiddle.net> Date: Sat, 11 Jul 2015 08:51:28 +0100 MIME-Version: 1.0 In-Reply-To: <1436556159-3002-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.4] tci: Fix regression with INDEX_op_qemu_st_i32, INDEX_op_qemu_st_i64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil , QEMU Developer , Peter Maydell On 07/10/2015 08:22 PM, Stefan Weil wrote: > Commit 59227d5d45bb3c31dc2118011691c35b3c00879c did not update the > code in tcg/tci/tcg-target.c for those two cases. > > Signed-off-by: Stefan Weil > --- > > Peter, could you please apply this patch directly (after Richard's review)? > Maybe this is simpler than waiting for a pull request. Reviewed-by: Richard Henderson r~