Home
last modified time | relevance | path

Searched full:prevent (Results 1 – 25 of 168) sorted by relevance

1234567

/qemu/include/qemu/
H A Dmemfd.h13 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */
14 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */
15 #define F_SEAL_GROW 0x0004 /* prevent file from growing */
16 #define F_SEAL_WRITE 0x0008 /* prevent writes */
H A Dcoroutine-tls.h52 * with __attribute__((noinline)) plus asm volatile("") to prevent
56 * that knowledge, so an inline asm output operand is used to prevent
61 * we use this approach to prevent issues.
/qemu/include/migration/
H A Dblocker.h22 * @migrate_add_blocker - prevent all modes of migration from proceeding
37 * @migrate_add_blocker_internal - prevent all modes of migration from
66 * @migrate_add_blocker_normal - prevent normal migration mode from proceeding
81 * @migrate_add_blocker_modes - prevent some modes of migration from proceeding
/qemu/block/
H A Dcloop.c103 * we can accept more. Prevent ridiculous values like 4 GB - 1 since we in cloop_open()
121 /* Prevent integer overflow */ in cloop_open()
129 /* Prevent ridiculous offsets_size which causes memory allocation to in cloop_open()
168 * actually bigger. Clamp down on unrealistic values to prevent in cloop_open()
/qemu/hw/block/
H A Dxen_blkif.h103 /* Prevent the compiler from using src->... instead. */ in blkif_get_x86_32_req()
129 /* Prevent the compiler from using src->... instead. */ in blkif_get_x86_64_req()
/qemu/linux-headers/linux/
H A Dmemfd.h11 /* not executable and sealed to prevent changing to executable. */
/qemu/docs/devel/
H A Ds390-dasd-ipl.rst90 Not being able to turn off prefetch will also prevent the TIC at the end of the
129 thereby stepping around the limitation that would otherwise prevent this
H A Dkconfig.rst96 The optional expression will prevent ``select`` from having any effect
100 contradictions between ``depends on`` and ``select`` statements and prevent
/qemu/include/system/
H A Daccel-blocker.h2 * Accelerator blocking API, to prevent new ioctls from starting and wait the
/qemu/scripts/
H A Dcheck_sparse.py26 # prevent sparse from treating output files as inputs
/qemu/docs/
H A Digd-assign.txt28 use the VBT copied from host OpRegion to prevent incorrect configuration.
71 has been assigned to a VM. It's therefore generally recommended to prevent
76 device to vfio drivers and then managed='no' set in the VM xml to prevent
/qemu/hw/vfio/
H A Dap.c252 * Lack of this IRQ in the host does not prevent normal operation. in vfio_ap_realize()
261 * Lack of this IRQ in the host does not prevent normal operation. in vfio_ap_realize()
/qemu/tests/qemu-iotests/
H A D25051 # data of the beginning of the disk mapped to the end of file to prevent
/qemu/include/ui/
H A Dkbd-state.h106 * down state to prevent keys being stuck, and remembers the new console.
/qemu/accel/tcg/
H A Dcpu-exec-common.c86 /* Prevent looping if already executing in a serial context. */ in cpu_loop_exit_atomic()
/qemu/include/hw/cpu/
H A Dcluster.h45 * (Regrettably QOM provides no way to prevent adding children to a realized
/qemu/util/
H A Dcoroutine-windows.c40 /* This function is marked noinline to prevent GCC from inlining it
/qemu/tests/unit/
H A Dtest-nested-aio-poll.c12 * aio_poll() is supposed to prevent this by disabling poll handlers in nested
/qemu/include/
H A Dglib-compat.h49 * trickery to prevent warnings being emitted.
/qemu/hw/9pfs/
H A D9p-util-darwin.c99 * instead of path-based fchmodat(), to prevent concurrent transient in create_socket_file_at_cwd()
/qemu/accel/
H A Daccel-blocker.c129 * the event state to SET. This will prevent qemu_event_wait() from in accel_ioctl_inhibit_begin()
/qemu/docs/system/
H A Dtls.rst146 protected with file mode 0600 to prevent disclosure.
199 protected with file mode 0600 to prevent disclosure.
/qemu/docs/system/devices/
H A Dvhost-user.rst77 To prevent user confusion you cannot currently instantiate
/qemu/include/crypto/
H A Dsecret.h60 * to use the AES encryption facility to prevent the
/qemu/hw/display/
H A Dbcm2835_fb.c146 * prevent the guest setting this silly viewport setting, though...) in fb_use_offsets()
221 * this happening to prevent it from performing out-of-range in bcm2835_fb_validate_config()

1234567