Thomas Huth <th...@redhat.com> writes: > Let's safe some CI minutes by merging these two jobs. We can now > also drop "--disable-capstone" since the capstone submodule has > been removed a while ago. We should rather tes --disable-fdt now > to test a compilation without the "dtc" submodule (for this we > have to drop i386-softmmu from the target list unfortunately). > Additionally, the qtests with s390x and sh4 are not read for > "--without-default-devices" yet,
Fyi, I've been working on a series to make the qtests work with the --without-default-devices build for i386 or aarch64. There are some qtests explicitly adding devices without checking and hardcoded defaults on vl.c and machine init code without a matching KConfig dependency. > so we can only test mips64 and > avr here now. > > Signed-off-by: Thomas Huth <th...@redhat.com> Reviewed-by: Fabiano Rosas <faro...@suse.de>