projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcb7ef9
)
hw/sh4/Kconfig: r2d machine requires the rtl8139 network card
author
Philippe Mathieu-Daudé
<philmd@redhat.com>
Sat, 16 Mar 2019 20:08:16 +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-sh4 -M r2d
qemu-system-sh4: Unsupported NIC model: rtl8139
Fixes: 7ab58d4c84
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <
20190316200818
.8265-13-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/sh4/Kconfig
patch
|
blob
|
history
diff --git
a/hw/sh4/Kconfig
b/hw/sh4/Kconfig
index 8597613a35065784c500612c35c868e34ecb6435..593662d28adebb26433f2eb55a436d8c8f716905 100644
(file)
--- a/
hw/sh4/Kconfig
+++ b/
hw/sh4/Kconfig
@@
-2,6
+2,7
@@
config R2D
bool
imply PCI_DEVICES
imply TEST_DEVICES
+ imply RTL8139_PCI
select I82378 if TEST_DEVICES
select IDE_MMIO
select PFLASH_CFI02