Home
last modified time | relevance | path

Searched full:exclude (Results 1 – 25 of 44) sorted by relevance

12

/qemu/scripts/
H A Dmake-release78 exclude=(--exclude=.git)
82 exclude+=(--exclude=subprojects/"$(subproject_dir $sp)")
85 tar "${exclude[@]}" -cJf ${destination}.tar.xz ${destination}
H A Dclean-header-guards.pl35 my $exclude = qr,^(include/standard-headers/|linux-headers/
51 return if !$opt_v or $fname =~ $exclude;
59 return if $fname =~ $exclude;
153 unless ($fname =~ $exclude) {
187 unless ($fname =~ $exclude) {
205 unless $fname =~ $exclude or $fname =~ $exclude_cpp;
H A Darchive-source.sh83 tar --append --file "$tar_file" --exclude=.git subprojects/"$(subproject_dir $sp)"
/qemu/roms/
H A Dedk2-build.py344 parser.add_argument('-x', '--exclude', dest = 'exclude',
346 help = 'skip builds matching EXCLUDE (substring)',
347 metavar = 'EXCLUDE')
421 if options.exclude:
422 exclude = False
423 for item in options.exclude:
426 exclude = True
427 if exclude:
/qemu/.gitlab-ci.d/
H A Dcirrus.yml45 …CONFIGURE_ARGS: --target-list-exclude=arm-softmmu,i386-softmmu,microblaze-softmmu,mips64el-softmmu…
59 …CONFIGURE_ARGS: --target-list-exclude=arm-softmmu,i386-softmmu,microblazeel-softmmu,mips64-softmmu…
H A Dcrossbuild-template.yml28 --target-list-exclude="arm-softmmu
108 --disable-system --target-list-exclude="aarch64_be-linux-user
H A Dbuildtest.yml371 --target-list-exclude=alpha-linux-user,sh4-linux-user
381 --target-list-exclude=alpha-linux-user,sh4-linux-user
459 …--target-list-exclude=alpha-linux-user,microblazeel-linux-user,aarch64_be-linux-user,i386-linux-us…
608 - gcovr --xml-pretty --exclude-unreachable-branches --print-summary
683 …--target-list-exclude=aarch64-softmmu,microblaze-softmmu,mips64-softmmu,mipsel-softmmu,ppc64-softm…
H A Dbuildtest-template.yml55 exclude:
H A Dbase.yml36 # Stage 1: exclude scenarios where we definitely don't
/qemu/python/
H A DMANIFEST.in3 exclude README.rst
H A Dsetup.cfg77 exclude = __pycache__,
/qemu/tests/qemu-iotests/
H A Dfindtests.py104 a.3 Add tests from @tests (don't exclude anything from them)
135 raise ValueError("Can't exclude from individually specified "
H A Dcheck120 g_sel.add_argument('-x', '--exclude-groups', metavar='group1,...',
121 help='exclude tests from these groups')
H A D29730 # List of files to exclude from linting: linters.py
H A D04386 # Exclude backing format, since qed differs from qcow2 on what gets stored
/qemu/target/arm/tcg/
H A Dmte_helper.c40 static int choose_nonexcluded_tag(int tag, int offset, uint16_t exclude) in choose_nonexcluded_tag() argument
42 if (exclude == 0xffff) { in choose_nonexcluded_tag()
46 while (exclude & (1 << tag)) { in choose_nonexcluded_tag()
53 } while (exclude & (1 << tag)); in choose_nonexcluded_tag()
209 uint16_t exclude = extract32(rm | env->cp15.gcr_el1, 0, 16); in HELPER() local
249 rtag = choose_nonexcluded_tag(start, offset, exclude); in HELPER()
259 uint16_t exclude = extract32(env->cp15.gcr_el1, 0, 16); in HELPER() local
260 int rtag = choose_nonexcluded_tag(start_tag, tag_offset, exclude); in HELPER()
/qemu/linux-user/aarch64/
H A Dtarget_prctl.h180 * Write PR_MTE_TAG to GCR_EL1[Exclude]. in do_prctl_set_tagged_addr_ctrl()
182 * and hardware uses an exclude mask -- invert. in do_prctl_set_tagged_addr_ctrl()
/qemu/scripts/coverage/
H A Dcompare_gcov_json.py8 # - run gcovr --json --exclude-unreachable-branches \
/qemu/docs/devel/
H A Dbuild-environment.rst22 deps the distribution has decided to exclude.
/qemu/linux-headers/asm-generic/
H A Dmman-common.h65 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump,
/qemu/linux-headers/asm-x86/
H A Dkvm.h901 * 55 exclude bit
905 #define KVM_PMU_ENCODE_MASKED_ENTRY(event_select, mask, match, exclude) \ argument
909 ((__u64)(!!(exclude)) << 55))
/qemu/include/accel/tcg/
H A Dprobe.h61 * Do handle clean pages, so exclude TLB_NOTDIRY from the returned flags.
/qemu/linux-headers/asm-mips/
H A Dmman.h91 #define MADV_DONTDUMP 16 /* Explicitly exclude from core dump,
/qemu/
H A Dconfigure698 error_exit "Can't mix --target-list with --target-list-exclude"
701 --target-list-exclude=*) target_list_exclude="$optarg"
703 error_exit "Can't mix --target-list-exclude with --target-list"
887 --target-list-exclude=LIST exclude a set of targets from the default target-list
/qemu/include/qemu/
H A Diov.h150 * This may update iov and/or iov_cnt to exclude iovec elements that are

12