Searched full:document (Results 1 – 25 of 123) sorted by relevance
12345
/qemu/docs/sphinx-static/ |
H A D | custom.js | 1 document.addEventListener('keydown', (event) => { 3 let search_input = document.getElementsByName('q')[0]; 5 if (event.code === 'KeyS' && document.activeElement !== search_input) {
|
/qemu/docs/sphinx/ |
H A D | qapidoc_legacy.py | 15 in QAPI schema files, and insert them all into the current document. 60 will cause the visitor to build up the tree of document 63 the final list of document nodes (in a form suitable for returning 339 """Add documentation for one symbol to the document tree 356 heading. Subsequent document sections (commands, freeform doc chunks, 375 """Add a piece of 'freeform' documentation to the document tree 377 A 'freeform' document chunk doesn't relate to any particular 380 If the freeform document starts with a line of the form 439 """Return the root docutils node which makes up the document"""
|
H A D | dbusdoc.py | 123 node.document = state.document 138 reporter = self.state.document.reporter 147 env = self.state.document.settings.env
|
H A D | qapidoc.py | 15 in QAPI schema files, and insert them all into the current document. 147 # don't document built-in objects that don't have 161 # Empty document -- no blank line required. 513 env = self.state.document.settings.env 549 node.document = self.state.document 553 node.document = self.state.document 604 env = self.state.document.settings.env 651 """Return the current highlightlang setting for the document""" 653 doc = self.state.document
|
H A D | compat.py | 54 content_node.document = directive.state.document 147 # result_nodes takes a document object to which we would pass 148 # self.inliner.document. Prior to Sphinx 4.1, we don't *have* an
|
H A D | kerneldoc.py | 63 env = self.state.document.settings.env 81 tab_width = self.options.get('tab-width', self.state.document.settings.tab_width)
|
H A D | hxtool.py | 12 # from .hx files, and insert them all into the current document. 93 env = self.state.document.settings.env
|
/qemu/docs/ |
H A D | conf.py | 11 # the manuals into a single document: in this case sphinx-build is 42 # If extensions (or modules to document with autodoc) are in another directory, 87 # The master toctree document. 165 # with "option::" in the document being processed. Turn that off. 172 # style document building; our Makefile always sets the variable. 256 # Custom sidebar templates, must be a dictionary that maps document names 290 # Grouping the document tree into LaTeX files. List of tuples
|
H A D | qcow2-cache.txt | 15 This document attempts to give an overview of the L2 and refcount 199 configure the cache sizes" sections in this document) then none of 229 All numbers shown in this document are valid for qcow2 images with normal
|
/qemu/docs/devel/ |
H A D | qapi-domain.rst | 18 Sphinx for understanding rST markup written to document a specific 69 field list extension to document things like Arguments, Members, Values, 125 Document a feature attached to a QAPI definition. 150 Document an argument to a QAPI command. 181 Document the error condition(s) of a QAPI command. 217 Document the return type(s) and value(s) of a QAPI command. 248 Document a possible value for a QAPI enum. 275 Document a possible branch for a QAPI alternate. 283 As a limitation of Sphinx, we must document the "name" of the branch in 304 Document a member of an Event or Object.
|
H A D | code-of-conduct.rst | 53 conduct, please read the :ref:`conflict-resolution` document for 59 This document is based on the `Fedora Code of Conduct
|
/qemu/docs/system/ |
H A D | multi-process.rst | 6 This document describes how to configure and use multi-process qemu. 7 For the design document refer to docs/devel/multi-process.rst.
|
/qemu/docs/specs/ |
H A D | ppc-spapr-hcalls.rst | 7 Architecture Reference ([LoPAR]_) document. This document is a subset of the
|
H A D | ppc-spapr-uv-hcalls.rst | 14 Power Architecture Reference document ([LoPAR]_). An internal ACR has been filed 17 Reference (PAPR+) documentation specification. This document summarizes some of
|
/qemu/target/mips/tcg/ |
H A D | rel6.decode | 11 # (Document Number: MD00086-2B-MIPS32BIS-AFP-06.06) 15 # (Document Number: MD00087-2B-MIPS64BIS-AFP-6.06)
|
H A D | godson2.decode | 9 # (Document Number: godson2e-user-manual-V0.6)
|
H A D | loong-ext.decode | 10 # (Document Number: UM0447)
|
/qemu/include/qapi/ |
H A D | visitor-impl.h | 25 * that callback, it should also document that it is only useful for a 61 * but must document it. */
|
/qemu/ |
H A D | .readthedocs.yml | 24 # We want all the document formats
|
/qemu/docs/interop/ |
H A D | vhost-vdpa.rst | 12 This document describes the vDPA support in qemu
|
H A D | dbus-vmstate.rst | 6 on a QEMU D-Bus bus. (refer to the :doc:`dbus` document for
|
/qemu/scripts/ |
H A D | extract-vsssdk-headers | 23 # document signature. Extra data at the end does not matter.
|
/qemu/docs/system/devices/ |
H A D | vhost-user-input.rst | 6 This document describes the setup and usage of the Virtio input device.
|
H A D | virtio-snd.rst | 4 This document explains the setup and usage of the Virtio sound device.
|
/qemu/docs/system/riscv/ |
H A D | microblaze-v-generic.rst | 8 More information can be found in below document.
|
12345