[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH 00/14] hw/Kconfig: Fixes when running ./configure --
From: |
Philippe Mathieu-Daudé |
Subject: |
[qemu-s390x] [PATCH 00/14] hw/Kconfig: Fixes when running ./configure --without-default-devices |
Date: |
Sat, 16 Mar 2019 21:08:04 +0100 |
Hi,
This series contains Kconfig fixes to be able to run binaries
built using: './configure --without-default-devices'.
Regards,
Phil.
Philippe Mathieu-Daudé (14):
hw/isa/Kconfig: PIIX4 southbridge requires USB UHCI
hw/isa/Kconfig: i82378 SuperIO requires PC speaker device
hw/i386/Kconfig: Q35 machine requires e1000e network card
hw/i386/Kconfig: isapc machine requires VGA display
hw/i386/Kconfig: isapc machine requires e1000 network card
hw/mips/Kconfig: Malta machine requires the pcnet network card
hw/mips/Kconfig: Fulong 2e board requires ati-vga/rtl8139 PCI devices
hw/ppc/Kconfig: Bamboo machine requires e1000 network card
hw/ppc/Kconfig: e500 based machines require virtio-net-pci device
hw/s390x/Kconfig: s390x machines require virtio-net-ccw device
hw/sparc/Kconfig: SPARCstation machine requires the TCX display
hw/sh4/Kconfig: r2d machine requires the rtl8139 network card
hw/hppa/Kconfig: Dino board requires e1000 network card
hw/alpha/Kconfig: DP264 hardware requires e1000 network card
default-configs/mips-softmmu-common.mak | 1 +
default-configs/mips64el-softmmu.mak | 2 ++
default-configs/sparc-softmmu.mak | 1 -
hw/alpha/Kconfig | 1 +
hw/hppa/Kconfig | 1 +
hw/i386/Kconfig | 3 +++
hw/isa/Kconfig | 2 ++
hw/ppc/Kconfig | 2 ++
hw/s390x/Kconfig | 1 +
hw/sh4/Kconfig | 1 +
hw/sparc/Kconfig | 2 +-
11 files changed, 15 insertions(+), 2 deletions(-)
--
2.20.1
- [qemu-s390x] [PATCH 00/14] hw/Kconfig: Fixes when running ./configure --without-default-devices,
Philippe Mathieu-Daudé <=
- [qemu-s390x] [PATCH 05/14] hw/i386/Kconfig: isapc machine requires e1000 network card, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 06/14] hw/mips/Kconfig: Malta machine requires the pcnet network card, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 07/14] hw/mips/Kconfig: Fulong 2e board requires ati-vga/rtl8139 PCI devices, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 08/14] hw/ppc/Kconfig: Bamboo machine requires e1000 network card, Philippe Mathieu-Daudé, 2019/03/16
- [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