mbox series

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

Message ID 20190316223918.11917-1-philmd@redhat.com (mailing list archive)
Headers show
Series hw/Kconfig: Fixes when running ./configure --without-default-devices | expand

Message

Philippe Mathieu-Daudé March 16, 2019, 10:39 p.m. UTC
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(-)