/qemu/include/qemu/ |
H A D | target-info-impl.h | 2 * QEMU TargetInfo structure definition 15 /* runtime equivalent of TARGET_NAME definition */ 17 /* runtime equivalent of TARGET_LONG_BITS definition */ 19 /* runtime equivalent of CPU_RESOLVING_TYPE definition */ 28 * Returns: The TargetInfo structure definition for this target binary.
|
/qemu/include/hw/acpi/ |
H A D | aml-build.h | 115 * _RNG field definition 125 * _MEM field definition 136 * _RW field definition 144 * ACPI 5.0: Table 6-187 Extended Interrupt Descriptor Definition 153 * ACPI 5.0: Table 6-187 Extended Interrupt Descriptor Definition 154 * _HE field definition 162 * ACPI 5.0: Table 6-187 Extended Interrupt Descriptor Definition 163 * _LL field definition 171 * ACPI 5.0: Table 6-187 Extended Interrupt Descriptor Definition 172 * _SHR field definition [all …]
|
/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_macros.py | 164 """Split into struct definition + typedef in-place""" 823 u.warn("definition of %s %s not found in file", i.type, i.name) 832 # symbol defined. check if all users are after its definition: 834 definition = ul.definitions[0] 835 DBG("handling repositioning of %r", definition) 837 if earliest.start() > definition.start(): 838 DBG("%r is OK", definition) 841 DBG("%r needs to be moved", definition) 842 if isinstance(definition, SimpleTypedefMatch) \ 843 or isinstance(definition, ConstantDefine): [all …]
|
/qemu/docs/tools/ |
H A D | qemu-storage-daemon.rst | 66 is a block node definition. See the :manpage:`qemu(1)` manual page for a 72 is a character device definition. See the :manpage:`qemu(1)` manual page for 74 definition configures a UNIX domain socket:: 84 is a block export definition. ``node-name`` is the block node that should be 139 is a QMP monitor definition. See the :manpage:`qemu(1)` manual page for 140 a description of QMP monitor properties. A common QMP monitor definition 163 is a QEMU user creatable object definition. List object types with ``help``.
|
/qemu/include/qom/ |
H A D | object_interfaces.h | 92 * @options: the object definition 102 * @str: the object definition string as passed on the command line 117 * @str: the object definition string as passed on the command line 133 * @cmdline: the object definition string as passed on the command line
|
/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 95 documentation is generated in schema definition order. Code order 98 A top-level expressions is either a directive or a definition:: 100 TOP-LEVEL-EXPR = DIRECTIVE | DEFINITION 105 DEFINITION = ENUM | STRUCT | UNION | ALTERNATE | COMMAND | EVENT 420 'data': { 'definition': 'BlockdevOptions', 546 the command definition includes the optional member 'success-response' 796 The C code generated for the definition will then be guarded by an #if 867 it documents the definition of SYMBOL, else it's free-form 870 See below for more on `Definition documentation`_. 963 Definition documentation [all …]
|
H A D | qapi-domain.rst | 125 Document a feature attached to a QAPI definition. 492 namespace association of a given definition. 494 you to override the module association of a given definition. 501 advertises that this definition is deprecated and should be avoided. 503 advertises that this definition is unstable and should not be used in 513 the definition's "fully qualified name", allowing two different 514 namespaces to create an otherwise identically named definition.
|
/qemu/scripts/qapi/ |
H A D | parser.py | 176 cur_doc.info, "definition documentation required") 191 "documentation for '%s' is not followed by the definition" 489 # Definition documentation 493 # provided *must* match the following definition, 590 "unexpected '=' markup in definition documentation") 624 A documentation comment block, either definition or free-form 626 Definition documentation blocks consist of 628 * a body section: one line naming the definition, followed by an 694 # definition doc's symbol, None for free-form doc
|
H A D | expr.py | 159 Ensure that ``name`` is a valid definition name. 446 Normalize and validate this expression as an ``enum`` definition. 485 Normalize and validate this expression as a ``struct`` definition. 501 Normalize and validate this expression as a ``union`` definition. 529 Normalize and validate this expression as an ``alternate`` definition. 555 Normalize and validate this expression as a ``command`` definition. 577 Normalize and validate this expression as an ``event`` definition.
|
/qemu/target/s390x/ |
H A D | cpu_features.h | 50 /* Definition of a CPU feature */ 75 /* Definition of a CPU feature group */
|
/qemu/linux-headers/asm-loongarch/ |
H A D | kvm.h | 119 /* definition of registers in kvm_run */ 123 /* dummy definition */
|
/qemu/docs/sphinx/ |
H A D | qapidoc_legacy.py | 73 """Return a dlitem node with the specified term and definition. 85 dldef = nodes.definition() 124 'term' part of a definition list item. 141 the 'branches' part of a definition list. 279 sections is a list of nodes for sections to add to the definition.
|
/qemu/tests/qapi-schema/ |
H A D | doc-no-symbol.err | 1 doc-no-symbol.json:3: definition documentation required
|
H A D | doc-bad-section.err | 1 doc-bad-section.json:5:1: unexpected '=' markup in definition documentation
|
H A D | doc-before-pragma.err | 1 doc-before-pragma.json:3: documentation for 'foo' is not followed by the definition
|
H A D | doc-before-include.err | 1 doc-before-include.json:3: documentation for 'foo' is not followed by the definition
|
H A D | doc-missing-expr.err | 1 doc-missing-expr.json:3: documentation for 'bar' is not followed by the definition
|
H A D | struct-member-invalid-dict.json | 2 # definition, not inline complex type
|
H A D | redefined-command.err | 4 redefined-command.json:2: previous definition
|
H A D | redefined-type.err | 4 redefined-type.json:2: previous definition
|
H A D | redefined-event.err | 4 redefined-event.json:2: previous definition
|
H A D | event-member-invalid-dict.json | 2 # definition, not inline complex type
|
H A D | nested-struct-data-invalid-dict.json | 2 # definition, not inline complex type
|
/qemu/include/hw/ppc/ |
H A D | xive_regs.h | 25 * Trigger data definition 27 * The trigger definition is used for triggers both for HW source 153 * interrupts on P9, we use the P10 definition for the group level so 182 * Use a single 64-bit definition to make it easier to perform
|
/qemu/docs/devel/testing/ |
H A D | ci-runners.rst.inc | 16 The GitLab CI jobs definition for the custom runners are located under:: 105 Because the job definition at ``.gitlab-ci.d/custom-runners.yml``
|