Searched +full:- +full:- +full:target +full:- +full:list +full:- +full:exclude (Results 1 – 10 of 10) 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 …]
7 - ccache12 - source scripts/ci/gitlab-ci-section13 - section_start setup "Pre-script setup"14 - JOBS=$(expr $(nproc) + 1)15 - cat /packages.txt16 - section_end setup18 - export CCACHE_BASEDIR="$(pwd)"19 - export CCACHE_DIR="$CCACHE_BASEDIR/ccache"20 - export CCACHE_MAXSIZE="500M"21 - export PATH="$CCACHE_WRAPPERSDIR:$PATH"[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 …]
7 - ccache11 - source scripts/ci/gitlab-ci-section12 - section_start setup "Pre-script setup"13 - JOBS=$(expr $(nproc) + 1)14 - cat /packages.txt15 - section_end setup17 - export CCACHE_BASEDIR="$(pwd)"18 - export CCACHE_DIR="$CCACHE_BASEDIR/ccache"19 - export CCACHE_MAXSIZE="500M"20 - export PATH="$CCACHE_WRAPPERSDIR:$PATH"[all …]
14 source_path=$(cd "$(dirname -- "$0")"; pwd)16 if test "$PWD" -ef "$source_path"20 MARKER=build/auto-created-by-configure22 if test -e build24 if test -f $MARKER26 rm -rf build36 echo "your source directory, or try doing an out-of-tree build."41 # This file is auto-generated by configure to support in-source tree46 @$(MAKE) -C build -f Makefile $(MAKECMDGOALS)48 test -e build/auto-created-by-configure ; \[all …]
30 #include "block/dirty-bitmap.h"34 #include "qemu/error-report.h"36 #include "qemu/main-loop.h"43 #include "qapi/qobject-output-visitor.h"44 #include "qapi/qapi-visit-block-core.h"45 #include "system/block-backend.h"113 /* If non-zero, use only whitelisted block drivers */138 if (!bs || !bs->drv) { in bdrv_opt_mem_align()144 return bs->bl.opt_mem_alignment; in bdrv_opt_mem_align()149 if (!bs || !bs->drv) { in bdrv_min_mem_align()[all …]
6 <https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html>`_10 <https://www.sphinx-doc.org/en/master/usage/domains/python.html>`_16 <https://www.sphinx-doc.org/en/master/usage/domains/index.html>`_17 provides a set of special rST directives and cross-referencing roles to21 <https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html>`_31 understanding the cross-referencing syntax *will* be helpful when64 <https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#field-lists>`_66 <https://www.sphinx-doc.org/en/master/usage/domains/python.html#info-field-lists>`_67 to give certain field list entries special meaning and parsing to, for68 example, add cross-references. The QAPI Domain takes advantage of this[all …]
26 #include "qemu/error-report.h"31 #include "target/ppc/cpu.h"32 #include "target/ppc/mmu-hash64.h"33 #include "cpu-models.h"46 * - because of the way compatibility is determined vals MUST be ordered48 * - the order of vals must be preserved, that is their index is important,49 * however vals may be added to the end of the list so long as the above78 bool value = spapr_get_cap(spapr, cap->index) == SPAPR_CAP_ON; in spapr_cap_get_bool()94 spapr->cmd_line_caps[cap->index] = true; in spapr_cap_set_bool()95 spapr->eff.caps[cap->index] = value ? SPAPR_CAP_ON : SPAPR_CAP_OFF; in spapr_cap_set_bool()[all …]
4 * Copyright (c) 2003-2008 Fabrice Bellard5 * Copyright (c) 2011-2015 Red Hat Inc34 #include "qemu/main-loop.h"38 #include "migration-stats.h"41 #include "qemu-file.h"42 #include "postcopy-ram.h"44 #include "qemu/error-report.h"46 #include "qapi/qapi-types-migration.h"47 #include "qapi/qapi-events-migration.h"48 #include "qapi/qapi-commands-migration.h"[all …]
21 #include "exec/page-vary.h"31 #include "accel/tcg/cpu-ops.h"36 #include "exec/page-protection.h"38 #include "exec/translation-block.h"39 #include "hw/qdev-core.h"40 #include "hw/qdev-properties.h"47 #include "qemu/config-file.h"48 #include "qemu/error-report.h"49 #include "qemu/qemu-print.h"58 #include "system/xen-mapcache.h"[all …]