[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH 03/14] hw/i386/Kconfig: Q35 machine requires e1000e
From: |
Philippe Mathieu-Daudé |
Subject: |
[qemu-s390x] [PATCH 03/14] hw/i386/Kconfig: Q35 machine requires e1000e network card |
Date: |
Sat, 16 Mar 2019 21:08:07 +0100 |
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é <address@hidden>
---
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
--
2.20.1
- [qemu-s390x] [PATCH 11/14] hw/sparc/Kconfig: SPARCstation machine requires the TCX display, (continued)
[qemu-s390x] [PATCH 14/14] hw/alpha/Kconfig: DP264 hardware requires e1000 network card, Philippe Mathieu-Daudé, 2019/03/16
[qemu-s390x] [PATCH 04/14] hw/i386/Kconfig: isapc machine requires VGA display, Philippe Mathieu-Daudé, 2019/03/16
[qemu-s390x] [PATCH 01/14] hw/isa/Kconfig: PIIX4 southbridge requires USB UHCI, Philippe Mathieu-Daudé, 2019/03/16
[qemu-s390x] [PATCH 03/14] hw/i386/Kconfig: Q35 machine requires e1000e network card,
Philippe Mathieu-Daudé <=
[qemu-s390x] [PATCH 02/14] hw/isa/Kconfig: i82378 SuperIO requires PC speaker device, Philippe Mathieu-Daudé, 2019/03/16
Re: [qemu-s390x] [Qemu-devel] [PATCH 00/14] hw/Kconfig: Fixes when running ./configure --without-default-devices, Paolo Bonzini, 2019/03/19