Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 25 of 65) sorted by relevance

123

/qemu/.gitlab-ci.d/custom-runners/
H A Dubuntu-22.04-aarch64.yml22 - make --output-sync -j`nproc --ignore=40`
24 - make --output-sync -j`nproc --ignore=40` check
45 - make --output-sync -j`nproc --ignore=40`
46 - make --output-sync -j`nproc --ignore=40` check
67 - make --output-sync -j`nproc --ignore=40`
68 - make --output-sync -j`nproc --ignore=40` check
86 - make --output-sync -j`nproc --ignore=40`
87 - make --output-sync -j`nproc --ignore=40` check
108 - make --output-sync -j`nproc --ignore=40`
129 - make --output-sync -j`nproc --ignore=40`
[all …]
H A Dubuntu-22.04-aarch32.yml24 - make --output-sync -j`nproc --ignore=40`
25 - make --output-sync -j`nproc --ignore=40` check
/qemu/tests/qemu-iotests/
H A D142.out84 Cache mode: writeback, ignore flushes
85 Cache mode: writeback, ignore flushes
86 Cache mode: writeback, ignore flushes
87 Cache mode: writeback, ignore flushes
88 Cache mode: writeback, ignore flushes
93 Cache mode: writeback, ignore flushes
101 Cache mode: writeback, ignore flushes
102 Cache mode: writeback, ignore flushes
109 Cache mode: writeback, ignore flushes
160 Cache mode: writeback, ignore flushes
[all …]
H A D051.out188 Cache mode: writeback, ignore flushes
192 Cache mode: writeback, ignore flushes
208 Cache mode: writeback, ignore flushes
212 Cache mode: writeback, ignore flushes
220 Cache mode: writeback, ignore flushes
225 Cache mode: writeback, ignore flushes
228 Cache mode: writeback, ignore flushes
232 Cache mode: writeback, ignore flushes
469 Cache mode: writeback, ignore flushes
H A D051.pc.out268 Cache mode: writeback, ignore flushes
272 Cache mode: writeback, ignore flushes
288 Cache mode: writeback, ignore flushes
292 Cache mode: writeback, ignore flushes
300 Cache mode: writeback, ignore flushes
305 Cache mode: writeback, ignore flushes
308 Cache mode: writeback, ignore flushes
312 Cache mode: writeback, ignore flushes
549 Cache mode: writeback, ignore flushes
/qemu/
H A D.git-blame-ignore-revs2 # List of code-formatting clean ups the git blame can ignore
4 # git blame --ignore-revs-file .git-blame-ignore-revs
8 # git config blame.ignoreRevsFile .git-blame-ignore-revs
/qemu/tests/tsan/
H A Dignore.tsan1 # This is an example ignore list.
2 # To enable use of the ignore list add this to configure:
3 # "--extra-cflags=-fsanitize-blacklist=<src path>/tests/tsan/ignore.tsan"
H A Dsuppressions.tsan6 # Since the recursive lock is intentional, we choose to ignore it.
11 # we choose to ignore it.
/qemu/docs/devel/migration/
H A DCPR.rst49 ``x-ignore-shared`` capability be set. This combination allows memory
55 * Set the ``x-ignore-shared`` capability if desired.
65 * Set the ``x-ignore-shared`` capability if desired.
81 (qemu) migrate_set_capability x-ignore-shared on
96 (qemu) migrate_set_capability x-ignore-shared on
120 (qemu) migrate_set_capability x-ignore-shared on
135 (qemu) migrate_set_capability x-ignore-shared on
/qemu/target/ppc/translate/
H A Dmisc-impl.c.inc46 * In ISA v3.1, the L field grew one bit. Mask that out to ignore it in
47 * older processors. It also added the SC field, zero this to ignore
56 /* Store syncs [stsync, stcisync, stncisync]. These ignore L. */
132 * by the processor". So ignore the bit 6 on non-POWER9 CPU but
/qemu/qapi/
H A Dtrace.json73 # @ignore-unavailable: Do not match unavailable events with @name.
84 'data': {'name': 'str', 'enable': 'bool', '*ignore-unavailable': 'bool' } }
H A Dcrypto.json525 # applying this option and will ignore options that are processed
546 # applying this option and will ignore options that are processed
572 # applying this option and will ignore options that are processed
/qemu/docs/sphinx/
H A Ddbusdomain.py302 for ignore in ignores:
303 if name.startswith(ignore):
304 name = name[len(ignore) :]
305 stripped = ignore
/qemu/scripts/qapi/
H A D.flake83 extend-ignore = E722
H A Dpylintrc51 ignore-imports=yes
/qemu/target/alpha/
H A Dfpu_helper.c75 void helper_fp_exc_raise(CPUAlphaState *env, uint32_t ignore, uint32_t regno) in helper_fp_exc_raise() argument
80 exc &= ~ignore; in helper_fp_exc_raise()
88 void helper_fp_exc_raise_s(CPUAlphaState *env, uint32_t ignore, uint32_t regno) in helper_fp_exc_raise_s() argument
90 uint32_t exc = env->error_code & ~ignore; in helper_fp_exc_raise_s()
/qemu/python/
H A Dsetup.cfg74 extend-ignore = E722
163 ignore-imports=yes
164 ignore-signatures=yes
/qemu/tests/tcg/i386/
H A Dtest-mmx.py9 ignore = set(["EMMS", "FEMMS", "FISTTP", variable
229 if insn[0] in ignore:
H A Dtest-avx.py15 ignore = set(["FISTTP", variable
361 if insn[0] in ignore:
/qemu/scripts/
H A Darchive-source.sh44 if ! git diff-index --quiet --ignore-submodules=all HEAD -- &>/dev/null
/qemu/libdecnumber/
H A DdecNumber.c1555 uInt status=0, ignore=0; /* status accumulators */ in decNumberLog10() local
1670 decLnOp(b, w, &aset, &ignore); /* b=ln(10) */ in decNumberLog10()
2966 uInt status=0, ignore=0; /* status accumulators */ in decNumberSquareRoot() local
3119 decAddOp(a, a, t, &workset, 0, &ignore); /* ..+t */ in decNumberSquareRoot()
3187 decAddOp(a, &dzero, a, &approxset, 0, &ignore); in decNumberSquareRoot()
3201 decAddOp(a, &dzero, a, &approxset, 0, &ignore); in decNumberSquareRoot()
5376 uInt ignore=0; /* working status */ in decExpOp() local
5737 uInt ignore=0; /* working status accumulator */ local
5850 decMultiplyOp(a, a, b, &aset, &ignore); /* a=a*b */
5864 decAddOp(a, a, b, &aset, 0, &ignore); /* acc=a+b */
[all …]
/qemu/pc-bios/s390-ccw/
H A DMakefile86 ifneq ($(GIT_SUBMODULES_ACTION),ignore)
/qemu/tests/tcg/cris/bare/
H A Dcheck_movmp.s20 ; We used to just ignore the writes, but now an error is emitted. We
/qemu/docs/specs/
H A Dpvpanic.rst19 recognized by the device are set. Software should ignore bits it doesn't
/qemu/docs/devel/
H A Dloads-stores.rst411 ``MEMTXATTRS_UNSPECIFIED`` for the transaction attributes, and ignore
414 The fact that they ignore whether the transaction succeeded means
451 ignore whether the memory transaction succeeded or failed.
480 would ignore the write attempt).

123