[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH 05/14] hw/i386/Kconfig: isapc machine requires e1000
From: |
Philippe Mathieu-Daudé |
Subject: |
[qemu-s390x] [PATCH 05/14] hw/i386/Kconfig: isapc machine requires e1000 network card |
Date: |
Sat, 16 Mar 2019 21:08:09 +0100 |
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é <address@hidden>
---
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
config Q35
--
2.20.1
- [qemu-s390x] [PATCH 00/14] hw/Kconfig: Fixes when running ./configure --without-default-devices, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 05/14] hw/i386/Kconfig: isapc machine requires e1000 network card,
Philippe Mathieu-Daudé <=
- [qemu-s390x] [PATCH 06/14] hw/mips/Kconfig: Malta machine requires the pcnet network card, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 07/14] hw/mips/Kconfig: Fulong 2e board requires ati-vga/rtl8139 PCI devices, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 08/14] hw/ppc/Kconfig: Bamboo machine requires e1000 network card, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 09/14] hw/ppc/Kconfig: e500 based machines require virtio-net-pci device, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 10/14] hw/s390x/Kconfig: s390x machines require virtio-net-ccw device, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 11/14] hw/sparc/Kconfig: SPARCstation machine requires the TCX display, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 12/14] hw/sh4/Kconfig: r2d machine requires the rtl8139 network card, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 13/14] hw/hppa/Kconfig: Dino board requires e1000 network card, Philippe Mathieu-Daudé, 2019/03/16