diff mbox series

[03/14] hw/i386/Kconfig: Q35 machine requires e1000e network card

Message ID 20190316200818.8265-4-philmd@redhat.com (mailing list archive)
State New, archived
Headers show
Series hw/Kconfig: Fixes when running ./configure --without-default-devices | expand

Commit Message

Philippe Mathieu-Daudé March 16, 2019, 8:08 p.m. UTC
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é <philmd@redhat.com>
---
 hw/i386/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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