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=-11.0 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 C11F3C04AB1 for ; Mon, 13 May 2019 08:31:50 +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 923E320989 for ; Mon, 13 May 2019 08:31:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 923E320989 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]:53135 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQ6NB-0006kO-Do for qemu-devel@archiver.kernel.org; Mon, 13 May 2019 04:31:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQ6LX-0005ZL-B3 for qemu-devel@nongnu.org; Mon, 13 May 2019 04:30:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQ6LO-0005UY-9J for qemu-devel@nongnu.org; Mon, 13 May 2019 04:30:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41760) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hQ6LB-0005NB-Cv; Mon, 13 May 2019 04:29:45 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3B512C057F2E; Mon, 13 May 2019 08:29:44 +0000 (UTC) Received: from thuth.com (ovpn-116-122.ams2.redhat.com [10.36.116.122]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5BDED6A97B; Mon, 13 May 2019 08:29:43 +0000 (UTC) From: Thomas Huth To: Peter Maydell , qemu-devel@nongnu.org Date: Mon, 13 May 2019 10:29:38 +0200 Message-Id: <20190513082940.30295-1-thuth@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Mon, 13 May 2019 08:29:44 +0000 (UTC) Content-Transfer-Encoding: quoted-printable 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 v3 00/29] Kconfig for Arm 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-arm@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Hi Peter, the following changes since commit efb4f3b62c69383a7308d7b739a3193e7c0cca= e8: Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request'= into staging (2019-05-10 14:49:36 +0100) are available in the Git repository at: https://gitlab.com/huth/qemu.git tags/pull-request-2019-05-13 for you to fetch changes up to 704d9892561d3b7ac4728296240a1b3ccfa2045a: hw/arm: Remove hard-enablement of the remaining PCI devices (2019-05-13= 09:36:32 +0200) ---------------------------------------------------------------- Kconfig settings for the Arm machines (v3: Added the config-devices.mak.d patch to fix the dependencies) ---------------------------------------------------------------- Thomas Huth (29): hw/pci/pci-stub: Add msi_enabled() and msi_notify() to the pci stub= s Makefile: Fix inclusion of the config-devices.mak.d Kconfig depende= ncies hw/ide/ahci: Add a Kconfig switch for the AHCI-ICH9 device hw/arm: Express dependencies of the exynos machines with Kconfig hw/arm: Express dependencies of the highbank machines with Kconfig hw/arm: Express dependencies of integratorcp with Kconfig hw/arm: Express dependencies of the fsl-imx31 machine with Kconfig hw/arm: Express dependencies of musicpal with Kconfig hw/arm: Express dependencies of the OMAP machines with Kconfig hw/arm: Express dependencies of stellaris with Kconfig hw/arm: Express dependencies of realview, versatile and vexpress wi= th Kconfig hw/arm: Express dependencies of the PXA2xx machines with Kconfig hw/arm: Express dependencies of xilinx-zynq with Kconfig hw/arm: Express dependencies of collie with Kconfig hw/arm: Express dependencies of the aspeed boards with Kconfig hw/arm: Express dependencies of the virt machine with Kconfig hw/arm: Express dependencies of netduino / stm32f2xx with Kconfig hw/arm: Express dependencies of allwinner / cubieboard with Kconfig hw/arm: Express dependencies of the MPS2 boards with Kconfig hw/arm: Express dependencies of the raspi machines with Kconfig hw/arm: Express dependencies of canon-a1100 with Kconfig hw/arm: Express dependencies of sabrelite with Kconfig hw/arm: Express dependencies of the MSF2 / EMCRAFT_SF2 machine with= Kconfig hw/arm: Express dependencies of the remaining IMX boards with Kconf= ig hw/arm: Express dependencies of the microbit / nrf51 machine with K= config hw/arm: Express dependencies of the ZynqMP zcu102 machine with Kcon= fig hw/arm: Express dependencies of the xlnx-versal-virt machine with K= config hw/arm: Express dependencies of the musca machines with Kconfig hw/arm: Remove hard-enablement of the remaining PCI devices Makefile | 2 +- configure | 2 +- default-configs/aarch64-softmmu.mak | 5 - default-configs/arm-softmmu.mak | 179 ++++---------------- docs/devel/kconfig.rst | 2 +- hw/arm/Kconfig | 317 ++++++++++++++++++++++++++++++= +++++- hw/arm/Makefile.objs | 25 ++- hw/display/Kconfig | 3 + hw/i2c/Kconfig | 2 +- hw/i386/Kconfig | 2 +- hw/ide/Kconfig | 6 +- hw/ide/Makefile.objs | 2 +- hw/misc/Kconfig | 2 + hw/pci/pci-stub.c | 11 ++ 14 files changed, 387 insertions(+), 173 deletions(-)