/qemu/docs/devel/ |
H A D | multi-thread-tcg.rst | 69 updated with atomic accesses to ensure consistent results. The fall 115 This is done with the async_safe_run_on_cpu() mechanism to ensure all 150 - ensure lookup caches/hashes are safely updated 180 will ensure the slow-path is taken for each access. This can be done 188 we need to ensure it is done in a safe way so no inconsistent state is 255 ordered hosts needs to ensure things like store-after-load re-ordering 319 are often seen when code modification has taken place to ensure the
|
H A D | tcg-plugins.rst | 141 We have to ensure we cannot deadlock, particularly under MTTCG. For 169 ``include/qemu/qemu-plugin.h``. Please ensure any updates to the API
|
/qemu/include/accel/tcg/ |
H A D | helper-retaddr.h | 23 * Ensure that this write is visible to the SIGSEGV handler that in set_helper_retaddr() 32 * Ensure that previous memory operations have succeeded before in clear_helper_retaddr()
|
/qemu/scripts/qapi/ |
H A D | expr.py | 60 Ensure that ``name`` is a ``str``. 70 Ensure that ``name`` is a valid QAPI name. 96 Ensure that ``name`` is a valid event name. 118 Ensure that ``name`` is a valid command or member name. 141 Ensure that ``name`` is a valid user-defined type name. 159 Ensure that ``name`` is a valid definition name. 192 Ensure that a dict has a specific set of keys. 225 Ensure flag members (if present) have valid values.
|
/qemu/docs/devel/testing/ |
H A D | fuzzing.rst | 17 responsibility to ensure that state is reset between fuzzing-runs. 173 To ensure that these env variables have been configured correctly, we can use:: 218 - Ensure the crash reproduces:: 237 - Ensure the crash reproduces in qemu-system:: 291 input. It is also responsible for manually calling ``main_loop_wait`` to ensure
|
/qemu/include/user/ |
H A D | page-protection.h | 56 * The memory lock must be held so that the caller will can ensure 70 * The memory lock must be held, as the caller will want to ensure
|
/qemu/hw/core/ |
H A D | resettable.c | 36 * iothread mutex to ensure only one reset operation is in a progress at a 213 * Ensure we do not change parent when in enter or exit phase. in resettable_change_parent() 232 * if obj is leaving a bus under reset, we need to ensure in resettable_change_parent()
|
H A D | qdev-clock.c | 58 * We kept a reference on the input clock to ensure it lives up to in qdev_finalize_clocklist() 172 * doesn't know the linked object. Increment it here to ensure the in qdev_alias_clock()
|
/qemu/tests/qapi-schema/ |
H A D | bad-data.json | 1 # we ensure 'data' is a dictionary for all but enums
|
H A D | enum-bad-name.json | 1 # we ensure all enum names can map to C
|
/qemu/include/qemu/ |
H A D | buffer.h | 69 * Ensure that the buffer has space allocated for at least 100 * The caller must ensure that the buffer has sufficient
|
H A D | plugin.h | 188 * This is a user-mode only helper that ensure we have fully cleared 199 * before a fork event. This is ensure a consistent lock state
|
/qemu/tests/qemu-iotests/tests/ |
H A D | copy-before-write | 191 """Ensure CBW filter accepts break-snapshot policy 202 """Ensure CBW filter accepts break-guest-write policy 213 """Ensure break-guest-write policy is used by default when
|
/qemu/util/ |
H A D | defer-call.c | 65 * The caller must ensure that @opaque is not freed before @fn() is invoked. 109 * caller must ensure that each defer_call_begin() has a matching
|
/qemu/tests/unit/ |
H A D | test-vmstate.c | 245 QEMU_VM_EOF, /* just to ensure we won't get EOF reported prematurely */ 311 QEMU_VM_EOF, /* just to ensure we won't get EOF reported prematurely */ 362 QEMU_VM_EOF, /* just to ensure we won't get EOF reported prematurely */ in test_load_v1() 388 QEMU_VM_EOF, /* just to ensure we won't get EOF reported prematurely */ in test_load_v2() 477 QEMU_VM_EOF, /* just to ensure we won't get EOF reported prematurely */ in test_load_noskip() 501 QEMU_VM_EOF, /* just to ensure we won't get EOF reported prematurely */ in test_load_skip() 717 QEMU_VM_EOF, /* just to ensure we won't get EOF reported prematurely */ 992 QEMU_VM_EOF, /* just to ensure we won't get EOF reported prematurely */ 1178 QEMU_VM_EOF, /* just to ensure we won't get EOF reported prematurely */ 1267 QEMU_VM_EOF, /* just to ensure we won't get EOF reported prematurely */ [all …]
|
H A D | test-io-channel-socket.c | 199 /* unref without close, to ensure finalize() cleans up */ in test_io_channel() 224 /* close before unref, to ensure finalize copes with already closed */ in test_io_channel() 260 /* unref without close, to ensure finalize() cleans up */ in test_io_channel() 287 /* close before unref, to ensure finalize copes with already closed */ in test_io_channel()
|
H A D | test-logging.c | 119 * Before starting test, set log flags, to ensure the file gets in test_logfile_write() 138 /* Change the logfile and ensure that the handle is still valid. */ in test_logfile_write()
|
/qemu/include/exec/ |
H A D | tb-flush.h | 17 * translations are now invalid and ensure they are not called
|
H A D | target_long.h | 17 * ensure TARGET_LONG_BITS is defined directly.
|
/qemu/docs/ |
H A D | nvdimm.txt | 126 should always ensure the memory option "-m ...,slots=N" specifies 250 a "lack of libpmem support" message to ensure the persistence is available. 251 For example, if we want to ensure the persistence for some backend file,
|
/qemu/scripts/ |
H A D | qemu-plugin-symbols.py | 28 # Ensure we found as many symbols as API markers.
|
/qemu/tests/functional/ |
H A D | test_pc_cpu_hotplug_props.py | 3 # Ensure CPU die-id can be omitted on -device
|
/qemu/python/scripts/ |
H A D | mkvenv.py | 17 Ensure that the specified package group is installed. 517 :param dep_spec: The package we tried to ensure, e.g. 'meson>=0.61.5' 656 Use pip to ensure we have the packages specified in @group. 742 Use pip to ensure we have the package specified by @dep_specs. 802 help="Ensure that the specified package group is installed.",
|
/qemu/include/hw/char/ |
H A D | pl011.h | 57 * ensure that the C struct is at least as big as the Rust one.
|
/qemu/linux-user/aarch64/ |
H A D | vdso.S | 67 * Add a nop as a spacer to ensure that unwind does not pick up the
|