qemu/configs/devices
Alex Bennée d1d5e9eefd configure: allow the selection of alternate config in the build
While the default config works well enough it does end up enabling a
lot of stuff. For more minimal builds we can select a different list
of devices and let Kconfig work out what we want. For example:

  ../../configure --without-default-features \
    --target-list=arm-softmmu,aarch64-softmmu \
    --with-devices-aarch64=minimal

will override the aarch64-softmmu default set of devices with a more
minimal set of devices that just enables the virt and sbsa-ref models.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210707131744.26027-6-alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-07-09 18:21:34 +02:00
..
aarch64-softmmu configure: allow the selection of alternate config in the build 2021-07-09 18:21:34 +02:00
alpha-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
arm-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
avr-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
cris-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
hppa-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
i386-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
m68k-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
microblaze-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
microblazeel-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
mips-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
mips64-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
mips64el-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
mipsel-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
nios2-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
or1k-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
ppc-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
ppc64-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
riscv32-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
riscv64-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
rx-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
s390x-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
sh4-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
sh4eb-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
sparc-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
sparc64-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
tricore-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
x86_64-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
xtensa-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00
xtensaeb-softmmu configs: rename default-configs to configs and reorganise 2021-07-09 18:21:34 +02:00