From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:58250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJeJm-00031l-NK for qemu-devel@nongnu.org; Thu, 25 Apr 2019 09:21:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJeJl-0003Yz-QM for qemu-devel@nongnu.org; Thu, 25 Apr 2019 09:21:38 -0400 From: Cornelia Huck Date: Thu, 25 Apr 2019 15:21:15 +0200 Message-Id: <20190425132134.2839-1-cohuck@redhat.com> Subject: [Qemu-devel] [PULL 00/19] first batch of s390x patches for 4.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-s390x@nongnu.org, qemu-devel@nongnu.org, Cornelia Huck The following changes since commit 3284aa128153750f14a61e8a96fd085e6f2999b6: Merge remote-tracking branch 'remotes/lersek/tags/edk2-pull-2019-04-22' into staging (2019-04-24 13:19:41 +0100) are available in the Git repository at: https://github.com/cohuck/qemu tags/s390x-20190425 for you to fetch changes up to 41c3d4269b1c18d12d33c5bf089dace25d08e82e: Merge tag 's390-ccw-bios-2019-04-12' into s390-next-staging (2019-04-25 14:09:20 +0200) ---------------------------------------------------------------- - properly detect page size of initial memory - support for IPL (boot) from ECKD DASD passed through via vfio-ccw ---------------------------------------------------------------- Cornelia Huck (1): Merge tag 's390-ccw-bios-2019-04-12' into s390-next-staging David Hildenbrand (2): s390x/kvm: Configure page size after memory has actually been initialized exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize() Jason J. Herne (16): s390 vfio-ccw: Add bootindex property and IPLB data s390-bios: decouple cio setup from virtio s390-bios: decouple common boot logic from virtio s390-bios: Clean up cio.h s390-bios: Decouple channel i/o logic from virtio s390-bios: Map low core memory s390-bios: ptr2u32 and u32toptr s390-bios: Support for running format-0/1 channel programs s390-bios: cio error handling s390-bios: Extend find_dev() for non-virtio devices s390-bios: Factor finding boot device out of virtio code path s390-bios: Refactor virtio to run channel programs via cio s390-bios: Use control unit type to determine boot method s390-bios: Add channel command codes/structs needed for dasd-ipl s390-bios: Support booting from real dasd device s390-bios: Use control unit type to find bootable devices Thomas Huth (1): pc-bios/s390: Update firmware images -- 2.17.2 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 41359C43219 for ; Thu, 25 Apr 2019 13:32:19 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6C23D206BF for ; Thu, 25 Apr 2019 13:23:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6C23D206BF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([127.0.0.1]:57066 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJeLW-0004F4-Hn for qemu-devel@archiver.kernel.org; Thu, 25 Apr 2019 09:23:26 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJeJm-00031l-NK for qemu-devel@nongnu.org; Thu, 25 Apr 2019 09:21:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJeJl-0003Yz-QM for qemu-devel@nongnu.org; Thu, 25 Apr 2019 09:21:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51934) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hJeJl-0003Ye-L5; Thu, 25 Apr 2019 09:21:37 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id AB1078B100; Thu, 25 Apr 2019 13:21:36 +0000 (UTC) Received: from localhost (dhcp-192-187.str.redhat.com [10.33.192.187]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5AA0B60BE5; Thu, 25 Apr 2019 13:21:36 +0000 (UTC) From: Cornelia Huck To: Peter Maydell Date: Thu, 25 Apr 2019 15:21:15 +0200 Message-Id: <20190425132134.2839-1-cohuck@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Thu, 25 Apr 2019 13:21:36 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PULL 00/19] first batch of s390x patches for 4.1 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-s390x@nongnu.org, Cornelia Huck , qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="UTF-8" Message-ID: <20190425132115.KenEmWlTFVA5jQSpCFbCsFc5Qq0joxI8YyYxfLF745Y@z> The following changes since commit 3284aa128153750f14a61e8a96fd085e6f2999b6: Merge remote-tracking branch 'remotes/lersek/tags/edk2-pull-2019-04-22' into staging (2019-04-24 13:19:41 +0100) are available in the Git repository at: https://github.com/cohuck/qemu tags/s390x-20190425 for you to fetch changes up to 41c3d4269b1c18d12d33c5bf089dace25d08e82e: Merge tag 's390-ccw-bios-2019-04-12' into s390-next-staging (2019-04-25 14:09:20 +0200) ---------------------------------------------------------------- - properly detect page size of initial memory - support for IPL (boot) from ECKD DASD passed through via vfio-ccw ---------------------------------------------------------------- Cornelia Huck (1): Merge tag 's390-ccw-bios-2019-04-12' into s390-next-staging David Hildenbrand (2): s390x/kvm: Configure page size after memory has actually been initialized exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize() Jason J. Herne (16): s390 vfio-ccw: Add bootindex property and IPLB data s390-bios: decouple cio setup from virtio s390-bios: decouple common boot logic from virtio s390-bios: Clean up cio.h s390-bios: Decouple channel i/o logic from virtio s390-bios: Map low core memory s390-bios: ptr2u32 and u32toptr s390-bios: Support for running format-0/1 channel programs s390-bios: cio error handling s390-bios: Extend find_dev() for non-virtio devices s390-bios: Factor finding boot device out of virtio code path s390-bios: Refactor virtio to run channel programs via cio s390-bios: Use control unit type to determine boot method s390-bios: Add channel command codes/structs needed for dasd-ipl s390-bios: Support booting from real dasd device s390-bios: Use control unit type to find bootable devices Thomas Huth (1): pc-bios/s390: Update firmware images -- 2.17.2