Home
last modified time | relevance | path

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

/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,arm-softmmu,arm-linux-user,ppc-so…
119 EXTRA_CONFIGURE_OPTS: --disable-tcg --without-default-devices
155 EXTRA_CONFIGURE_OPTS: --disable-tcg --enable-trace-backends=ftrace
163 EXTRA_CONFIGURE_OPTS: --disable-tcg --target-list=mips64el-softmmu
171 EXTRA_CONFIGURE_OPTS: --enable-fdt=internal --disable-plugins
188 EXTRA_CONFIGURE_OPTS: --disable-tcg --disable-kvm
197 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
/qemu/tests/docker/
H A Dtest-tsan23 EXTRA_CONFIGURE_OPTS="${EXTRA_CONFIGURE_OPTS} --enable-tsan \
H A DMakefile.include167 @echo ' EXTRA_CONFIGURE_OPTS="..."'
222 -e EXTRA_CONFIGURE_OPTS="$(EXTRA_CONFIGURE_OPTS)" \
H A Dcommon.rc48 $QEMU_CONFIGURE_OPTS $EXTRA_CONFIGURE_OPTS \
/qemu/tests/vm/
H A DMakefile.include70 @echo ' EXTRA_CONFIGURE_OPTS="..." - Pass to configure step'
125 $(if $(EXTRA_CONFIGURE_OPTS),$(EXTRA_CONFIGURE_OPTS)), \