From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9GSZ-0003W5-1Y for qemu-devel@nongnu.org; Thu, 08 Jan 2015 12:01:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y9GST-0001kD-Jp for qemu-devel@nongnu.org; Thu, 08 Jan 2015 12:01:22 -0500 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:38795) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9GST-0001k6-EK for qemu-devel@nongnu.org; Thu, 08 Jan 2015 12:01:17 -0500 Received: by mail-we0-f173.google.com with SMTP id q58so3580028wes.4 for ; Thu, 08 Jan 2015 09:01:16 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 8 Jan 2015 18:01:07 +0100 Message-Id: <1420736469-2891-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] target-s390x: fixes for GMP testsuite List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: torbjorng@google.com, agraf@suse.de 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(-) -- 1.8.3.1