qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 14/14] hw/alpha/Kconfig: DP264 hardware requires e10


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [PATCH 14/14] hw/alpha/Kconfig: DP264 hardware requires e1000 network card
Date: Sat, 16 Mar 2019 21:08:18 +0100

This fixes when configuring with --without-default-devices:
  $ qemu-system-alpha
  qemu-system-alpha: Unsupported NIC model: e1000

Fixes: d1a95ef4ac
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 hw/alpha/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/alpha/Kconfig b/hw/alpha/Kconfig
index 22cefd9577..b7b707e558 100644
--- a/hw/alpha/Kconfig
+++ b/hw/alpha/Kconfig
@@ -1,6 +1,7 @@
 config DP264
     bool
     imply PCI_DEVICES
+    select E1000_PCI
     imply TEST_DEVICES
     select I82374
     select I8254
-- 
2.20.1




reply via email to

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