/qemu/ |
H A D | pythondeps.toml | 2 # installed in the pyvenv Python virtual environment. 4 # Packages are placed in groups, which are installed using 11 # - installed: fixed version to install in the virtual environment 22 meson = { accepted = ">=1.5.0", installed = "1.8.1", canary = "meson" } 23 pycotap = { accepted = ">=1.1.0", installed = "1.3.1" } 26 # Please keep the installed versions in sync with docs/requirements.txt 27 sphinx = { accepted = ">=3.4.3", installed = "5.3.0", canary = "sphinx-build" } 28 sphinx_rtd_theme = { accepted = ">=0.5", installed = "1.1.1" } 31 qemu.qmp = { accepted = ">=0.0.3", installed = "0.0.3" }
|
/qemu/docs/system/arm/ |
H A D | vmapple.rst | 17 * Have an already installed copy of a Virtualization.Framework macOS 12 virtual 19 the guest side. I will assume that you installed it using the 22 First, we need to extract the UUID from the virtual machine that you installed. You can do this 41 installed target disk images. I recommend to port forward the VM's ssh and vnc ports to the host
|
/qemu/python/scripts/ |
H A D | mkvenv.py | 17 Ensure that the specified package group is installed. 515 Offer a summary to the user as to why a package failed to be installed. 521 bellwether to detect if this program is installed elsewhere on 548 f"Python package '{pkg_name}' was not found nor installed." 575 f"Typically this means that '{prog}' has been installed " 630 installed keys of the provided dictionary. 636 if install and "installed" in info: 637 return "==" + info["installed"] 658 If the packages are already installed, do nothing. If online and 683 # Always pass installed package to pip, so that they can be [all …]
|
/qemu/docs/system/s390x/ |
H A D | vfio-ap.rst | 31 determined by machine model. When installed, an AP adapter is accessed by 515 The AP facilities feature indicates that AP facilities are installed on the 517 are installed on the host system. The feature is s390-specific and is 529 indicates whether AP facilities are installed (on) or not 531 is ``ap=on``. AP facilities must be installed on the guest if a 539 only if the QCI facility is installed on the host system. The feature is 551 indicates whether the QCI facility is installed (on) or 553 is ``apqci=on``; for older models, QCI will not be installed. 555 If QCI is installed (``apqci=on``) but AP facilities are not 558 installed if the AP facilities are not; this is considered [all …]
|
H A D | bootdevices.rst | 70 installed kernels on the disk of the guest and ask the user to enter a number 73 list will only show the names of the installed kernels when using a DASD-like
|
/qemu/tests/docker/dockerfiles/ |
H A D | debian-bootstrap.pre | 47 # - PATH for the debootstrap script (installed) 57 echo "No debootstrap installed, attempting to install from SCM" 90 # Finally check to see if any qemu's are installed
|
H A D | alpine.docker | 123 apk list --installed | sort > /packages.txt && \
|
/qemu/include/hw/s390x/ |
H A D | ioinst.h | 225 #define CRW_ERC_IPI 0x04 /* installed parm initialized */ 229 #define CRW_ERC_PMOD 0x08 /* installed parameters modified */ 230 #define CRW_ERC_IPR 0x0A /* installed parameters restored */
|
/qemu/include/user/ |
H A D | page-protection.h | 57 * the result stays true until a new mapping can be installed. 71 * the returned range stays empty until a new mapping can be installed.
|
/qemu/docs/devel/migration/ |
H A D | uadk-compression.rst | 77 Without --prefix, UADK will be installed to /usr/local/lib by default. 88 Not required if UADK is installed to /usr/local/lib 127 * Make sure UADK is installed as above
|
H A D | qatzip-compression.rst | 73 distributions and can be installed directly. For example, the Ubuntu Server 74 24.04 LTS system can be installed using below command 85 qatzip/noble,now 1.2.0-0ubuntu3 amd64 [installed]
|
/qemu/tests/functional/qemu_test/ |
H A D | decorators.py | 27 return skipUnless(has_cmds, 'required command(s) "%s" not installed' % 133 return skipUnless(has_imports, 'required import(s) "%s" not installed' %
|
/qemu/hw/ipack/ |
H A D | tpci200.c | 326 DPRINTF("Read LAS1: IP module %u not installed\n", ip_n); in tpci200_read_las1() 388 DPRINTF("Write LAS1: IP module %u not installed\n", ip_n); in tpci200_write_las1() 436 DPRINTF("Read LAS2: IP module %u not installed\n", ip_n); in tpci200_read_las2() 467 DPRINTF("Write LAS2: IP module %u not installed\n", ip_n); in tpci200_write_las2() 491 DPRINTF("Read LAS3: IP module %u not installed\n", ip_n); in tpci200_read_las3() 517 DPRINTF("Write LAS3: IP module %u not installed\n", ip_n); in tpci200_write_las3()
|
/qemu/tests/qemu-iotests/tests/ |
H A D | nbd-multiconn | 138 # have libnbd installed. 143 iotests.notrun('Python bindings to libnbd are not installed')
|
/qemu/docs/ |
H A D | requirements.txt | 2 # Should be in sync with the "installed" key of pythondeps.toml
|
H A D | image-fuzzer.txt | 56 use SUTs installed in system paths. 58 the related environment variable if it's not installed in the system path.
|
/qemu/qga/installer/ |
H A D | qemu-ga.wxs | 23 …<Condition Message="Error: 32-bit version of Qemu GA can not be installed on 64-bit Windows.">NOT … 36 DowngradeErrorMessage="Error: A newer version of QEMU guest agent is already installed." 177 <Custom Action="UnRegisterCom" After="StopServices">Installed</Custom>
|
/qemu/tests/functional/ |
H A D | test_ppc64_hv.py | 24 # QEMU packages are downloaded and installed on each test. That's not a 26 # QEMU already installed and use that.
|
/qemu/scripts/ |
H A D | symlink-install-tree.py | 18 out = subprocess.run([*shlex.split(introspect), '--installed'],
|
/qemu/.gitlab-ci.d/ |
H A D | custom-runners.yml | 1 # The CI jobs defined here require GitLab runners installed and
|
/qemu/scripts/qemu-guest-agent/fsfreeze-hook.d/ |
H A D | mysql-flush.sh.sample | 11 # Check mysql is installed and the server running
|
/qemu/python/ |
H A D | PACKAGE.rst | 36 package can be installed with the optional dependency group "devel":
|
/qemu/tests/docker/ |
H A D | run | 36 echo "Packages installed:"
|
/qemu/docs/system/devices/ |
H A D | ccid.rst | 29 libcacard library, whose development package must be installed prior to 93 If this does not happen, CoolKey is not installed or not registered with
|
/qemu/hw/net/ |
H A D | vmxnet3_defs.h | 75 /* Whether MSI-X support was installed successfully */
|