qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 18/23] hw/alpha/Kconfig: DP264 hardware requires e100


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 18/23] hw/alpha/Kconfig: DP264 hardware requires e1000 network card
Date: Wed, 27 Mar 2019 13:37:56 +0100

From: Philippe Mathieu-Daudé <address@hidden>

This fixes when configuring with CONFIG_PCI_DEVICES=n:
  $ qemu-system-alpha
  qemu-system-alpha: Unsupported NIC model: e1000

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

diff --git a/hw/alpha/Kconfig b/hw/alpha/Kconfig
index 22cefd9..15c59ff 100644
--- a/hw/alpha/Kconfig
+++ b/hw/alpha/Kconfig
@@ -2,6 +2,7 @@ config DP264
     bool
     imply PCI_DEVICES
     imply TEST_DEVICES
+    imply E1000_PCI
     select I82374
     select I8254
     select I8259
-- 
1.8.3.1





reply via email to

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