[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 12/14] hw/sh4/Kconfig: r2d machine requires the rtl8
From: |
Philippe Mathieu-Daudé |
Subject: |
[Qemu-devel] [PATCH 12/14] hw/sh4/Kconfig: r2d machine requires the rtl8139 network card |
Date: |
Sat, 16 Mar 2019 21:08:16 +0100 |
This fixes when configuring with --without-default-devices:
$ qemu-system-sh4 -M r2d
qemu-system-sh4: Unsupported NIC model: rtl8139
Fixes: 7ab58d4c84
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
hw/sh4/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/sh4/Kconfig b/hw/sh4/Kconfig
index 8597613a35..1ee55726e4 100644
--- a/hw/sh4/Kconfig
+++ b/hw/sh4/Kconfig
@@ -7,6 +7,7 @@ config R2D
select PFLASH_CFI02
select USB_OHCI
select PCI
+ select RTL8139_PCI
select SM501
select SH4
--
2.20.1
- [Qemu-devel] [PATCH 04/14] hw/i386/Kconfig: isapc machine requires VGA display, (continued)
- [Qemu-devel] [PATCH 04/14] hw/i386/Kconfig: isapc machine requires VGA display, Philippe Mathieu-Daudé, 2019/03/16
- [Qemu-devel] [PATCH 05/14] hw/i386/Kconfig: isapc machine requires e1000 network card, Philippe Mathieu-Daudé, 2019/03/16
- [Qemu-devel] [PATCH 06/14] hw/mips/Kconfig: Malta machine requires the pcnet network card, Philippe Mathieu-Daudé, 2019/03/16
- [Qemu-devel] [PATCH 07/14] hw/mips/Kconfig: Fulong 2e board requires ati-vga/rtl8139 PCI devices, Philippe Mathieu-Daudé, 2019/03/16
- [Qemu-devel] [PATCH 08/14] hw/ppc/Kconfig: Bamboo machine requires e1000 network card, Philippe Mathieu-Daudé, 2019/03/16
- [Qemu-devel] [PATCH 09/14] hw/ppc/Kconfig: e500 based machines require virtio-net-pci device, Philippe Mathieu-Daudé, 2019/03/16
- [Qemu-devel] [PATCH 10/14] hw/s390x/Kconfig: s390x machines require virtio-net-ccw device, Philippe Mathieu-Daudé, 2019/03/16
- [Qemu-devel] [PATCH 11/14] hw/sparc/Kconfig: SPARCstation machine requires the TCX display, Philippe Mathieu-Daudé, 2019/03/16
- [Qemu-devel] [PATCH 12/14] hw/sh4/Kconfig: r2d machine requires the rtl8139 network card,
Philippe Mathieu-Daudé <=
- [Qemu-devel] [PATCH 13/14] hw/hppa/Kconfig: Dino board requires e1000 network card, Philippe Mathieu-Daudé, 2019/03/16
[Qemu-devel] [PATCH 14/14] hw/alpha/Kconfig: DP264 hardware requires e1000 network card, Philippe Mathieu-Daudé, 2019/03/16
Re: [Qemu-devel] [PATCH 00/14] hw/Kconfig: Fixes when running ./configure --without-default-devices, Paolo Bonzini, 2019/03/19