Home
last modified time | relevance | path

Searched full:packages (Results 1 – 25 of 85) sorted by relevance

1234

/qemu/python/scripts/
H A Dmkvenv.py46 --online Install packages from PyPI, if necessary.
47 --dir DIR Path to vendored packages where we may install from.
142 environment by including packages from the parent. Also,
162 # Include parent packages only if we're in a venv and
218 return os.path.join(context.env_dir, "Lib", "site-packages")
223 "site-packages",
243 # venv's packages.
279 :return: `True` if we do not detect both packages.
298 "maybe your distribution packages it separately?\n"
311 "maybe your distribution packages it separately?\n"
[all …]
H A Dvendor.py43 packages = {
51 for dep_spec, checksum in packages.items():
/qemu/python/
H A DREADME.rst12 1. ``pip3 install .`` will install these packages to your current
17 2. ``pip3 install --user .`` will install these packages to your user's
18 local python packages. If you are inside of a virtual environment,
28 packages for testing this package. They are not runtime requirements,
35 See `Installing packages using pip and virtual environments
40 Using these packages without installing them
43 These packages may be used without installing them first, by using one
/qemu/tests/docker/dockerfiles/
H A Dpython.docker7 ENV PACKAGES \
20 RUN dnf install -y $PACKAGES
21 RUN rpm -q $PACKAGES | sort > /packages.txt
H A Ddebian-bootstrap.docker18 # At this point we can install additional packages if we want
H A Ddebian-tricore-cross.docker36 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
H A Ddebian-xtensa-cross.docker20 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
/qemu/scripts/ci/setup/ubuntu/
H A Dbuild-environment.yml12 - name: Installation of basic packages to build QEMU
28 - name: Update apt cache / upgrade packages via apt
43 - name: Install packages for QEMU on Ubuntu 22.04
45 name: "{{ packages }}"
50 - name: Install armhf cross-compile packages to build QEMU on AArch64 Ubuntu 22.04
/qemu/tests/docker/
H A Drun35 if test -f /packages.txt; then
36 echo "Packages installed:"
37 cat /packages.txt
/qemu/tests/lcitool/projects/
H A Dqemu-win-installer.yml1 # Additional packages that are required to build the code in qga/vss-win32/
3 packages:
H A Dqemu-minimal.yml1 # Very minimal set of qemu packages, used for minimal cross-compile sanity checks
3 packages:
H A Dqemu.yml2 packages:
/qemu/docs/devel/
H A Dbuild-environment.rst72 dependencies. You can start with this list of packages using pacman:
101 …wget https://raw.githubusercontent.com/msys2/MINGW-packages/refs/heads/master/mingw-w64-qemu/PKGBU…
102 # Some packages may be missing for your environment, installation will still
H A Dbuild-system.rst49 the build, and possibly install packages into it from PyPI
144 was installed in the ``site-packages`` directory of another interpreter,
167 The required versions of the packages are stored in a configuration file
179 Bundled Python packages
182 Python packages that are **mandatory** dependencies to build QEMU,
491 A wrapper for the Python ``venv`` and ``distlib.scripts`` packages.
555 and packages.
/qemu/docs/specs/
H A Drapl-msr.rst6 energy consumption of various power domains (e.g. CPU packages, DRAM, etc.).
57 2. Snapshot of the actual MSR_PKG_ENERGY_STATUS counter of all packages where
65 packages during the pause.
/qemu/roms/
H A Dedk2-build.py251 packages = [ workspace, ]
260 packages.append(os.path.abspath(pkgdir))
263 packages.append(coredir)
284 os.environ['PACKAGES_PATH'] = ':'.join(packages)
363 help = 'location(s) of additional packages '
/qemu/scripts/ci/setup/
H A Dgitlab-runner.yml56 url: "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh"
78 url: "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh"
/qemu/
H A D.patchew.yml176 echo "=== PACKAGES ==="
205 echo "=== PACKAGES ==="
259 echo "=== PACKAGES ==="
H A Dpythondeps.toml4 # Packages are placed in groups, which are installed using
/qemu/tests/lcitool/
H A Drefresh227 # while not yet a release architecture the packages are still
247 # Cirrus packages lists for GitLab
253 # VM packages lists
H A Dmappings.yml81 # Drop packages that need devel headers
/qemu/tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/
H A DBiosTablesTest.inf41 [Packages]
/qemu/.gitlab-ci.d/custom-runners/
H A Dubuntu-22.04-aarch32.yml3 # "Install basic packages to build QEMU on Ubuntu 22.04"
/qemu/.gitlab-ci.d/opensbi/
H A DDockerfile8 # Install packages required to build OpenSBI
/qemu/tests/vm/
H A Dcentos-8-aarch64.ks38 %packages

1234