From patchwork Sat Mar 16 20:08:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= X-Patchwork-Id: 10855983 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id EDD241669 for ; Sat, 16 Mar 2019 20:10:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C7B0729EA1 for ; Sat, 16 Mar 2019 20:10:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B673A29EA6; Sat, 16 Mar 2019 20:10:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=ham version=3.3.1 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.wl.linuxfoundation.org (Postfix) with ESMTPS id 559AE29EA1 for ; Sat, 16 Mar 2019 20:10:08 +0000 (UTC) Received: from localhost ([127.0.0.1]:45747 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Fd8-0001HU-VJ for patchwork-qemu-devel@patchwork.kernel.org; Sat, 16 Mar 2019 16:10:07 -0400 Received: from eggs.gnu.org ([209.51.188.92]:32925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Fbj-0008Ll-2N for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:08:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5Fbh-0007cW-Au for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:08:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56970) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5Fbg-0007b3-Jo; Sat, 16 Mar 2019 16:08:36 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CDF5D307E04C; Sat, 16 Mar 2019 20:08:33 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-28.brq.redhat.com [10.40.204.28]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8D54B60165; Sat, 16 Mar 2019 20:08:20 +0000 (UTC) From: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= To: Paolo Bonzini , qemu-devel@nongnu.org Date: Sat, 16 Mar 2019 21:08:04 +0100 Message-Id: <20190316200818.8265-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Sat, 16 Mar 2019 20:08:34 +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] [PATCH 00/14] hw/Kconfig: Fixes when running ./configure --without-default-devices 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: Thomas Huth , Cornelia Huck , Eduardo Habkost , David Hildenbrand , Aleksandar Markovic , Helge Deller , "Michael S. Tsirkin" , Mark Cave-Ayland , Aleksandar Rikalo , Halil Pasic , Christian Borntraeger , qemu-s390x@nongnu.org, qemu-ppc@nongnu.org, Artyom Tarasenko , Richard Henderson , =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= , Aurelien Jarno , David Gibson Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi, This series contains Kconfig fixes to be able to run binaries built using: './configure --without-default-devices'. Regards, Phil. Philippe Mathieu-Daudé (14): hw/isa/Kconfig: PIIX4 southbridge requires USB UHCI hw/isa/Kconfig: i82378 SuperIO requires PC speaker device hw/i386/Kconfig: Q35 machine requires e1000e network card hw/i386/Kconfig: isapc machine requires VGA display hw/i386/Kconfig: isapc machine requires e1000 network card hw/mips/Kconfig: Malta machine requires the pcnet network card hw/mips/Kconfig: Fulong 2e board requires ati-vga/rtl8139 PCI devices hw/ppc/Kconfig: Bamboo machine requires e1000 network card hw/ppc/Kconfig: e500 based machines require virtio-net-pci device hw/s390x/Kconfig: s390x machines require virtio-net-ccw device hw/sparc/Kconfig: SPARCstation machine requires the TCX display hw/sh4/Kconfig: r2d machine requires the rtl8139 network card hw/hppa/Kconfig: Dino board requires e1000 network card hw/alpha/Kconfig: DP264 hardware requires e1000 network card default-configs/mips-softmmu-common.mak | 1 + default-configs/mips64el-softmmu.mak | 2 ++ default-configs/sparc-softmmu.mak | 1 - hw/alpha/Kconfig | 1 + hw/hppa/Kconfig | 1 + hw/i386/Kconfig | 3 +++ hw/isa/Kconfig | 2 ++ hw/ppc/Kconfig | 2 ++ hw/s390x/Kconfig | 1 + hw/sh4/Kconfig | 1 + hw/sparc/Kconfig | 2 +- 11 files changed, 15 insertions(+), 2 deletions(-)