Searched full:docs (Results 1 – 25 of 330) sorted by relevance
12345678910>>...14
/qemu/ |
H A D | .readthedocs.yml | 2 # Read the Docs configuration file 3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details 14 # Build documentation in the docs/ directory with Sphinx 16 configuration: docs/conf.py 19 # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html 22 - requirements: docs/requirements.txt
|
H A D | MAINTAINERS | 26 S: Status, one of the following (keep in sync with docs/devel/maintainers.rst): 73 W: https://www.qemu.org/docs/master/devel/index.html 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 [all …]
|
H A D | pythondeps.toml | 25 [docs] 26 # Please keep the installed versions in sync with docs/requirements.txt
|
H A D | README.rst | 40 `<https://www.qemu.org/docs/master/>`_ is generated from the ``docs/`` 81 <https://www.qemu.org/docs/master/devel/style.html>`_ of
|
H A D | configure | 247 docs="auto" 690 --enable-docs) docs=enabled 692 --disable-docs) docs=disabled 1013 if test "$docs" != "disabled" ; then 1015 $(test "$docs" = "enabled" && echo "$mkvenv_online_flag") \ 1016 ${source_path}/pythondeps.toml docs; 1018 if test "$docs" = "enabled" ; then 1021 echo "Sphinx not found/usable, disabling docs." 1022 docs=disabled 1024 docs=enabled [all …]
|
/qemu/docs/ |
H A D | meson.build | 2 required: get_option('docs')) 38 if get_option('docs').enabled() 71 output: 'docs.stamp', 73 depfile: 'docs.d',
|
H A D | conf.py | 12 # run once, on the top-level docs directory. 36 # This is always the absolute path of the docs/ directory in the source tree. 46 # Our extensions are in docs/sphinx; the qapidoc extension requires 142 # docs/about/deprecated.rst 249 "source_url_prefix": "https://gitlab.com/qemu-project/qemu/-/blob/master/docs/", 253 "conf_py_path": "/docs/", # Path in the checkout to the docs root
|
/qemu/docs/spin/ |
H A D | aio_notify.promela | 11 * spin -p docs/aio_notify.promela 14 * spin -a docs/aio_notify.promela 19 * spin -a -DBUG docs/aio_notify.promela
|
H A D | aio_notify_bug.promela | 11 * spin -a -DBUG docs/aio_notify_bug.promela 16 * spin -a docs/aio_notify_bug.promela
|
H A D | aio_notify_accept.promela | 11 * spin -a -DBUG1 docs/aio_notify_bug.promela 17 * spin -a docs/aio_notify_bug.promela
|
/qemu/python/tests/ |
H A D | qapi-flake8.sh | 5 ../docs/sphinx/qapidoc.py \ 6 ../docs/sphinx/qapi_domain.py
|
H A D | qapi-pylint.sh | 7 ../docs/sphinx/qapidoc.py \ 8 ../docs/sphinx/qapi_domain.py
|
H A D | qapi-isort.sh | 7 ../docs/sphinx/qapi_domain.py \ 8 ../docs/sphinx/qapidoc.py
|
/qemu/docs/sphinx/ |
H A D | dbusparser.py | 173 docs = line[colon_index + 2 :] 174 params[param] = docs 226 # assign docs, if any 261 # assign docs, if any 290 # assign docs, if any 318 # assign docs, if any
|
/qemu/.gitlab-ci.d/ |
H A D | buildtest.yml | 14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog 42 CONFIGURE_ARGS: --enable-docs --enable-rust 115 … CONFIGURE_ARGS: --disable-gcrypt --enable-nettle --enable-docs --enable-crypto-afalg --enable-rust 128 CONFIGURE_ARGS: --disable-docs --enable-rust --enable-strict-rust-lints 174 --enable-modules --enable-trace-backends=dtrace --enable-docs 348 --disable-docs --disable-sdl --disable-gtk --disable-vnc 402 CONFIGURE_ARGS: --disable-tools --disable-docs --enable-debug-tcg 655 - ../configure --enable-tcg-interpreter --disable-kvm --disable-docs --disable-gtk --disable-vnc 698 # No targets are built here, just tools, docs, and unit tests. This 700 build-tools-and-docs-debian: [all …]
|
H A D | crossbuild-template.yml | 26 - ../configure --enable-werror --disable-docs --enable-fdt=system 76 - ../configure --enable-werror --disable-docs $QEMU_CONFIGURE_OPTS 107 - ../configure --enable-werror --disable-docs $QEMU_CONFIGURE_OPTS
|
H A D | buildtest-template.yml | 26 - ../configure --enable-werror --disable-docs --enable-fdt=system 135 - emconfigure ../configure --disable-docs
|
/qemu/python/ |
H A D | README.rst | 48 https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH 52 https://docs.python.org/3/library/sys.html#sys.path
|
/qemu/hw/acpi/ |
H A D | vmgenid.c | 41 * see docs/specs/vmgenid.txt for more details in vmgenid_build_acpi() 104 * see docs/specs/vmgenid.txt for more details. in vmgenid_build_acpi() 156 * see docs/specs/vmgenid.txt for more details. in vmgenid_update_guest()
|
/qemu/scripts/qapi/ |
H A D | parser.py | 87 :ivar docs: Resulting parsed documentation blocks. 111 self.docs: List[QAPIDoc] = [] 120 :return: None. Results are stored in ``.exprs`` and ``.docs``. 139 self.docs.append(cur_doc) 162 self.docs.extend(exprs_include.docs) 792 # Insert stub documentation section for missing member docs.
|
/qemu/tests/qtest/ |
H A D | readconfig-test.c | 186 qts = qtest_initf("-nodefaults -readconfig docs/config/ich9-ehci-uhci.cfg"); in test_docs_config_ich9() 331 test_docs_q35("docs/config/q35-emulated.cfg", devices); in test_docs_q35_emulated() 357 test_docs_q35("docs/config/q35-virtio-graphical.cfg", devices); in test_docs_q35_virtio_graphical() 378 test_docs_q35("docs/config/q35-virtio-serial.cfg", devices); in test_docs_q35_virtio_serial()
|
/qemu/tests/vm/ |
H A D | README | 1 See docs/devel/testing/main.rst for help.
|
/qemu/docs/devel/ |
H A D | submitting-a-patch.rst | 90 `git bisect <http://git-scm.com/docs/git-bisect>`__ without hitting 111 `git-config <http://git-scm.com/docs/git-config>`__). The 'diff.renames' 299 `git-config <http://git-scm.com/docs/git-config>`__.) 315 `git format-patch <http://git-scm.com/docs/git-format-patch>`__ will 319 recommend `git send-email <http://git-scm.com/docs/git-send-email>`__ 361 `git-config <http://git-scm.com/docs/git-config>`__) will generate the 510 format-patch <http://git-scm.com/docs/git-format-patch>`__ and `git 511 send-email <http://git-scm.com/docs/git-send-email>`__ both understand
|
/qemu/hw/alpha/ |
H A D | trace-events | 1 # See docs/devel/tracing.rst for syntax documentation.
|
/qemu/hw/i386/ |
H A D | acpi-build.h | 8 /* PCI Hot-plug registers' base. See docs/specs/acpi_pci_hotplug.rst */
|
12345678910>>...14