Home
last modified time | relevance | path

Searched full:extra_configure_opts (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/.gitlab-ci.d/
H A Dcrossbuilds.yml31 EXTRA_CONFIGURE_OPTS: --disable-tcg --without-default-features
41 EXTRA_CONFIGURE_OPTS: --disable-kvm
64EXTRA_CONFIGURE_OPTS: --target-list=i386-softmmu,i386-linux-user,aarch64-softmmu,aarch64-linux-use…
119 EXTRA_CONFIGURE_OPTS: --disable-tcg --without-default-devices
160 EXTRA_CONFIGURE_OPTS: --disable-tcg --enable-trace-backends=ftrace
168 EXTRA_CONFIGURE_OPTS: --disable-tcg --target-list=mips64el-softmmu
176 EXTRA_CONFIGURE_OPTS: --enable-fdt=internal --disable-plugins
193 EXTRA_CONFIGURE_OPTS: --disable-tcg --disable-kvm
202 EXTRA_CONFIGURE_OPTS: --disable-tcg --disable-kvm
H A Dcrossbuild-template.yml27 --disable-user $QEMU_CONFIGURE_OPTS $EXTRA_CONFIGURE_OPTS
55 # $EXTRA_CONFIGURE_OPTS variable.
77 --disable-tools --enable-${ACCEL:-kvm} $EXTRA_CONFIGURE_OPTS
/openbmc/qemu/tests/docker/
H A Dtest-tsan23 EXTRA_CONFIGURE_OPTS="${EXTRA_CONFIGURE_OPTS} --enable-tsan \
H A DMakefile.include167 @echo ' EXTRA_CONFIGURE_OPTS="..."'
220 -e EXTRA_CONFIGURE_OPTS="$(EXTRA_CONFIGURE_OPTS)" \
H A Dcommon.rc48 $QEMU_CONFIGURE_OPTS $EXTRA_CONFIGURE_OPTS \
/openbmc/qemu/tests/vm/
H A DMakefile.include69 @echo ' EXTRA_CONFIGURE_OPTS="..." - Pass to configure step'
124 $(if $(EXTRA_CONFIGURE_OPTS),$(EXTRA_CONFIGURE_OPTS)), \