From: Philippe Mathieu-Daudé <[email protected]> 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é <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]> --- hw/hppa/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig index 2d9b072..7334f57 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 -- 1.8.3.1
