From nobody Sat Apr 27 17:18:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552767068330878.4548244922752; Sat, 16 Mar 2019 13:11:08 -0700 (PDT) Received: from localhost ([127.0.0.1]:45768 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Fdz-0001SV-6H for importer@patchew.org; Sat, 16 Mar 2019 16:10:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:32939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Fbn-0008NS-Pn for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:08:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5Fbl-0007ej-6C for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:08:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58180) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5Fbk-0007dr-EG; Sat, 16 Mar 2019 16:08:41 -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 5B8B0308FC4D; Sat, 16 Mar 2019 20:08:39 +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 58EE960634; Sat, 16 Mar 2019 20:08:34 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: Paolo Bonzini , qemu-devel@nongnu.org Date: Sat, 16 Mar 2019 21:08:05 +0100 Message-Id: <20190316200818.8265-2-philmd@redhat.com> In-Reply-To: <20190316200818.8265-1-philmd@redhat.com> References: <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.43]); Sat, 16 Mar 2019 20:08:39 +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] [PATCH 01/14] hw/isa/Kconfig: PIIX4 southbridge requires USB UHCI 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=20Mathieu-Daud=C3=A9?= , Aurelien Jarno , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" This fixes when configuring with --without-default-devices: $ qemu-system-mips64 -bios /dev/null -M malta qemu-system-mips64: Unknown device 'piix4-usb-uhci' for bus 'PCI' Fixes: 7c28b925b7e Signed-off-by: Philippe Mathieu-Daud=C3=A9 --- hw/isa/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig index 57e09a0cb8..c942b47d03 100644 --- a/hw/isa/Kconfig +++ b/hw/isa/Kconfig @@ -29,6 +29,7 @@ config PIIX4 # For historical reasons, SuperIO devices are created in the board # for PIIX4. select ISA_BUS + select USB_UHCI =20 config VT82C686 bool --=20 2.20.1 From nobody Sat Apr 27 17:18:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 15527670714676.47214402043187; Sat, 16 Mar 2019 13:11:11 -0700 (PDT) Received: from localhost ([127.0.0.1]:45771 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Fe4-0001XM-84 for importer@patchew.org; Sat, 16 Mar 2019 16:11:04 -0400 Received: from eggs.gnu.org ([209.51.188.92]:32981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Fbw-0008Sp-1h for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:08:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5Fbu-0007mZ-Qw for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:08:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59826) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5Fbt-0007lc-Px; Sat, 16 Mar 2019 16:08:50 -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 ED51985A03; Sat, 16 Mar 2019 20:08:48 +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 DF3B360634; Sat, 16 Mar 2019 20:08:39 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: Paolo Bonzini , qemu-devel@nongnu.org Date: Sat, 16 Mar 2019 21:08:06 +0100 Message-Id: <20190316200818.8265-3-philmd@redhat.com> In-Reply-To: <20190316200818.8265-1-philmd@redhat.com> References: <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.26]); Sat, 16 Mar 2019 20:08:49 +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] [PATCH 02/14] hw/isa/Kconfig: i82378 SuperIO requires PC speaker device 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=20Mathieu-Daud=C3=A9?= , Aurelien Jarno , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" This fixes when configuring with --without-default-devices: $ qemu-system-ppc -M prep qemu-system-ppc: Machine type 'prep' is deprecated: use 40p machine type = instead qemu-system-ppc: Unknown device 'isa-pcspk' for bus 'ISA' Fixes: dd0ff8191ab Signed-off-by: Philippe Mathieu-Daud=C3=A9 --- hw/isa/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig index c942b47d03..6db0d7970c 100644 --- a/hw/isa/Kconfig +++ b/hw/isa/Kconfig @@ -11,6 +11,7 @@ config I82378 select I8254 select I82374 select MC146818RTC + select PCSPK =20 config PC87312 bool --=20 2.20.1 From nobody Sat Apr 27 17:18:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 155276739642222.098343901585736; Sat, 16 Mar 2019 13:16:36 -0700 (PDT) Received: from localhost ([127.0.0.1]:45857 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5FjE-0006GA-5A for importer@patchew.org; Sat, 16 Mar 2019 16:16:24 -0400 Received: from eggs.gnu.org ([209.51.188.92]:32989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Fc3-000060-Kl for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:09:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5Fc2-0007qQ-Ry for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:08:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37864) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5Fc2-0007pZ-Ch; Sat, 16 Mar 2019 16:08:58 -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 9E354C0B6151; Sat, 16 Mar 2019 20:08:56 +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 7CA3160634; Sat, 16 Mar 2019 20:08:49 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: Paolo Bonzini , qemu-devel@nongnu.org Date: Sat, 16 Mar 2019 21:08:07 +0100 Message-Id: <20190316200818.8265-4-philmd@redhat.com> In-Reply-To: <20190316200818.8265-1-philmd@redhat.com> References: <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.32]); Sat, 16 Mar 2019 20:08:56 +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] [PATCH 03/14] hw/i386/Kconfig: Q35 machine requires e1000e network card 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=20Mathieu-Daud=C3=A9?= , Aurelien Jarno , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" This fixes when configuring with --without-default-devices: $ qemu-system-x86_64 -M q35 qemu-system-x86_64: Unsupported NIC model: e1000e Fixes: 7c28b925b7e Signed-off-by: Philippe Mathieu-Daud=C3=A9 --- hw/i386/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig index 78fd70396a..66b435e020 100644 --- a/hw/i386/Kconfig +++ b/hw/i386/Kconfig @@ -77,6 +77,7 @@ config Q35 select PC_PCI select PC_ACPI select PCI_EXPRESS_Q35 + select E1000E_PCI_EXPRESS select LPC_ICH9 select AHCI select DIMM --=20 2.20.1 From nobody Sat Apr 27 17:18:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552767122297777.4616333192498; Sat, 16 Mar 2019 13:12:02 -0700 (PDT) Received: from localhost ([127.0.0.1]:45775 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Fex-0002MM-3o for importer@patchew.org; Sat, 16 Mar 2019 16:11:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5FcA-00008X-5l for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:09:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5Fc8-0007uh-E4 for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:09:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41352) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5Fc7-0007t4-9X; Sat, 16 Mar 2019 16:09:04 -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 00CB43084212; Sat, 16 Mar 2019 20:09:02 +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 1D2F960634; Sat, 16 Mar 2019 20:08:56 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: Paolo Bonzini , qemu-devel@nongnu.org Date: Sat, 16 Mar 2019 21:08:08 +0100 Message-Id: <20190316200818.8265-5-philmd@redhat.com> In-Reply-To: <20190316200818.8265-1-philmd@redhat.com> References: <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.40]); Sat, 16 Mar 2019 20:09:02 +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] [PATCH 04/14] hw/i386/Kconfig: isapc machine requires VGA display 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=20Mathieu-Daud=C3=A9?= , Aurelien Jarno , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" This fixes when configuring with --without-default-devices: $ qemu-system-x86_64 qemu-system-x86_64: Unknown device 'VGA' for bus 'PCI' Aborted (core dumped) (gdb) bt #0 0x00007ffff5a2753f in __GI_raise (sig=3Dsig@entry=3D6) at ../sysdeps/= unix/sysv/linux/raise.c:50 #1 0x00007ffff5a11895 in __GI_abort () at abort.c:79 #2 0x000055555581dbc3 in qdev_create (bus=3D0x5555562f6be0, name=3D0x555= 555ab048e "VGA") at hw/core/qdev.c:131 #3 0x00005555558510d1 in pci_create_multifunction (bus=3D= , devfn=3Ddevfn@entry=3D-1, multifunction=3Dmultifunction@entry=3Dfalse, na= me=3D) at hw/pci/pci.c:2104 #4 0x00005555558514e3 in pci_create_simple_multifunction (name=3D, multifunction=3D, devfn=3D, bus=3D<= optimized out>) at hw/pci/pci.c:2126 #5 0x00005555558514e3 in pci_create_simple (name=3D, devf= n=3D, bus=3D) at hw/pci/pci.c:2126 #6 0x00005555558514e3 in pci_vga_init (bus=3Dbus@entry=3D0x5555562f6be0)= at hw/pci/pci.c:1939 #7 0x000055555573bc23 in pc_vga_init (isa_bus=3D0x555555f44360, pci_bus= =3D0x5555562f6be0) at hw/i386/pc.c:1888 #8 0x000055555573e291 in pc_init1 (machine=3D0x555555fc3a60, pci_type=3D= 0x555555a9e60f "i440FX", host_type=3D0x555555a9d64c "i440FX-pcihost") at hw= /i386/pc_piix.c:233 #9 0x0000555555824b9b in machine_run_board_init (machine=3D0x555555fc3a6= 0) at hw/core/machine.c:1030 #10 0x0000555555695602 in main (argc=3D, argv=3D, envp=3D) at vl.c:4463 Fixes: 7c28b925b7e Signed-off-by: Philippe Mathieu-Daud=C3=A9 --- hw/i386/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig index 66b435e020..55c061a077 100644 --- a/hw/i386/Kconfig +++ b/hw/i386/Kconfig @@ -69,6 +69,7 @@ config ISAPC # FIXME: it is in the same file as i440fx, and does not compile # if separated depends on I440FX + select VGA_PCI =20 config Q35 bool --=20 2.20.1 From nobody Sat Apr 27 17:18:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552767594966541.4944343685765; Sat, 16 Mar 2019 13:19:54 -0700 (PDT) Received: from localhost ([127.0.0.1]:45887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5FmX-0000Am-ST for importer@patchew.org; Sat, 16 Mar 2019 16:19:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5FcL-0000Kj-Dt for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:09:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5FcH-00082O-Eh for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:09:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40838) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5FcG-00080w-NW; Sat, 16 Mar 2019 16:09:13 -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 73FD2882EA; Sat, 16 Mar 2019 20:09:11 +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 771BD60165; Sat, 16 Mar 2019 20:09:02 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: Paolo Bonzini , qemu-devel@nongnu.org Date: Sat, 16 Mar 2019 21:08:09 +0100 Message-Id: <20190316200818.8265-6-philmd@redhat.com> In-Reply-To: <20190316200818.8265-1-philmd@redhat.com> References: <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.28]); Sat, 16 Mar 2019 20:09:11 +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] [PATCH 05/14] hw/i386/Kconfig: isapc machine requires e1000 network card 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=20Mathieu-Daud=C3=A9?= , Aurelien Jarno , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" This fixes when configuring with --without-default-devices: $ qemu-system-i386 qemu-system-i386: Unsupported NIC model: e1000 Fixes: 7c28b925b7e Signed-off-by: Philippe Mathieu-Daud=C3=A9 --- hw/i386/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig index 55c061a077..3414d1c3d6 100644 --- a/hw/i386/Kconfig +++ b/hw/i386/Kconfig @@ -69,6 +69,7 @@ config ISAPC # FIXME: it is in the same file as i440fx, and does not compile # if separated depends on I440FX + select E1000_PCI select VGA_PCI =20 config Q35 --=20 2.20.1 From nobody Sat Apr 27 17:18:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552767316786761.1774440770326; Sat, 16 Mar 2019 13:15:16 -0700 (PDT) Received: from localhost ([127.0.0.1]:45816 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Fi5-0005Et-L8 for importer@patchew.org; Sat, 16 Mar 2019 16:15:13 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5FcW-0000k8-TS for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:09:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5FcU-00089z-S0 for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:09:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37974) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5FcS-00085n-6a; Sat, 16 Mar 2019 16:09:24 -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 9548EC024903; Sat, 16 Mar 2019 20:09:19 +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 F27D260634; Sat, 16 Mar 2019 20:09:11 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: Paolo Bonzini , qemu-devel@nongnu.org Date: Sat, 16 Mar 2019 21:08:10 +0100 Message-Id: <20190316200818.8265-7-philmd@redhat.com> In-Reply-To: <20190316200818.8265-1-philmd@redhat.com> References: <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.32]); Sat, 16 Mar 2019 20:09:19 +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] [PATCH 06/14] hw/mips/Kconfig: Malta machine requires the pcnet network card 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=20Mathieu-Daud=C3=A9?= , Aurelien Jarno , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" This fixes when configuring with --without-default-devices: $ qemu-system-mips64 -bios /dev/null -M malta qemu-system-mips64: Unsupported NIC model: pcnet Fixes: 7c28b925b7e Signed-off-by: Philippe Mathieu-Daud=C3=A9 --- default-configs/mips-softmmu-common.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/default-configs/mips-softmmu-common.mak b/default-configs/mips= -softmmu-common.mak index 0795d522db..8e54a74b7a 100644 --- a/default-configs/mips-softmmu-common.mak +++ b/default-configs/mips-softmmu-common.mak @@ -35,6 +35,7 @@ CONFIG_MIPS_CPS=3Dy CONFIG_MIPS_ITU=3Dy CONFIG_R4K=3Dy CONFIG_MALTA=3Dy +CONFIG_PCNET_PCI=3Dy CONFIG_MIPSSIM=3Dy CONFIG_ACPI_SMBUS=3Dy CONFIG_SMBUS_EEPROM=3Dy --=20 2.20.1 From nobody Sat Apr 27 17:18:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552767512311184.541554899351; Sat, 16 Mar 2019 13:18:32 -0700 (PDT) Received: from localhost ([127.0.0.1]:45875 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5FlD-0007f4-5S for importer@patchew.org; Sat, 16 Mar 2019 16:18:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Fcl-0000vz-3i for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:09:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5Fcj-0008I6-Kw for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:09:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33544) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5Fcj-0008HO-65; Sat, 16 Mar 2019 16:09:41 -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 DC8BF315486A; Sat, 16 Mar 2019 20:09:39 +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 247C060BA6; Sat, 16 Mar 2019 20:09:19 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: Paolo Bonzini , qemu-devel@nongnu.org Date: Sat, 16 Mar 2019 21:08:11 +0100 Message-Id: <20190316200818.8265-8-philmd@redhat.com> In-Reply-To: <20190316200818.8265-1-philmd@redhat.com> References: <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.41]); Sat, 16 Mar 2019 20:09:40 +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] [PATCH 07/14] hw/mips/Kconfig: Fulong 2e board requires ati-vga/rtl8139 PCI 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=20Mathieu-Daud=C3=A9?= , Aurelien Jarno , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" This fixes when configuring with --without-default-devices: $ qemu-system-mips64el -bios /dev/null -M fulong2e qemu-system-mips64el: Unknown device 'ati-vga' for bus 'PCI' Aborted (core dumped) (gdb) bt #0 0x00007ffff5a2753f in __GI_raise (sig=3Dsig@entry=3D6) at ../sysdeps/= unix/sysv/linux/raise.c:50 #1 0x00007ffff5a11895 in __GI_abort () at abort.c:79 #2 0x00005555558768d3 in qdev_create (bus=3Dbus@entry=3D0x5555562664b0, = name=3Dname@entry=3D0x555555b24efb "ati-vga") at hw/core/qdev.c:131 #3 0x00005555558d15e1 in pci_create_multifunction (bus=3Dbus@entry=3D0x5= 555562664b0, devfn=3Ddevfn@entry=3D-1, multifunction=3Dmultifunction@entry= =3Dfalse, name=3Dname@entry=3D0x555555b24efb "ati-vga") at hw/pci/pci.c:2104 #4 0x00005555558d1a7a in pci_create (bus=3Dbus@entry=3D0x5555562664b0, d= evfn=3Ddevfn@entry=3D-1, name=3Dname@entry=3D0x555555b24efb "ati-vga") at h= w/pci/pci.c:2121 #5 0x0000555555763081 in mips_fulong2e_init (machine=3D) = at hw/mips/mips_fulong2e.c:352 #6 0x000055555587e23b in machine_run_board_init (machine=3D0x5555560b200= 0) at hw/core/machine.c:1030 #7 0x00005555556cbea2 in main (argc=3D, argv=3D, envp=3D) at vl.c:4463 And then: $ qemu-system-mips64el -bios /dev/null -M fulong2e qemu-system-mips64el: Unsupported NIC model: rtl8139 Fixes: 862b4a291dc and 7c28b925b7e Signed-off-by: Philippe Mathieu-Daud=C3=A9 --- default-configs/mips64el-softmmu.mak | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default-configs/mips64el-softmmu.mak b/default-configs/mips64e= l-softmmu.mak index 8b255efc54..a67c9517a2 100644 --- a/default-configs/mips64el-softmmu.mak +++ b/default-configs/mips64el-softmmu.mak @@ -6,6 +6,8 @@ CONFIG_RC4030=3Dy CONFIG_DP8393X=3Dy CONFIG_DS1225Y=3Dy CONFIG_FULONG=3Dy +CONFIG_ATI_VGA=3Dy +CONFIG_RTL8139_PCI=3Dy CONFIG_JAZZ=3Dy CONFIG_G364FB=3Dy CONFIG_JAZZ_LED=3Dy --=20 2.20.1 From nobody Sat Apr 27 17:18:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552767249294159.46283978717713; Sat, 16 Mar 2019 13:14:09 -0700 (PDT) Received: from localhost ([127.0.0.1]:45809 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Fh0-0003zB-7D for importer@patchew.org; Sat, 16 Mar 2019 16:14:06 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Fcp-0000zV-PC for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:09:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5Fco-0008LO-Ig for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:09:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58674) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5Fco-0008Kg-7E; Sat, 16 Mar 2019 16:09:46 -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 4C2B4308FC4D; Sat, 16 Mar 2019 20:09:45 +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 6AAA160634; Sat, 16 Mar 2019 20:09:40 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: Paolo Bonzini , qemu-devel@nongnu.org Date: Sat, 16 Mar 2019 21:08:12 +0100 Message-Id: <20190316200818.8265-9-philmd@redhat.com> In-Reply-To: <20190316200818.8265-1-philmd@redhat.com> References: <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.43]); Sat, 16 Mar 2019 20:09:45 +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] [PATCH 08/14] hw/ppc/Kconfig: Bamboo machine requires e1000 network card 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=20Mathieu-Daud=C3=A9?= , Aurelien Jarno , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" This fixes when configuring with --without-default-devices: $ qemu-system-ppc64 -bios /dev/null -M bamboo qemu-system-ppc64: Unsupported NIC model: e1000 Fixes: 7c28b925b7e Signed-off-by: Philippe Mathieu-Daud=C3=A9 Acked-by: David Gibson --- hw/ppc/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig index 2b83637511..2f2b21097b 100644 --- a/hw/ppc/Kconfig +++ b/hw/ppc/Kconfig @@ -37,6 +37,7 @@ config PPC440 imply PCI_DEVICES imply TEST_DEVICES select PCI_EXPRESS + select E1000_PCI select PPC4XX select SERIAL =20 --=20 2.20.1 From nobody Sat Apr 27 17:18:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552767438750166.28283294298046; Sat, 16 Mar 2019 13:17:18 -0700 (PDT) Received: from localhost ([127.0.0.1]:45869 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Fjz-0006j9-KA for importer@patchew.org; Sat, 16 Mar 2019 16:17:11 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Fcz-0001BI-Ud for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:09:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5Fcy-0008SF-Q9 for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:09:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33006) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5Fcy-0008RE-1i; Sat, 16 Mar 2019 16:09:56 -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 1703CF9618; Sat, 16 Mar 2019 20:09:55 +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 D076060BA6; Sat, 16 Mar 2019 20:09:45 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: Paolo Bonzini , qemu-devel@nongnu.org Date: Sat, 16 Mar 2019 21:08:13 +0100 Message-Id: <20190316200818.8265-10-philmd@redhat.com> In-Reply-To: <20190316200818.8265-1-philmd@redhat.com> References: <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.38]); Sat, 16 Mar 2019 20:09:55 +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] [PATCH 09/14] hw/ppc/Kconfig: e500 based machines require virtio-net-pci device 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=20Mathieu-Daud=C3=A9?= , Aurelien Jarno , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" This fixes when configuring with --without-default-devices: $ qemu-system-ppc64 -bios /dev/null -M ppce500 qemu-system-ppc64: Unsupported NIC model: virtio-net-pci And: $ qemu-system-ppc64 -bios /dev/null -M mpc8544ds qemu-system-ppc64: Unsupported NIC model: virtio-net-pci Fixes: 98bd1db99f Signed-off-by: Philippe Mathieu-Daud=C3=A9 Acked-by: David Gibson --- hw/ppc/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig index 2f2b21097b..8a2772ee6e 100644 --- a/hw/ppc/Kconfig +++ b/hw/ppc/Kconfig @@ -103,6 +103,7 @@ config E500 select PLATFORM_BUS select PPCE500_PCI select SERIAL + select VIRTIO =20 config VIRTEX bool --=20 2.20.1 From nobody Sat Apr 27 17:18:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552767747420886.010786983599; Sat, 16 Mar 2019 13:22:27 -0700 (PDT) Received: from localhost ([127.0.0.1]:45984 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Fp1-0002ZJ-5g for importer@patchew.org; Sat, 16 Mar 2019 16:22:23 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Fd6-0001H3-UO for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:10:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5Fd6-0008WR-0A for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:10:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40146) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5Fd5-0008Vd-LO; Sat, 16 Mar 2019 16:10:03 -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 8AD923082AFC; Sat, 16 Mar 2019 20:10:02 +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 9942460634; Sat, 16 Mar 2019 20:09:55 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: Paolo Bonzini , qemu-devel@nongnu.org Date: Sat, 16 Mar 2019 21:08:14 +0100 Message-Id: <20190316200818.8265-11-philmd@redhat.com> In-Reply-To: <20190316200818.8265-1-philmd@redhat.com> References: <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.45]); Sat, 16 Mar 2019 20:10:02 +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] [PATCH 10/14] hw/s390x/Kconfig: s390x machines require virtio-net-ccw device 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=20Mathieu-Daud=C3=A9?= , Aurelien Jarno , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" This fixes when configuring with --without-default-devices: $ qemu-system-s390x qemu-system-s390x: Unknown device 'virtio-net-ccw' for bus 'virtual-css-b= us' Aborted (core dumped) (gdb) bt #0 0x00007ffff5a4353f in __GI_raise (sig=3Dsig@entry=3D6) at ../sysdeps/= unix/sysv/linux/raise.c:50 #1 0x00007ffff5a2d895 in __GI_abort () at abort.c:79 #2 0x00005555557b13b3 in qdev_create (bus=3Dbus@entry=3D0x555555f84600, = name=3Dname@entry=3D0x555555a07e44 "virtio-net-ccw") at hw/core/qdev.c:131 #3 0x000055555572dfed in s390_create_virtio_net (name=3D0x555555a07e44 "= virtio-net-ccw", bus=3D0x555555f84600) at hw/s390x/s390-virtio-ccw.c:234 #4 0x000055555572dfed in ccw_init (machine=3D) at hw/s390= x/s390-virtio-ccw.c:293 #5 0x00005555557b838b in machine_run_board_init (machine=3D0x555555e9ce9= 0) at hw/core/machine.c:1030 #6 0x000055555568bad2 in main (argc=3D, argv=3D, envp=3D) at vl.c:4463 Fixes: b42075bb7 and 9e5c2056d1 Signed-off-by: Philippe Mathieu-Daud=C3=A9 --- hw/s390x/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/s390x/Kconfig b/hw/s390x/Kconfig index a7046ea41f..4158bd8497 100644 --- a/hw/s390x/Kconfig +++ b/hw/s390x/Kconfig @@ -9,3 +9,4 @@ config S390_CCW_VIRTIO select S390_FLIC select SCLPCONSOLE select VIRTIO_CCW + select VIRTIO_NET --=20 2.20.1 From nobody Sat Apr 27 17:18:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 155276782588983.06604783473654; Sat, 16 Mar 2019 13:23:45 -0700 (PDT) Received: from localhost ([127.0.0.1]:45993 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5FqD-00039U-Ft for importer@patchew.org; Sat, 16 Mar 2019 16:23:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5FdM-0001SN-7Y for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:10:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5FdK-0000Co-OW for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:10:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41754) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5FdK-0000Bm-Dn; Sat, 16 Mar 2019 16:10:18 -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 42B0B3084212; Sat, 16 Mar 2019 20:10:16 +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 1DAA260BA6; Sat, 16 Mar 2019 20:10:02 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: Paolo Bonzini , qemu-devel@nongnu.org Date: Sat, 16 Mar 2019 21:08:15 +0100 Message-Id: <20190316200818.8265-12-philmd@redhat.com> In-Reply-To: <20190316200818.8265-1-philmd@redhat.com> References: <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.40]); Sat, 16 Mar 2019 20:10:16 +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] [PATCH 11/14] hw/sparc/Kconfig: SPARCstation machine requires the TCX display 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=20Mathieu-Daud=C3=A9?= , Aurelien Jarno , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" This is the default display device used in sun4m_hw_init(): /* If no display specified, default to TCX */ This fixes when configuring with --without-default-devices: $ sparc-softmmu/qemu-system-sparc qemu-system-sparc: Unknown device 'SUNW,tcx' for default sysbus Aborted (core dumped) (gdb) bt #0 0x00007fc78d19353f in __GI_raise (sig=3Dsig@entry=3D6) at ../sysdeps/= unix/sysv/linux/raise.c:50 #1 0x00007fc78d17d895 in __GI_abort () at abort.c:79 #2 0x0000560beaf637f3 in qdev_create (bus=3Dbus@entry=3D0x0, name=3Dname= @entry=3D0x560beb1be36b "SUNW,tcx") at hw/core/qdev.c:131 #3 0x0000560beaf1392d in tcx_init (vram_size=3D1048576, width=3D1024, he= ight=3D768, depth=3D8, irq=3D0x560bed1a0230, addr=3D1342177280) at hw/sparc= /sun4m.c:477 #4 0x0000560beaf1392d in sun4m_hw_init (hwdef=3D0x560beb1be780 , machine=3D0x560becf65f00) at hw/sparc/sun4m.c:943 #5 0x0000560beaf6b15b in machine_run_board_init (machine=3D0x560becf65f0= 0) at hw/core/machine.c:1030 #6 0x0000560beae86692 in main (argc=3D, argv=3D, envp=3D) at vl.c:4463 Fixes: 8c75eec06d4 Signed-off-by: Philippe Mathieu-Daud=C3=A9 --- default-configs/sparc-softmmu.mak | 1 - hw/sparc/Kconfig | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/default-configs/sparc-softmmu.mak b/default-configs/sparc-soft= mmu.mak index ee85218115..56509bf263 100644 --- a/default-configs/sparc-softmmu.mak +++ b/default-configs/sparc-softmmu.mak @@ -2,7 +2,6 @@ =20 # Uncomment the following lines to disable these optional devices: # -#CONFIG_TCX=3Dn #CONFIG_CG3=3Dn =20 # Boards: diff --git a/hw/sparc/Kconfig b/hw/sparc/Kconfig index 2a83a8010e..5383dbd910 100644 --- a/hw/sparc/Kconfig +++ b/hw/sparc/Kconfig @@ -1,6 +1,6 @@ config SUN4M bool - imply TCX + select TCX imply CG3 select CS4231 select ECCMEMCTL --=20 2.20.1 From nobody Sat Apr 27 17:18:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552767319715342.4052256498692; Sat, 16 Mar 2019 13:15:19 -0700 (PDT) Received: from localhost ([127.0.0.1]:45818 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5FiA-0005Hy-LC for importer@patchew.org; Sat, 16 Mar 2019 16:15:18 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5FdR-0001VI-TQ for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:10:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5FdQ-0000JF-Vi for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:10:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38264) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5FdQ-0000HW-LM; Sat, 16 Mar 2019 16:10:24 -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 BE985C04D943; Sat, 16 Mar 2019 20:10:23 +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 C34FC604C7; Sat, 16 Mar 2019 20:10:16 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: Paolo Bonzini , qemu-devel@nongnu.org Date: Sat, 16 Mar 2019 21:08:16 +0100 Message-Id: <20190316200818.8265-13-philmd@redhat.com> In-Reply-To: <20190316200818.8265-1-philmd@redhat.com> References: <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.32]); Sat, 16 Mar 2019 20:10:23 +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] [PATCH 12/14] hw/sh4/Kconfig: r2d machine requires the rtl8139 network card 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=20Mathieu-Daud=C3=A9?= , Aurelien Jarno , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" This fixes when configuring with --without-default-devices: $ qemu-system-sh4 -M r2d qemu-system-sh4: Unsupported NIC model: rtl8139 Fixes: 7ab58d4c84 Signed-off-by: Philippe Mathieu-Daud=C3=A9 --- hw/sh4/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/sh4/Kconfig b/hw/sh4/Kconfig index 8597613a35..1ee55726e4 100644 --- a/hw/sh4/Kconfig +++ b/hw/sh4/Kconfig @@ -7,6 +7,7 @@ config R2D select PFLASH_CFI02 select USB_OHCI select PCI + select RTL8139_PCI select SM501 select SH4 =20 --=20 2.20.1 From nobody Sat Apr 27 17:18:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552767661171142.33078362520314; Sat, 16 Mar 2019 13:21:01 -0700 (PDT) Received: from localhost ([127.0.0.1]:45937 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Fnb-0001M2-5d for importer@patchew.org; Sat, 16 Mar 2019 16:20:55 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5FdY-0001gZ-Cy for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:10:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5FdX-0000Pk-Mc for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:10:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41806) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5FdX-0000PJ-Bf; Sat, 16 Mar 2019 16:10:31 -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 84FDD3084268; Sat, 16 Mar 2019 20:10:30 +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 4074660634; Sat, 16 Mar 2019 20:10:24 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: Paolo Bonzini , qemu-devel@nongnu.org Date: Sat, 16 Mar 2019 21:08:17 +0100 Message-Id: <20190316200818.8265-14-philmd@redhat.com> In-Reply-To: <20190316200818.8265-1-philmd@redhat.com> References: <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.40]); Sat, 16 Mar 2019 20:10:30 +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] [PATCH 13/14] hw/hppa/Kconfig: Dino board requires e1000 network card 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=20Mathieu-Daud=C3=A9?= , Aurelien Jarno , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" This fixes when configuring with --without-default-devices: $ qemu-system-hppa qemu-system-hppa: Unsupported NIC model: e1000 Fixes: 9483cf27dd Signed-off-by: Philippe Mathieu-Daud=C3=A9 --- hw/hppa/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig index 2d9b072c21..03d08382cc 100644 --- a/hw/hppa/Kconfig +++ b/hw/hppa/Kconfig @@ -2,6 +2,7 @@ config DINO bool imply PCI_DEVICES select PCI + select E1000_PCI select SERIAL select ISA_BUS select I8259 --=20 2.20.1 From nobody Sat Apr 27 17:18:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552767528196917.3468029520534; Sat, 16 Mar 2019 13:18:48 -0700 (PDT) Received: from localhost ([127.0.0.1]:45877 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5FlT-0007lw-7L for importer@patchew.org; Sat, 16 Mar 2019 16:18:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Fdk-0001qa-Gs for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:10:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5Fdj-0000Vq-Fm for qemu-devel@nongnu.org; Sat, 16 Mar 2019 16:10:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46824) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5Fdj-0000VH-63; Sat, 16 Mar 2019 16:10:43 -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 459FD81F0B; Sat, 16 Mar 2019 20:10:42 +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 01DA160165; Sat, 16 Mar 2019 20:10:30 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: Paolo Bonzini , qemu-devel@nongnu.org Date: Sat, 16 Mar 2019 21:08:18 +0100 Message-Id: <20190316200818.8265-15-philmd@redhat.com> In-Reply-To: <20190316200818.8265-1-philmd@redhat.com> References: <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.27]); Sat, 16 Mar 2019 20:10:42 +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] [PATCH 14/14] hw/alpha/Kconfig: DP264 hardware requires e1000 network card 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=20Mathieu-Daud=C3=A9?= , Aurelien Jarno , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" This fixes when configuring with --without-default-devices: $ qemu-system-alpha qemu-system-alpha: Unsupported NIC model: e1000 Fixes: d1a95ef4ac Signed-off-by: Philippe Mathieu-Daud=C3=A9 --- hw/alpha/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/alpha/Kconfig b/hw/alpha/Kconfig index 22cefd9577..b7b707e558 100644 --- a/hw/alpha/Kconfig +++ b/hw/alpha/Kconfig @@ -1,6 +1,7 @@ config DP264 bool imply PCI_DEVICES + select E1000_PCI imply TEST_DEVICES select I82374 select I8254 --=20 2.20.1