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é <phi...@redhat.com>
---
 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


Reply via email to