From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLB4n-0007eX-69 for qemu-devel@nongnu.org; Fri, 31 Jul 2015 10:14:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZLB4i-00069d-KT for qemu-devel@nongnu.org; Fri, 31 Jul 2015 10:14:21 -0400 Received: from mail-qg0-x22b.google.com ([2607:f8b0:400d:c04::22b]:34263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLB4i-00069N-H1 for qemu-devel@nongnu.org; Fri, 31 Jul 2015 10:14:16 -0400 Received: by qgeu79 with SMTP id u79so46501437qge.1 for ; Fri, 31 Jul 2015 07:14:15 -0700 (PDT) Sender: Richard Henderson References: <1438293840-7569-1-git-send-email-aurelien@aurel32.net> From: Richard Henderson Message-ID: <55BB82B2.1000400@twiddle.net> Date: Fri, 31 Jul 2015 07:14:10 -0700 MIME-Version: 1.0 In-Reply-To: <1438293840-7569-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 0/3] tcg: fixes for MIPS and S390 hosts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , qemu-devel@nongnu.org On 07/30/2015 03:03 PM, Aurelien Jarno wrote: > These are small fixes for MIPS and S390 hosts, found by testing various > guests on these hosts. > > Aurelien Jarno (3): > tcg/mips: fix TLB loading for BE host with 32-bit guests > tcg/mips: Mask TCGMemOp appropriately for indexing > tcg/s390x: Mask TCGMemOp appropriately for indexing > > tcg/mips/tcg-target.c | 8 +++++--- > tcg/s390/tcg-target.c | 4 ++-- > 2 files changed, 7 insertions(+), 5 deletions(-) > Reviewed-by: Richard Henderson r~