/qemu/scripts/ |
H A D | make-release | 78 exclude=(--exclude=.git) 82 exclude+=(--exclude=subprojects/"$(subproject_dir $sp)") 85 tar "${exclude[@]}" -cJf ${destination}.tar.xz ${destination}
|
H A D | clean-header-guards.pl | 35 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 D | archive-source.sh | 83 tar --append --file "$tar_file" --exclude=.git subprojects/"$(subproject_dir $sp)"
|
/qemu/roms/ |
H A D | edk2-build.py | 344 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 D | cirrus.yml | 45 …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 D | crossbuild-template.yml | 28 --target-list-exclude="arm-softmmu 108 --disable-system --target-list-exclude="aarch64_be-linux-user
|
H A D | buildtest.yml | 371 --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 D | buildtest-template.yml | 55 exclude:
|
H A D | base.yml | 36 # Stage 1: exclude scenarios where we definitely don't
|
/qemu/python/ |
H A D | MANIFEST.in | 3 exclude README.rst
|
H A D | setup.cfg | 77 exclude = __pycache__,
|
/qemu/tests/qemu-iotests/ |
H A D | findtests.py | 104 a.3 Add tests from @tests (don't exclude anything from them) 135 raise ValueError("Can't exclude from individually specified "
|
H A D | check | 120 g_sel.add_argument('-x', '--exclude-groups', metavar='group1,...', 121 help='exclude tests from these groups')
|
H A D | 297 | 30 # List of files to exclude from linting: linters.py
|
H A D | 043 | 86 # Exclude backing format, since qed differs from qcow2 on what gets stored
|
/qemu/target/arm/tcg/ |
H A D | mte_helper.c | 40 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 D | target_prctl.h | 180 * 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 D | compare_gcov_json.py | 8 # - run gcovr --json --exclude-unreachable-branches \
|
/qemu/docs/devel/ |
H A D | build-environment.rst | 22 deps the distribution has decided to exclude.
|
/qemu/linux-headers/asm-generic/ |
H A D | mman-common.h | 65 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump,
|
/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 901 * 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 D | probe.h | 61 * Do handle clean pages, so exclude TLB_NOTDIRY from the returned flags.
|
/qemu/linux-headers/asm-mips/ |
H A D | mman.h | 91 #define MADV_DONTDUMP 16 /* Explicitly exclude from core dump,
|
/qemu/ |
H A D | configure | 698 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 D | iov.h | 150 * This may update iov and/or iov_cnt to exclude iovec elements that are
|