From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwTxj-0007Uq-3X for qemu-devel@nongnu.org; Wed, 11 Nov 2015 06:56:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwTwf-0000KI-1i for qemu-devel@nongnu.org; Wed, 11 Nov 2015 06:53:15 -0500 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:55243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwTwe-0000Ix-P1 for qemu-devel@nongnu.org; Wed, 11 Nov 2015 06:52:08 -0500 Received: from localhost by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 11 Nov 2015 11:52:05 -0000 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 52AFE2190046 for ; Wed, 11 Nov 2015 11:51:59 +0000 (GMT) Received: from d06av10.portsmouth.uk.ibm.com (d06av10.portsmouth.uk.ibm.com [9.149.37.251]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id tABBq33D590210 for ; Wed, 11 Nov 2015 11:52:04 GMT Received: from d06av10.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id tABAq4DI003037 for ; Wed, 11 Nov 2015 03:52:04 -0700 References: <1447084592-26322-1-git-send-email-cornelia.huck@de.ibm.com> From: Christian Borntraeger Message-ID: <56432BE3.9070703@de.ibm.com> Date: Wed, 11 Nov 2015 12:52:03 +0100 MIME-Version: 1.0 In-Reply-To: <1447084592-26322-1-git-send-email-cornelia.huck@de.ibm.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.5 00/15] s390x patches for 2.5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , qemu-devel@nongnu.org Cc: jfrei@linux.vnet.ibm.com, agraf@suse.de Am 09.11.2015 um 16:56 schrieb Cornelia Huck: > Hopefully last big batch of s390x patches, including: > - bugfixes for LE host and for pci translation > - MAINTAINERS update > - hugetlbfs enablement (kernel patches pending) > - boot from El Torito iso images on virtio-blk > (boot from scsi pending) > - cleanup in the ipl device code > > There's also a helper function for resetting busless devices in the > qdev core in there. > > Christian Borntraeger (1): > s390: deprecate the non-ccw machine in 2.5 > > Cornelia Huck (4): > s390x/css: sense data endianness > MAINTAINERS: update s390 file patterns > MAINTAINERS: update virtio-ccw/s390 git tree > pc-bios/s390-ccw: rebuild image > > David Hildenbrand (3): > qdev: provide qdev_reset_all_fn() > s390x/ipl: clean up qom definitions and turn into TYPE_DEVICE > s390x/ipl: switch error reporting to error_setg > > Dominik Dingel (2): > s390x: switch to memory_region_allocate_system_memory > s390x/kvm: don't enable CMMA when hugetlbfs will be used > > Maxim Samoylov (4): > pc-bios/s390-ccw: Always adjust virtio sector count > pc-bios/s390-ccw: ISO-9660 El Torito boot implementation > pc-bios/s390-ccw: El Torito s390x boot entry check > pc-bios/s390-ccw: El Torito 16-bit boot image size field workaround > > Yi Min Zhao (1): > s390x/pci : fix up s390 pci iommu translation function > > MAINTAINERS | 20 +++-- > hw/core/qdev.c | 5 ++ > hw/s390x/css.c | 6 ++ > hw/s390x/ipl.c | 68 ++++----------- > hw/s390x/ipl.h | 25 ++++++ > hw/s390x/s390-pci-bus.c | 8 +- > hw/s390x/s390-virtio-ccw.c | 3 +- > hw/s390x/s390-virtio.c | 16 ++-- > include/hw/qdev-core.h | 1 + > pc-bios/s390-ccw.img | Bin 13856 -> 17760 bytes > pc-bios/s390-ccw/bootmap.c | 206 +++++++++++++++++++++++++++++++++++++++++++++ > pc-bios/s390-ccw/bootmap.h | 206 +++++++++++++++++++++++++++++++++++++++++++++ > pc-bios/s390-ccw/virtio.c | 7 ++ > pc-bios/s390-ccw/virtio.h | 8 +- > target-s390x/kvm.c | 4 +- > 15 files changed, 506 insertions(+), 77 deletions(-) > Series looks good for 2.5.