qemu-s390x
[Top][All Lists]
Advanced

[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




reply via email to

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