/qemu/util/ |
H A D | stats64.c | 108 * stat64_get does not notice (it takes the lock) and the only ill in stat64_min_slow() 137 * stat64_get does not notice (it takes the lock) and the only ill in stat64_max_slow()
|
/qemu/docs/devel/migration/ |
H A D | postcopy.rst | 9 the amount of migration traffic and time it takes, the down side is that during 86 (the 'listen thread') which takes over the job of receiving 175 a new thread (a) is started that takes over servicing the migration stream, 262 since it takes ~1 second to transfer a 1GB hugepage across a 10Gbps link,
|
/qemu/include/qemu/ |
H A D | lockable.h | 144 * This macro defines a lock scope such that entering the scope takes the lock 169 * This macro takes a lock until the end of the scope. Return statements
|
/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 179 Pragma 'doc-required' takes a boolean value. If true, documentation 182 Pragma 'command-name-exceptions' takes a list of commands whose names 185 Pragma 'command-returns-exceptions' takes a list of commands that may 188 Pragma 'documentation-exceptions' takes a list of types, commands, and 192 Pragma 'member-name-exceptions' takes a list of types whose member 518 it takes the command arguments as arguments one by one, in QAPI schema 519 order. Else it takes them wrapped in the C struct generated for the 520 complex argument type. It takes an additional ``Error **`` argument in 573 - It takes only "fast" locks, i.e. all critical sections protected by 574 any lock it takes also satisfy the conditions for OOB command [all …]
|
H A D | writing-monitor-commands.rst | 104 Our command will be called "hello-world". It takes no arguments, nor does it 137 3. It takes an "Error \*\*" argument. This is required. Later we will see how to 454 OptionRomInfoList, and takes no arguments (besides the "errp" one,
|
/qemu/include/exec/ |
H A D | tb-flush.h | 20 * tb_flush() takes care of running the flush in an exclusive context
|
/qemu/common-user/ |
H A D | safe-syscall-error.c | 17 * from the assembly in host/arch/safe-syscall.inc.S. This takes
|
/qemu/docs/tools/ |
H A D | qemu-storage-daemon.rst | 94 The ``vhost-user-blk`` export type takes a vhost-user socket address on which 101 The ``fuse`` export type takes a mount point, which must be a regular file, 116 The ``vduse-blk`` export type takes a ``name`` (must be unique across the host)
|
/qemu/include/hw/ |
H A D | resettable.h | 82 * line or reading or writing guest memory. It takes the reset's type as 98 * owns. This is not the same as the QOM object hierarchy. The function takes
|
/qemu/tests/qemu-iotests/ |
H A D | 157 | 85 # The qdev option takes precedence, but if it isn't given or 'auto', the BB
|
H A D | 121 | 86 # immediately before that (new_block) takes cluster index 4 (which is now free)
|
/qemu/target/arm/tcg/ |
H A D | translate-m-nocp.c | 60 * emit code for the UNDEF so it takes precedence over the NOCP. in trans_VLLDM_VLSTM() 70 * rather than returning false so that this takes in trans_VLLDM_VLSTM() 114 /* Explicitly UNDEF because this takes precedence over NOCP */ in trans_VSCCLRM() 383 * Set FPSCR and CONTROL.SFPA from value; the new FPSCR takes in gen_M_fp_sysreg_write()
|
/qemu/include/ui/ |
H A D | kbd-state.h | 52 * This function takes care to not send suspious events (keyup event
|
/qemu/docs/system/s390x/ |
H A D | css.rst | 9 All channel devices support the ``devno`` property, which takes a parameter
|
/qemu/docs/system/devices/ |
H A D | usb-u2f.rst | 28 option, which takes the host path to a Linux ``/dev/hidrawN`` device:
|
/qemu/tests/functional/qemu_test/ |
H A D | decorators.py | 139 Takes required locked memory threshold in kB.
|
/qemu/tests/tcg/multiarch/system/ |
H A D | validate-memory-counts.py | 5 # This program takes two inputs:
|
/qemu/include/hw/ssi/ |
H A D | ssi.h | 94 * (which takes a reference to the device it returns to you), so that
|
/qemu/tests/image-fuzzer/qcow2/ |
H A D | layout.py | 253 # One feature table contains 3 fields and takes 48 bytes 294 # Header takes cluster #0, other clusters ##1-3 can be used 422 # Header takes cluster #0, other clusters ##1-3 can be used
|
/qemu/tests/qemu-iotests/tests/ |
H A D | stream-under-throttle | 43 # Put -accel tcg first so it takes precedence
|
/qemu/scripts/simplebench/ |
H A D | simplebench.py | 36 test_func(env, case), which takes test_env and test_case
|
/qemu/include/qapi/ |
H A D | visitor-impl.h | 113 The core takes care of the return type in the public interface. */
|
/qemu/rust/qemu-api/src/ |
H A D | errno.rs | 15 // On Unix, from_raw_os_error takes an errno value and OS errors 16 // are printed using strerror. On Windows however it takes a
|
/qemu/hw/ppc/ |
H A D | ppce500_spin.c | 22 * firmware takes care of. It's used when QEMU plays the role of firmware.
|
/qemu/docs/ |
H A D | pcie_pci_bridge.txt | 63 (-device pcie-root-port). Capability construction function takes all reservation
|