Home
last modified time | relevance | path

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

1234

/qemu/.gitlab-ci.d/
H 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
H A Dcontainers.yml26 python-container:
29 NAME: python
/qemu/target/hexagon/
H 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/
H 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
H A D.gitignore5 # python packaging
/qemu/
H A Dconfigure251 python=
541 for binary in python3 python python3.12 python3.11 \
544 python=$(command -v "$binary")
545 if check_py_version "$python"; then
550 first_python=$python
557 python=$(command -v "$PYTHON")
558 if check_py_version "$python"; then
644 --python=*) python="$optarg"
870 --python=PYTHON use specified python [$python]
938 echo "python determined to be '$python'"
[all …]
H A Dpythondeps.toml5 # the ensuregroup subcommand of python/scripts/mkvenv.py.
21 # The install key should match the version in python/wheels/
30 # Note that qemu.git/python/ is always implicitly installed.
H A D.readthedocs.yml12 python: "3.11"
20 python:
H A D.gitattributes4 *.py diff=python
/qemu/tests/qemu-iotests/
H A Dmeson.build20 qemu_iotests_env = {'PYTHON': python.full_path()}
50 [python, qemu_iotests_check_cmd] + args + ['-n'],
63 python,
/qemu/docs/devel/
H 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
68 This is the main python avocado test script that generates a
122 This directory contains biosbits python based tests that are run from within
135 or disabling them) from python directory into this directory. For
138 https://gitlab.com/qemu-project/biosbits-bits/-/blob/qemu-bits/python/testcpuid.py
155 (a) They are python2.7 based scripts and not python 3 scripts.
157 build/test python script maintenance and dependency resolutions.
/qemu/scripts/coccinelle/
H 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" };
H A Doverflow_muldiv64.cocci12 @script:python@
H A Dtcg_gen_extract.cocci26 @initialize:python@
62 @script:python verify_len depends on match@
H A Dqom-parent-type.cocci13 @script:python filter depends on match@
/qemu/qapi/
H A Dtrace.json1 # -*- mode: python -*-
2 # vim: filetype=python
H A Dmachine-common.json2 # vim: filetype=python
H A Derror.json2 # vim: filetype=python
/qemu/tests/lcitool/targets/
H A Dcentos-stream-8.yml3 python: /usr/bin/python3.8
H A Dopensuse-leap-15.yml3 python: /usr/bin/python3.11
/qemu/tests/qapi-schema/include/
H A Dsub-module.json2 # vim: filetype=python
/qemu/tests/qapi-schema/
H A Dsub-sub-module.json2 # vim: filetype=python
/qemu/python/qemu/
H A DREADME.rst5 namespace package <https://www.python.org/dev/peps/pep-0420/>`_.
/qemu/docs/
H 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/avocado/acpi-bits/bits-config/
H A Dbits-cfg.txt16 # please take a look at boot/python/init.py in bits zip file

1234