From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDYsE-0000o5-3x for qemu-devel@nongnu.org; Tue, 20 Jan 2015 08:29:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDYsA-0006qg-Ld for qemu-devel@nongnu.org; Tue, 20 Jan 2015 08:29:38 -0500 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:34775) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDYsA-0006qY-Ea for qemu-devel@nongnu.org; Tue, 20 Jan 2015 08:29:34 -0500 Received: by mail-wi0-f180.google.com with SMTP id bs8so23372360wib.1 for ; Tue, 20 Jan 2015 05:29:33 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54BE5839.1040802@redhat.com> Date: Tue, 20 Jan 2015 14:29:29 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1420736469-2891-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1420736469-2891-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] target-s390x: fixes for GMP testsuite List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: agraf@suse.de Cc: torbjorng@google.com, qemu-devel@nongnu.org On 08/01/2015 18:01, Paolo Bonzini wrote: > Reported and tested by Torbjorn. One patch is mine, one is his. > > Paolo Bonzini (1): > target-s390x: support OC and NC in the EX instruction > > Torbjorn Granlund (1): > target-s390x: fix and optimize slb* and slbg* computation of > carry/borrow flag > > target-s390x/cc_helper.c | 18 ++++-------------- > target-s390x/mem_helper.c | 8 ++++++++ > 2 files changed, 12 insertions(+), 14 deletions(-) > Alex, ping? Paolo