qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 03/14] hw/i386/Kconfig: Q35 machine requires e1000e


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]