Home
last modified time | relevance | path

Searched full:document (Results 1 – 25 of 123) sorted by relevance

12345

/qemu/docs/sphinx-static/
H A Dcustom.js1 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 Dqapidoc_legacy.py15 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 Ddbusdoc.py123 node.document = state.document
138 reporter = self.state.document.reporter
147 env = self.state.document.settings.env
H A Dqapidoc.py15 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 Dcompat.py54 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 Dkerneldoc.py63 env = self.state.document.settings.env
81 tab_width = self.options.get('tab-width', self.state.document.settings.tab_width)
H A Dhxtool.py12 # from .hx files, and insert them all into the current document.
93 env = self.state.document.settings.env
/qemu/docs/
H A Dconf.py11 # 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 Dqcow2-cache.txt15 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 Dqapi-domain.rst18 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 Dcode-of-conduct.rst53 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 Dmulti-process.rst6 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 Dppc-spapr-hcalls.rst7 Architecture Reference ([LoPAR]_) document. This document is a subset of the
H A Dppc-spapr-uv-hcalls.rst14 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 Drel6.decode11 # (Document Number: MD00086-2B-MIPS32BIS-AFP-06.06)
15 # (Document Number: MD00087-2B-MIPS64BIS-AFP-6.06)
H A Dgodson2.decode9 # (Document Number: godson2e-user-manual-V0.6)
H A Dloong-ext.decode10 # (Document Number: UM0447)
/qemu/include/qapi/
H A Dvisitor-impl.h25 * that callback, it should also document that it is only useful for a
61 * but must document it. */
/qemu/
H A D.readthedocs.yml24 # We want all the document formats
/qemu/docs/interop/
H A Dvhost-vdpa.rst12 This document describes the vDPA support in qemu
H A Ddbus-vmstate.rst6 on a QEMU D-Bus bus. (refer to the :doc:`dbus` document for
/qemu/scripts/
H A Dextract-vsssdk-headers23 # document signature. Extra data at the end does not matter.
/qemu/docs/system/devices/
H A Dvhost-user-input.rst6 This document describes the setup and usage of the Virtio input device.
H A Dvirtio-snd.rst4 This document explains the setup and usage of the Virtio sound device.
/qemu/docs/system/riscv/
H A Dmicroblaze-v-generic.rst8 More information can be found in below document.

12345