From: Philippe Mathieu-Daudé <[email protected]> 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é <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]> --- 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
