[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH v2 0/5] hw/Kconfig: Fixes when running ./configure -
From: |
Philippe Mathieu-Daudé |
Subject: |
[qemu-s390x] [PATCH v2 0/5] hw/Kconfig: Fixes when running ./configure --without-default-devices |
Date: |
Sat, 16 Mar 2019 23:39:13 +0100 |
Hi,
This series contains Kconfig fixes to be able to run binaries
built using: './configure --without-default-devices' when using
the --nodefault option.
v2: Removed machines that run with --nodefault (Paolo)
v1: https://lists.gnu.org/archive/html/qemu-devel/2019-03/msg05366.html
Regards,
Phil.
Philippe Mathieu-Daudé (5):
hw/isa/Kconfig: PIIX4 southbridge requires USB UHCI
hw/isa/Kconfig: VT82C686 southbridge requires USB UHCI
hw/isa/Kconfig: i82378 SuperIO requires PC speaker device
hw/mips/Kconfig: Fulong 2e board requires ati-vga display device
hw/sparc/Kconfig: SPARCstation machine requires the TCX display
default-configs/mips64el-softmmu.mak | 2 ++
default-configs/sparc-softmmu.mak | 1 -
hw/isa/Kconfig | 3 +++
hw/sparc/Kconfig | 2 +-
4 files changed, 6 insertions(+), 2 deletions(-)
--
2.20.1
- [qemu-s390x] [PATCH v2 0/5] hw/Kconfig: Fixes when running ./configure --without-default-devices,
Philippe Mathieu-Daudé <=
- [qemu-s390x] [PATCH v2 1/5] hw/isa/Kconfig: PIIX4 southbridge requires USB UHCI, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH v2 2/5] hw/isa/Kconfig: VT82C686 southbridge requires USB UHCI, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH v2 3/5] hw/isa/Kconfig: i82378 SuperIO requires PC speaker device, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH v2 4/5] hw/mips/Kconfig: Fulong 2e board requires ati-vga display device, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH v2 5/5] hw/sparc/Kconfig: SPARCstation machine requires the TCX display, Philippe Mathieu-Daudé, 2019/03/16