Home
last modified time | relevance | path

Searched full:pyvenv (Results 1 – 18 of 18) sorted by relevance

/qemu/.gitlab-ci.d/
H A Dbuildtest-template.yml32 pyvenv/bin/meson configure . -Dbackend_max_links="$LD_JOBS" ;
69 - build/pyvenv/bin/meson subprojects download $(cd build/subprojects && echo *)
140 pyvenv/bin/meson configure . -Dbackend_max_links="$LD_JOBS" ;
H A Dstatic_checks.yml58 - pyvenv/bin/meson devenv -w ../rust ${CARGO-cargo} fmt --check
H A Dbuildtest.yml105 - pyvenv/bin/python3 scripts/device-crash-test -q --tcg-only ./qemu-system-i386
162 - pyvenv/bin/python3 scripts/device-crash-test -q ./qemu-system-ppc
163 - pyvenv/bin/python3 scripts/device-crash-test -q ./qemu-system-riscv32
/qemu/tests/docker/
H A Dtest-rust19 pyvenv/bin/meson devenv -w $QEMU_SRC/rust ${CARGO-cargo} fmt --check
/qemu/docs/devel/
H A Dbuild-system.rst132 in the ``pyvenv`` directory in the build tree, and provides consistency
162 future proof and it makes the contents of the ``pyvenv/bin``
425 places under ``pyvenv``. One way to do so is as follows, using Meson's
493 ``pyvenv/bin``, and calling ``pip`` to install dependencies.
550 ``pyvenv``
H A Drust.rst53 pyvenv/bin/meson devenv -w ../rust cargo clippy --tests
54 pyvenv/bin/meson devenv -w ../rust cargo fmt
56 If you are going to use ``cargo`` repeatedly, ``pyvenv/bin/meson devenv``
/qemu/
H A Dpythondeps.toml2 # installed in the pyvenv Python virtual environment.
H A DMakefile111 # The path to meson always points to pyvenv/bin/meson, but the absolute
H A Dconfigure985 python="$($python -B "${source_path}/python/scripts/mkvenv.py" create pyvenv)"
1000 # We expect mkvenv or pip to have created pyvenv/bin/meson for us.
1004 meson="$(cd pyvenv/bin; pwd)/meson"
/qemu/rust/qemu-api/
H A Dbuild.rs26 " `pyvenv/bin/meson devenv`, or point MESON_BUILD_ROOT to\n", in main()
/qemu/docs/system/devices/
H A Digb.rst65 pyvenv/bin/meson test --suite thorough func-x86_64-netdev_ethtool
/qemu/docs/system/arm/
H A Dbananapi_m2u.rst139 pyvenv/bin/meson test --suite thorough func-arm-arm_bpim2u
H A Dorangepi.rst265 pyvenv/bin/meson test --suite thorough func-arm-arm_orangepi
/qemu/python/scripts/
H A Dmkvenv.py2 mkvenv - QEMU pyvenv bootstrapping utility
6 QEMU pyvenv bootstrapping utility
841 description="QEMU pyvenv bootstrapping utility",
/qemu/tests/
H A DMakefile.include92 TESTS_VENV_TOKEN=$(BUILD_DIR)/pyvenv/tests.group
/qemu/docs/devel/testing/
H A Dfunctional.rst64 $ pyvenv/bin/python3 ../tests/functional/test_file.py
H A Dmain.rst16 [./pyvenv/bin/]meson test --suite qemu:softfloat
/qemu/scripts/
H A Ddevice-crash-test46 print(f' > $builddir/pyvenv/bin/python3 "{path}"')