From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIdq9-0005Tu-Ai for qemu-devel@nongnu.org; Tue, 03 Feb 2015 08:48:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIdq5-0005my-3h for qemu-devel@nongnu.org; Tue, 03 Feb 2015 08:48:29 -0500 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:46662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIdq4-0005me-Q7 for qemu-devel@nongnu.org; Tue, 03 Feb 2015 08:48:25 -0500 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 3 Feb 2015 13:48:22 -0000 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id C8DEE17D8024 for ; Tue, 3 Feb 2015 13:48:28 +0000 (GMT) Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t13DmLds5701896 for ; Tue, 3 Feb 2015 13:48:21 GMT Received: from d06av12.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t13DmJO0009715 for ; Tue, 3 Feb 2015 06:48:20 -0700 Message-ID: <54D0D1A2.90706@de.ibm.com> Date: Tue, 03 Feb 2015 14:48:18 +0100 From: Christian Borntraeger MIME-Version: 1.0 References: <1422968928-9710-1-git-send-email-cornelia.huck@de.ibm.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/9] s390x bugfixes and cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Cornelia Huck Cc: Jens Freimann , Richard Henderson , QEMU Developers , Alexander Graf Am 03.02.2015 um 14:45 schrieb Peter Maydell: > On 3 February 2015 at 13:08, Cornelia Huck wrote: >> The following changes since commit 16017c48547960539fcadb1f91d252124f442482: >> >> softfloat: Clarify license status (2015-01-29 16:45:45 +0000) >> >> are available in the git repository at: >> >> git://github.com/cohuck/qemu tags/s390x-20150203 >> >> for you to fetch changes up to 553ce81c31e49d834b1bf635ab486695a4694333: >> >> pc-bios/s390-ccw: update binary (2015-02-03 13:42:40 +0100) >> >> ---------------------------------------------------------------- >> Some bugfixes and cleanups for s390x, both in the new pci code and >> in old code. >> >> ---------------------------------------------------------------- > > I'm a bit sad my fix-clang-warnings-in-s390 code patches didn't > make it in to this pull, because I think they're the only > remaining obstacle to my enabling warnings-are-errors in that > build config... These fixes are tcg code, so Alex or Richard should take these. Christian