[Qemu-devel] [PATCH v2 0/5] hw/Kconfig: Fixes when running ./configure --without-default-devices

Philippe Mathieu-Daudé posted 5 patches 5 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190316223918.11917-1-philmd@redhat.com
Maintainers: Aurelien Jarno <aurelien@aurel32.net>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Artyom Tarasenko <atar4qemu@gmail.com>, Aleksandar Rikalo <arikalo@wavecomp.com>, Aleksandar Markovic <amarkovic@wavecomp.com>
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(-)
[Qemu-devel] [PATCH v2 0/5] hw/Kconfig: Fixes when running ./configure --without-default-devices
Posted by Philippe Mathieu-Daudé 5 years, 1 month ago
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