[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH 14/14] hw/alpha/Kconfig: DP264 hardware requires e10
From: |
Philippe Mathieu-Daudé |
Subject: |
[qemu-s390x] [PATCH 14/14] hw/alpha/Kconfig: DP264 hardware requires e1000 network card |
Date: |
Sat, 16 Mar 2019 21:08:18 +0100 |
This fixes when configuring with --without-default-devices:
$ qemu-system-alpha
qemu-system-alpha: Unsupported NIC model: e1000
Fixes: d1a95ef4ac
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
hw/alpha/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/alpha/Kconfig b/hw/alpha/Kconfig
index 22cefd9577..b7b707e558 100644
--- a/hw/alpha/Kconfig
+++ b/hw/alpha/Kconfig
@@ -1,6 +1,7 @@
config DP264
bool
imply PCI_DEVICES
+ select E1000_PCI
imply TEST_DEVICES
select I82374
select I8254
--
2.20.1
- [qemu-s390x] [PATCH 09/14] hw/ppc/Kconfig: e500 based machines require virtio-net-pci device, (continued)
- [qemu-s390x] [PATCH 09/14] hw/ppc/Kconfig: e500 based machines require virtio-net-pci device, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 10/14] hw/s390x/Kconfig: s390x machines require virtio-net-ccw device, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 11/14] hw/sparc/Kconfig: SPARCstation machine requires the TCX display, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 12/14] hw/sh4/Kconfig: r2d machine requires the rtl8139 network card, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 13/14] hw/hppa/Kconfig: Dino board requires e1000 network card, Philippe Mathieu-Daudé, 2019/03/16
[qemu-s390x] [PATCH 14/14] hw/alpha/Kconfig: DP264 hardware requires e1000 network card,
Philippe Mathieu-Daudé <=
[qemu-s390x] [PATCH 04/14] hw/i386/Kconfig: isapc machine requires VGA display, Philippe Mathieu-Daudé, 2019/03/16
[qemu-s390x] [PATCH 01/14] hw/isa/Kconfig: PIIX4 southbridge requires USB UHCI, Philippe Mathieu-Daudé, 2019/03/16
[qemu-s390x] [PATCH 03/14] hw/i386/Kconfig: Q35 machine requires e1000e network card, Philippe Mathieu-Daudé, 2019/03/16
[qemu-s390x] [PATCH 02/14] hw/isa/Kconfig: i82378 SuperIO requires PC speaker device, Philippe Mathieu-Daudé, 2019/03/16
Re: [qemu-s390x] [Qemu-devel] [PATCH 00/14] hw/Kconfig: Fixes when running ./configure --without-default-devices, Paolo Bonzini, 2019/03/19