Searched full:usually (Results 1 – 25 of 198) sorted by relevance
12345678
/qemu/docs/devel/ |
H A D | kconfig.rst | 112 A configuration element can have any number of default values (usually, 174 ``select SCSI``. Finally, devices are usually ``default y`` if and 191 be enabled/disabled by several targets. Device groups usually need 196 and ``TEST_DEVICES``. PCI devices usually have a ``default y if 253 devices. They are usually enabled with ``select`` and in turn select
|
H A D | stable-process.rst | 14 Usually, stable releases are only provided for the last major QEMU 29 (or for a distribution picking fixes), it is usually a good candidate
|
H A D | rust.rst | 184 C function names usually are prefixed according to the data type that they 280 In particular, device code will usually rely on the ``BqlRefCell`` and 287 Bindings code instead will usually use the ``Opaque`` type, which hides 328 by generic functions. C code usually places metadata in global variables; 466 * usually, a ``--cap-lints allow`` argument to hide warnings from rustc
|
H A D | tcg.rst | 8 it converts it to the host instruction set. Usually dynamic translators 71 The translation code usually implements branching by performing the
|
/qemu/linux-headers/linux/ |
H A D | stddef.h | 21 * @TAG: The tag name for the named sub-struct (usually empty) 23 * @ATTRS: Any struct attributes (usually empty)
|
/qemu/docs/devel/testing/ |
H A D | functional.rst | 7 Python. They are usually higher level tests, and may interact with 80 There are usually three log files: 338 The definition of *large* is a bit arbitrary here, but it usually means an 346 usually it means a blob which either its source or build process aren't 356 usually expose real issues that are rarely seen on developer machines
|
/qemu/linux-user/ |
H A D | qemu.h | 196 These are usually used to access struct data members once the struct has 197 been locked - usually with lock_user_struct. */ 258 /* These are usually used to access an atomic data type, such as an int, 313 /* copy_from_user() and copy_to_user() are usually used to copy data
|
H A D | uaccess.c | 55 /* copy_from_user() and copy_to_user() are usually used to copy data
|
/qemu/hw/core/ |
H A D | uboot_image.h | 105 * "OS Kernel Images" are usually images of some Embedded OS which 106 * will take over control completely. Usually these programs 128 * U-Boot or FPGA images) which usually will be programmed to
|
/qemu/scripts/ci/setup/ |
H A D | vars.yml.template | 1 # The URL of the gitlab server to use, usually https://gitlab.com unless you're
|
/qemu/docs/system/ |
H A D | mux-chardev.rst.inc | 23 Rotate between the frontends connected to the multiplexer (usually
|
/qemu/include/exec/ |
H A D | target_long.h | 14 * Usually this should only be included via cpu-defs.h however for
|
/qemu/bsd-user/ |
H A D | qemu.h | 280 * These are usually used to access struct data members once the struct has been 281 * locked - usually with lock_user_struct(). 345 * These are usually used to access an atomic data type, such as an int, that 402 * copy_from_user() and copy_to_user() are usually used to copy data
|
H A D | uaccess.c | 7 /* copy_from_user() and copy_to_user() are usually used to copy data
|
/qemu/hw/9pfs/ |
H A D | 9p-util-generic.c | 44 /* O_NDELAY is usually just an alias of O_NONBLOCK */ in qemu_open_flags_tostr()
|
/qemu/docs/system/devices/ |
H A D | ivshmem-flat.rst | 10 Zephyr, which usually run on constrained resource targets.
|
/qemu/ui/ |
H A D | keymaps.h | 40 /* "grey" keys will usually need a 0xe0 prefix */
|
/qemu/include/qemu/ |
H A D | transactions.h | 26 * represents the actions. They will usually have Transaction* argument, and
|
/qemu/include/hw/ |
H A D | loader-fit.h | 49 * responsibility to free that memory with g_free(). Usually the caller
|
H A D | irq.h | 88 * Usually device models don't need to care whether the machine model
|
/qemu/include/qapi/ |
H A D | util.h | 47 * For any pointer to a GenericList @tail (usually the 'next' member of a
|
/qemu/include/system/ |
H A D | confidential-guest-support.h | 49 * type specific code. It's also usually not possible to check
|
/qemu/scripts/ |
H A D | update-syscalltbl.sh | 33 OUTPUT_PATH output directory, usually the qemu source tree (default: $PWD)
|
/qemu/include/block/ |
H A D | graph-lock.h | 125 * Read the bs graph. This usually means traversing all nodes in 141 * function/coroutine itself, and need to delegate the caller (usually main
|
/qemu/rust/qemu-api/src/ |
H A D | cell.rs | 43 //! usually have their pointer shared with the "outside world very early in 73 //! QEMU device implementations is usually incorrect and can lead to 171 //! [`Opaque<T>`] will usually be wrapped one level further, so that 980 /// but the functions containing the dereference are usually safe. The 997 /// but the functions containing the dereference are usually safe. The 1048 /// but the functions containing the dereference are usually safe. The 1060 /// Usually defined via the [`qemu_api_macros::Wrapper`] derive macro.
|
12345678