Searched +full:xtensaeb +full:- +full:softmmu (Results 1 – 6 of 6) sorted by relevance
5 # The Cirrus CI configuration is generated by replacing target-specific16 image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:latest21 # as there's often a 5-10 minute delay before Cirrus CI25 - set -o allexport26 - source .gitlab-ci.d/cirrus/$NAME.vars27 - set +o allexport28 - cirrus-vars <.gitlab-ci.d/cirrus/build.yml >.gitlab-ci.d/cirrus/$NAME.yml29 - cat .gitlab-ci.d/cirrus/$NAME.yml30 - cirrus-run -v --show-build-log always .gitlab-ci.d/cirrus/$NAME.yml34 x64-freebsd-14-build:[all …]
2 - local: '/.gitlab-ci.d/crossbuild-template.yml'4 cross-armhf-user:7 job: armhf-debian-cross-container9 IMAGE: debian-armhf-cross11 cross-arm64-system:14 job: arm64-debian-cross-container16 IMAGE: debian-arm64-cross18 cross-arm64-user:21 job: arm64-debian-cross-container23 IMAGE: debian-arm64-cross[all …]
2 - local: '/.gitlab-ci.d/buildtest-template.yml'4 build-system-alpine:6 - .native_build_job_template7 - .native_build_artifact_template9 - job: amd64-alpine-container12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu13 MAKE_CHECK_ARGS: check-build14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog16 check-system-alpine:19 - job: build-system-alpine[all …]
5 - gcc9 # - OS name (currently only linux)10 # - OS distribution (e.g. "jammy" for Linux)11 # - Names and values of visible environment variables set in .travis.yml or Settings panel19 # $ travis encrypt -r "qemu/qemu" "irc.oftc.net#qemu"23 …- secure: "F7GDRgjuOo5IUyRLqSkmDL7kvdU4UcH3Lm/W2db2JnDHTGCqgEdaYEYKciyCLZ57vOTsTsOgesN8iUT7hNHBd1K…30 - SRC_DIR=".."31 - BUILD_DIR="build"32 - BASE_CONFIG="--disable-docs --disable-tools"33 - TEST_BUILD_CMD=""[all …]
10 consult qemu-devel and not any specific individual privately.23 W: Web-page with status/info59 ------------------------------63 L: qemu-devel@nongnu.org72 R: Philippe Mathieu-Daudé <philmd@linaro.org>75 F: docs/devel/build-environment.rst76 F: docs/devel/code-of-conduct.rst78 F: docs/devel/conflict-resolution.rst80 F: docs/devel/submitting-a-patch.rst81 F: docs/devel/submitting-a-pull-request.rst[all …]
1 # -*- Mode: Python -*-5 # See the COPYING file in the top-level directory.12 { 'include': 'machine-common.json' }17 # The comprehensive enumeration of QEMU system emulation ("softmmu")18 # targets. Run "./configure --help" in the project root directory,19 # and look for the \*-softmmu targets near the "--target-list" option.30 # "qemu-system-" prefix to produce the corresponding QEMU31 # executable name. This is true even for "qemu-system-x86_64".41 'x86_64', 'xtensa', 'xtensaeb' ] }52 'data': [ 'uninitialized', 'stopped', 'check-stop', 'operating', 'load' ] }[all …]