Searched full:avoid (Results 1 – 25 of 570) sorted by relevance
12345678910>>...23
/qemu/target/i386/kvm/ |
H A D | tdx-quote-generator.h | 17 /* Limit to avoid resource starvation. */ 30 * Guest must set error_code to 0 to avoid information leak. 43 * On request, out_len must be zero to avoid information leak. 52 * should zero remaining buffer to avoid information leak.
|
/qemu/include/hw/riscv/ |
H A D | boot_opensbi.h | 50 * stage leading to boot-time crash. To avoid this boot-time crash, 54 * To avoid specifying a preferred boot HART, the previous booting 80 * stage leading to boot-time crash. To avoid this boot-time crash, 84 * To avoid specifying a preferred boot HART, the previous booting
|
/qemu/bsd-user/aarch64/ |
H A D | target_syscall.h | 36 * r16-r18 are used for intra-procedure-call and platform values (avoid) 38 * r29 and r30 are used as the frame register and link register (avoid)
|
/qemu/hw/scsi/ |
H A D | srp.h | 109 * struct srp_direct_buf. The whole structure must be packed to avoid 138 * bytes, so it needs to be packed to avoid having it padded to 56 228 * so it needs to be packed to avoid having it padded to 40 bytes on
|
/qemu/scripts/tracetool/format/ |
H A D | d.py | 37 # with an empty file. Avoid the warning. 57 # Avoid it by changing probe type to signed char * beforehand.
|
/qemu/contrib/gitdm/ |
H A D | aliases | 7 # If you just want to avoid gitdm complaining about author fields 47 # to strict SPF, although we prefer to avoid adding more entries like that.
|
/qemu/.gitlab-ci.d/ |
H A D | base.yml | 27 # The project has a fairly fat GIT repo so we try and avoid bringing in things 28 # we don't need. The --filter options avoid blobs and tree references we aren't going to use 29 # and we also avoid fetching tags.
|
H A D | buildtest-template.yml | 47 # We jump some hoops in common_test_job_template to avoid 73 # Avoid recompiling by hiding ninja with NINJA=":"
|
/qemu/util/ |
H A D | coroutine-ucontext.c | 85 * always_inline is required to avoid TSan runtime fatal errors. 96 /* always_inline is required to avoid TSan runtime fatal errors. */ 120 /* always_inline is required to avoid TSan runtime fatal errors. */ 130 /* always_inline is required to avoid TSan runtime fatal errors. */
|
H A D | nvdimm-utils.c | 21 * Note: it is the caller's responsibility to free the list to avoid
|
H A D | aio-posix.c | 165 * the counter is only used to avoid wasting time and latency on in aio_set_fd_handler() 354 * Remove temporarily to avoid infinite loops when ->io_poll_ready() in aio_dispatch_handler() 673 * We rely on this below to avoid slow locked accesses to ctx->notify_me. in aio_poll() 693 * aio_notify can avoid the expensive event_notifier_set if in aio_poll() 723 * avoid hangs or unnecessary latency. in aio_poll()
|
/qemu/scripts/coccinelle/ |
H A D | exec_rw_const.cocci | 52 // Avoid uses of address_space_rw() with a constant is_write argument. 65 // Avoid uses of cpu_physical_memory_rw() with a constant is_write argument.
|
/qemu/tests/qapi-schema/ |
H A D | reserved-type-list.json | 3 # TODO - we could choose array names to avoid collision with user types,
|
H A D | reserved-member-has.json | 4 # TODO we could munge the optional flag name to avoid the collision.
|
H A D | reserved-member-u.json | 6 # TODO - we could munge the member name to 'q_u' to avoid the collision
|
/qemu/tests/qemu-iotests/ |
H A D | 289.out | 3 === Avoid freeing external data clusters on failure ===
|
H A D | 026 | 207 echo === Avoid cluster leaks after temporary failure === 224 echo === Avoid freeing preallocated zero clusters on failure ===
|
/qemu/include/hw/display/ |
H A D | vga.h | 13 * modules can reference this symbol to avoid being loaded
|
/qemu/.gitlab/issue_templates/ |
H A D | feature_request.md | 18 <!-- Describe the final result you want to achieve. Avoid design specifics. -->
|
/qemu/linux-headers/asm-generic/ |
H A D | bitsperlong.h | 7 * In order to keep safe and avoid regression, only unify uapi
|
/qemu/include/crypto/ |
H A D | aes.h | 14 * (which might be pulled in via curl), so redefine to avoid conflicts. */
|
/qemu/tests/qtest/migration/s390x/ |
H A D | Makefile | 17 # We use common-page-size=16 to avoid big padding in the ELF file
|
/qemu/trace/ |
H A D | control-internal.h | 40 /* it's on fast path, avoid consistency checks (asserts) */
|
/qemu/tests/unit/ |
H A D | test-crypto-tlssession.c | 112 * thread, so we need these non-blocking to avoid deadlock in test_crypto_tls_session_psk() 152 * This relies on the socketpair being nonblocking to avoid in test_crypto_tls_session_psk() 264 * thread, so we need these non-blocking to avoid deadlock in test_crypto_tls_session_x509() 344 * This relies on the socketpair being nonblocking to avoid in test_crypto_tls_session_x509()
|
/qemu/qga/vss-win32/ |
H A D | requester.h | 24 /* Callback to set Error; used to avoid linking glib to the DLL */
|
12345678910>>...23