projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
364efd1
)
hw/hppa/Kconfig: Dino board requires e1000 network card
author
Philippe Mathieu-Daudé
<philmd@redhat.com>
Sat, 16 Mar 2019 20:08:17 +0000
(21:08 +0100)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 20 Mar 2019 10:44:13 +0000
(11:44 +0100)
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é <philmd@redhat.com>
Message-Id: <
20190316200818
.8265-14-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/hppa/Kconfig
patch
|
blob
|
history
diff --git
a/hw/hppa/Kconfig
b/hw/hppa/Kconfig
index 2d9b072c214d6efeb934168c391a76f60b494ba8..7334f57081d607fa8a9a6830965066469b51a04d 100644
(file)
--- 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