Home
last modified time | relevance | path

Searched refs:python (Results 1 – 25 of 96) sorted by relevance

1234

/qemu/.gitlab-ci.d/
A Dstatic_checks.yml4 image: python:3.10-alpine
18 image: python:3.10-alpine
26 check-python-minreqs:
29 image: $CI_REGISTRY_IMAGE/qemu/python:$QEMU_CI_CONTAINER_TAG
31 - make -C python check-minreqs
35 job: python-container
37 check-python-tox:
40 image: $CI_REGISTRY_IMAGE/qemu/python:$QEMU_CI_CONTAINER_TAG
42 - make -C python check-tox
48 job: python-container
A Dcontainers.yml26 python-container:
29 NAME: python
/qemu/target/hexagon/
A Dmeson.build54 command: [python, files('gen_tcg_func_table.py'), semantics_generated, '@OUTPUT@'],
63 command: [python, files('gen_printinsn.py'), semantics_generated, '@OUTPUT@'],
72 command: [python, files('gen_op_attribs.py'), semantics_generated, '@OUTPUT@'],
81 command: [python, files('gen_opcodes_def.py'), semantics_generated, '@OUTPUT@'],
111 command: [python, files('gen_decodetree.py'), semantics_generated, 'NORMAL', '@OUTPUT@'],
120 command: [python, files('gen_decodetree.py'), semantics_generated, 'EXT_mmvec', '@OUTPUT@'],
244 command: [python, files('gen_trans_funcs.py'), semantics_generated, '@OUTPUT@'],
369 command: [python, files('gen_helper_protos.py'), helper_in, '@OUTPUT@'],
378 command: [python, files('gen_helper_funcs.py'), helper_in, '@OUTPUT@'],
387 command: [python, files('gen_tcg_funcs.py'), helper_in, '@OUTPUT@'],
[all …]
/qemu/python/
A DREADME.rst18 local python packages. If you are inside of a virtual environment,
36 <https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/>`_
47 directory, e.g. ``~/src/qemu/python``. See
48 https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH
52 https://docs.python.org/3/library/sys.html#sys.path
62 ``> PYTHONPATH=~/src/qemu/python python3 -m qemu.qmp.qmp_shell``
64 The mappings between console script name and python module path can be
77 - ``MANIFEST.in`` is read by python setuptools, it specifies additional files
A D.gitignore5 # python packaging
/qemu/docs/devel/testing/
A Dacpi-bits.rst13 operating system getting involved in between. Bios-bits has python integration
15 python instead of bash-ish (grub's native scripting language).
28 written using a high level scripting language such as python. OSes and
73 This is the main python functional test script that generates a
90 $ export PYTHONPATH=../python:../tests/functional
114 This directory contains biosbits python based tests that are run from within
127 or disabling them) from python directory into this directory. For
130 https://gitlab.com/qemu-project/biosbits-bits/-/blob/qemu-bits/python/testcpuid.py
147 (a) They are python2.7 based scripts and not python 3 scripts.
149 build/test python script maintenance and dependency resolutions.
/qemu/tests/qemu-iotests/
A Dmeson.build20 qemu_iotests_env = {'PYTHON': python.full_path()}
50 [python, qemu_iotests_check_cmd] + args + ['-n'],
63 python,
/qemu/
A Dpythondeps.toml5 # the ensuregroup subcommand of python/scripts/mkvenv.py.
21 # The install key should match the version in python/wheels/
31 # Note that qemu.git/python/ is always implicitly installed.
A Dconfigure253 python=
571 for binary in python3 python python3.12 python3.11 \
574 python=$(command -v "$binary")
575 if check_py_version "$python"; then
580 first_python=$python
587 python=$(command -v "$PYTHON")
588 if check_py_version "$python"; then
679 --python=*) python="$optarg"
912 --python=PYTHON use specified python [$python]
988 echo "python determined to be '$python'"
[all …]
A D.readthedocs.yml12 python: "3.11"
20 python:
A D.gitattributes4 *.py diff=python
/qemu/tests/functional/
A Dmeson.build259 test_env.set('PYTHONPATH', meson.project_source_root() / 'python:' +
269 test_precache_env.set('PYTHONPATH', meson.project_source_root() / 'python:' +
273 command: [python, testpath],
288 python,
/qemu/scripts/coccinelle/
A Dreset-type.cocci85 // We use a python scripted constraint on the position of the match
102 position p : script:python() { p[0].current_element == "device_phases_reset" };
112 position p : script:python() { p[0].current_element == "resettable_phase_hold" };
119 position p : script:python() { p[0].current_element == "resettable_phase_exit" };
A Doverflow_muldiv64.cocci12 @script:python@
A Dtcg_gen_extract.cocci26 @initialize:python@
62 @script:python verify_len depends on match@
A Dqom-parent-type.cocci13 @script:python filter depends on match@
/qemu/qapi/
A Dtrace.json1 # -*- mode: python -*-
2 # vim: filetype=python
A Derror.json2 # vim: filetype=python
/qemu/tests/lcitool/targets/
A Dopensuse-leap-15.yml3 python: /usr/bin/python3.11
/qemu/tests/qapi-schema/include/
A Dsub-module.json2 # vim: filetype=python
/qemu/tests/qapi-schema/
A Dsub-sub-module.json2 # vim: filetype=python
/qemu/python/qemu/
A DREADME.rst5 namespace package <https://www.python.org/dev/peps/pep-0420/>`_.
/qemu/docs/
A Dmeson.build1 sphinx_build = find_program(fs.parent(python.full_path()) / 'sphinx-build',
39 error('Install a Python 3 version of python-sphinx and the readthedoc theme')
/qemu/tests/functional/acpi-bits/bits-config/
A Dbits-cfg.txt16 # please take a look at boot/python/init.py in bits zip file
/qemu/docs/devel/
A Dbuild-system.rst130 comes from the ``--python`` command line option, the ``$PYTHON`` variable
150 virtual environment with ``pip``, either from wheels in ``python/wheels``
159 Currently, in all cases it would be possible to use ``python -m``
192 ``python/scripts/vendor.py`` script. The script embeds the
408 because it automatically uses the value of configure's --python= option.
416 should be invoked through the ``python`` variable in meson.build. For
419 test('QAPI schema regression tests', python,
423 This is needed to obey the --python= option passed to the configure
433 fs.parent(python.full_path()) / 'sphinx-build',
494 ``python/scripts/mkvenv.py``

Completed in 33 milliseconds

1234