/qemu/docs/system/ |
H A D | device-emulation.rst | 85 devices/can.rst 86 devices/ccid.rst 87 devices/cxl.rst 88 devices/ivshmem.rst 89 devices/ivshmem-flat.rst 90 devices/keyboard.rst 91 devices/net.rst 92 devices/nvme.rst 93 devices/usb.rst 94 devices/vhost-user.rst [all …]
|
H A D | qemu-manpage.rst | 5 should simply include the .rst.inc files corresponding to the 25 .. include:: target-i386-desc.rst.inc 41 .. include:: keys.rst.inc 43 .. include:: mux-chardev.rst.inc 49 .. include:: device-url-syntax.rst.inc
|
H A D | qemu-cpu-models.rst | 17 .. include:: cpu-models-x86.rst.inc 18 .. include:: cpu-models-mips.rst.inc
|
H A D | target-arm.rst | 82 arm/bananapi_m2u.rst 83 arm/b-l475e-iot01a.rst
|
H A D | keys.rst | 6 .. include:: keys.rst.inc
|
/qemu/docs/sphinx-static/ |
H A D | theme_overrides.css | 15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend { 19 .rst-content dl:not(.docutils) dt { 76 .rst-content .highlight > pre { 81 .rst-content table.field-list th.field-name { 85 .rst-content table.field-list td.field-body { 92 .rst-content .admonition-example { 98 .rst-content .admonition-example > .admonition-title:before { 102 .rst-content .admonition-example > .admonition-title { 106 .rst-content .admonition-example > div[class^="highlight"] { 117 .rst-content .admonition-example > div[class^="highlight"]:nth-child(2) { [all …]
|
/qemu/docs/sphinx/ |
H A D | hxtool.py | 11 # The purpose of this extension is to read fragments of rST 13 # The rST fragments are delimited by SRST/ERST lines. 25 from docutils.parsers.rst import directives, Directive 35 # states: reading the C code fragment, or inside a rST fragment. 38 RST = 2 variable in HxState 56 # consistency with other headings in the rST documentation. 69 # consistency with other headings in the rST documentation. 84 """Extract rST fragments from the specified .hx file""" 100 # We build up lines of rST in this ViewList, which we will 114 if state == HxState.RST: [all …]
|
H A D | qapidoc.py | 17 It implements one new rST directive, "qapi-doc::". 41 from docutils.parsers.rst import directives 118 # General-purpose rST generation functions 397 # sections can be updated to pure rST, and this transformed removed. 399 # For now, translate our micro-format into rST. Code adapted 412 # Implicit +1 for heading in the containing .rst doc 487 Parse rST source lines and add them to the specified node 489 Take the list of rST source lines rstlist, parse them as 490 rST, and add the resulting docutils nodes as children of node. 517 logger.info("Transmogrifying QAPI to rST ...") [all …]
|
/qemu/ |
H A D | MAINTAINERS | 26 S: Status, one of the following (keep in sync with docs/devel/maintainers.rst): 75 F: docs/devel/build-environment.rst 76 F: docs/devel/code-of-conduct.rst 77 F: docs/devel/codebase.rst 78 F: docs/devel/conflict-resolution.rst 79 F: docs/devel/style.rst 80 F: docs/devel/submitting-a-patch.rst 81 F: docs/devel/submitting-a-pull-request.rst 82 F: docs/glossary.rst 98 F: docs/devel/trivial-patches.rst [all …]
|
H A D | qemu-img-cmds.hx | 1 HXCOMM See docs/devel/docs.rst for the format of this file. 4 HXCOMM Use DEFHEADING() to define headings in both help text and rST 5 HXCOMM Text between SRST and ERST are copied to rST version and 9 HXCOMM HXCOMM can be used for comments, discarded from both rST and C 11 HXCOMM When amending the rST sections, please remember to copy the usage 12 HXCOMM over to the per-command sections in docs/tools/qemu-img.rst.
|
/qemu/docs/devel/ |
H A D | docs.rst | 19 * a Sphinx extension in ``docs/sphinx/hxtool.py`` generates rST output 23 alternation of C code put into the C output and rST format text 34 referenced from elsewhere in the rST documentation. The label will take 36 top level rST file, ``HXFILE`` is the filename of the .hx file without 48 a blank line in the ``--help`` output and is ignored for the rST
|
H A D | qapi-domain.rst | 5 An extension to the `rST syntax 17 provides a set of special rST directives and cross-referencing roles to 18 Sphinx for understanding rST markup written to document a specific 19 language. By itself, this QAPI extension is only sufficient to parse rST 26 never need to write *nor* read these special rST forms. However, in the 32 writing rST documentation elsewhere, or for enriching the body of 41 the rST syntax used to describe things. For instance, the Sphinx Python 45 qapidoc.py is responsible for reading the QAPI Schema and generating rST 52 qapidoc.py transforms the documentation in ``qapi/*.json`` into rST 189 The format of the :errors: field list description is free-form rST. The [all …]
|
/qemu/python/ |
H A D | MANIFEST.in | 2 include PACKAGE.rst 3 exclude README.rst
|
H A D | README.rst | 79 - ``PACKAGE.rst`` is used as the README file that is visible on PyPI.org. 80 - ``README.rst`` you are here!
|
/qemu/python/qemu/qmp/ |
H A D | models.py | 57 Defined in qmp-spec.rst, section "Server Greeting". 85 Defined in qmp-spec.rst, section "Server Greeting". 107 Defined in qmp-spec.rst, section "Error". 129 Defined in qmp-spec.rst, section "Error".
|
/qemu/docs/ |
H A D | conf.py | 84 # source_suffix = ['.rst', '.md'] 85 source_suffix = '.rst' 142 # docs/about/deprecated.rst 168 # The rst_epilog fragment is effectively included in every rST file. 186 # We slurp in the defs.rst.inc and literally include it into rst_epilog, 190 with open(os.path.join(qemu_docdir, 'defs.rst.inc')) as f: 260 # Don't copy the rST source files to the HTML output directory,
|
H A D | defs.rst.inc | 2 Generally useful rST substitution definitions. This is included for 3 all rST files as part of the epilogue by docs/conf.py. conf.py
|
/qemu/scripts/ |
H A D | git.orderfile | 16 *.rst 17 *.rst.inc
|
/qemu/tests/qapi-schema/ |
H A D | meson.build | 220 # docs/devel/build-system.rst 250 qapi_doc_out = custom_target('QAPI rST doc', 252 input: files('doc-good.json', 'doc-good.rst'), 276 qapi_doc_out_nocr = custom_target('QAPI rST doc newline-sanitized', 284 qapi_doc_ref_nocr = custom_target('QAPI rST doc reference newline-sanitized', 292 test('QAPI rST doc', diff, args: ['-u', qapi_doc_ref_nocr[0], qapi_doc_out_nocr[0]],
|
/qemu/docs/devel/testing/ |
H A D | ci.rst | 25 .. include:: ci-jobs.rst.inc 26 .. include:: ci-runners.rst.inc
|
/qemu/tests/vm/ |
H A D | README | 1 See docs/devel/testing/main.rst for help.
|
/qemu/docs/system/i386/ |
H A D | cpu.rst | 1 .. include:: ../cpu-models-x86.rst.inc
|
/qemu/hw/alpha/ |
H A D | trace-events | 1 # See docs/devel/tracing.rst for syntax documentation.
|
/qemu/docs/system/ppc/ |
H A D | pseries.rst | 151 ../../specs/ppc-spapr-hotplug.rst 152 ../../specs/ppc-spapr-hcalls.rst 153 ../../specs/ppc-spapr-numa.rst 154 ../../specs/ppc-spapr-uv-hcalls.rst 155 ../../specs/ppc-spapr-xive.rst
|
/qemu/hw/i386/ |
H A D | acpi-build.h | 8 /* PCI Hot-plug registers' base. See docs/specs/acpi_pci_hotplug.rst */
|