CONFIG_QEMU_XEN := @qemu_xen@
CONFIG_BLKTAP1 := @blktap1@
CONFIG_VTPM := @vtpm@
+CONFIG_QEMUU_EXTRA_ARGS:= @EXTRA_QEMUU_CONFIGURE_ARGS@
#System options
ZLIB := @zlib@
--disable-docs \
--disable-guest-agent \
--python=$(PYTHON) \
+ $(CONFIG_QEMUU_EXTRA_ARGS) \
$(IOEMU_CONFIGURE_CROSS); \
$(MAKE) all
APPEND_INCLUDES
PREPEND_LIB
PREPEND_INCLUDES
+EXTRA_QEMUU_CONFIGURE_ARGS
ovmf_path
seabios_path
qemu_xen
with_system_qemu
with_system_seabios
with_system_ovmf
+with_extra_qemuu_configure_args
'
ac_precious_vars='build_alias
host_alias
--with-system-ovmf[=PATH]
Use system supplied OVMF PATH instead of building
and installing our own version
+ --with-extra-qemuu-configure-args[="--ARG1 ..."]
+ List of additional configure options for upstream
+ qemu
Some influential environment variables:
CC C compiler command
+# Check whether --with-extra-qemuu-configure-args was given.
+if test "${with_extra_qemuu_configure_args+set}" = set; then :
+ withval=$with_extra_qemuu_configure_args;
+ case $withval in
+ no) EXTRA_QEMUU_CONFIGURE_ARGS= ;;
+ *) EXTRA_QEMUU_CONFIGURE_ARGS=$withval ;;
+ esac
+
+fi
+
+
+
+
],[])
AC_SUBST(ovmf_path)
+AC_ARG_WITH([extra-qemuu-configure-args],
+ AS_HELP_STRING([--with-extra-qemuu-configure-args@<:@="--ARG1 ..."@:>@],
+ [List of additional configure options for upstream qemu]),[
+ case $withval in
+ no) EXTRA_QEMUU_CONFIGURE_ARGS= ;;
+ *) EXTRA_QEMUU_CONFIGURE_ARGS=$withval ;;
+ esac
+],[])
+AC_SUBST(EXTRA_QEMUU_CONFIGURE_ARGS)
+
AC_ARG_VAR([PREPEND_INCLUDES],
[List of include folders to prepend to CFLAGS (without -I)])
AC_ARG_VAR([PREPEND_LIB],