From: Philippe Mathieu-Daudé Date: Sat, 16 Mar 2019 20:08:17 +0000 (+0100) Subject: hw/hppa/Kconfig: Dino board requires e1000 network card X-Git-Tag: v4.0.0-rc2~11^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6dbcdb7b3a1ed8f3df11129e61e8c05daaebbaf;p=thirdparty%2Fqemu.git hw/hppa/Kconfig: Dino board requires e1000 network card This fixes when configuring with CONFIG_PCI_DEVICES=n: $ qemu-system-hppa qemu-system-hppa: Unsupported NIC model: e1000 Fixes: 9483cf27dd Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20190316200818.8265-14-philmd@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig index 2d9b072c214..7334f57081d 100644 --- a/hw/hppa/Kconfig +++ b/hw/hppa/Kconfig @@ -1,6 +1,7 @@ config DINO bool imply PCI_DEVICES + imply E1000_PCI select PCI select SERIAL select ISA_BUS