From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIdnM-00046Y-7h for qemu-devel@nongnu.org; Tue, 03 Feb 2015 08:45:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIdnH-00052N-ET for qemu-devel@nongnu.org; Tue, 03 Feb 2015 08:45:36 -0500 Received: from mail-la0-f49.google.com ([209.85.215.49]:45981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIdnH-00052G-7V for qemu-devel@nongnu.org; Tue, 03 Feb 2015 08:45:31 -0500 Received: by mail-la0-f49.google.com with SMTP id gf13so51577378lab.8 for ; Tue, 03 Feb 2015 05:45:30 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1422968928-9710-1-git-send-email-cornelia.huck@de.ibm.com> References: <1422968928-9710-1-git-send-email-cornelia.huck@de.ibm.com> From: Peter Maydell Date: Tue, 3 Feb 2015 13:45:10 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/9] s390x bugfixes and cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: Christian Borntraeger , Jens Freimann , QEMU Developers , Alexander Graf 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... -- PMM