/qemu/rust/ |
H A D | Cargo.lock | 5 [[package]] 11 [[package]] 17 [[package]] 27 [[package]] 40 [[package]] 47 [[package]] 53 [[package]] 62 [[package]] 70 [[package]] 79 [[package]] [all...] |
H A D | Cargo.toml | 11 [workspace.package]
|
/qemu/docs/specs/ |
H A D | rapl-msr.rst | 9 MSR_PKG_ENERGY_STATUS for the CPU package power domain. These MSRs are 64 bits 29 spec and specify the power limit of the package, provide range of parameter(min 39 the consumption of the package. This counter is supposed to overflow at some 44 for the whole package. Whatever Core reading it will get the same value and a 70 vCPU is running on which virtual package. 78 9. Calculate the energy for each virtual package. 80 10. The virtual MSRs are updated for each virtual package. Each vCPU that 81 belongs to the same package will return the same value when accessing the 93 package has 4 cores, 400 ticks maximum can be scheduled on all the cores 94 of the package for a period of 1 second. [all …]
|
/qemu/python/ |
H A D | PACKAGE.rst | 4 This package provides QEMU tooling used by the QEMU project to build, 14 package's documentation 21 This package is maintained by John Snow <jsnow@redhat.com> as part of 36 package can be installed with the optional dependency group "devel": 39 ``make develop`` can be used to install this package in editable mode
|
H A D | README.rst | 6 then by package (e.g. ``qemu/machine``, ``qemu/qmp``, etc). 22 above, pip will install in "editable" mode. This installs the package as 24 doing, the installed package always reflects the latest version in your 28 packages for testing this package. They are not runtime requirements, 71 - ``qemu/`` Python 'qemu' namespace package source directory. 72 - ``tests/`` Python package tests directory. 82 this package; it is referenced by ``setup.cfg``. 83 - ``setup.cfg`` houses setuptools package configuration.
|
/qemu/python/qemu/ |
H A D | README.rst | 5 namespace package <https://www.python.org/dev/peps/pep-0420/>`_. 7 Each directory below is assumed to be an installable Python package that 8 is available under the ``qemu.<package>`` namespace.
|
/qemu/ |
H A D | pythondeps.toml | 1 # This file describes Python package requirements to be 7 # section is a TOML key-value list describing a package. 10 # - accepted: accepted versions when using a system package 12 # if a system package is not found; if not specified,
|
/qemu/python/qemu/utils/ |
H A D | README.rst | 1 qemu.utils package 4 This package provides miscellaneous utilities used for testing and
|
/qemu/python/qemu/machine/ |
H A D | README.rst | 1 qemu.machine package 4 This package provides core utilities used for testing and debugging
|
/qemu/docs/devel/migration/ |
H A D | postcopy.rst | 84 The first command in the package, POSTCOPY_LISTEN, switches 97 thread now finishes processing the migration package and 124 forms the 'package' containing: 133 The 'package' is sent as the data part of a Command: ``CMD_PACKAGED``, and the 168 All the data associated with the package - the ( ... ) section in the diagram - 170 to process the contents of the package (2) which contains commands (3,6) and 173 - On receipt of 'postcopy listen' - 3 -(i.e. the 1st command in the package) 176 while the main thread carries on loading the package. It loads normal 277 and the ``vhost-user-bridge`` (in ``tests/``) and the DPDK package have changes
|
H A D | qatzip-compression.rst | 72 The ``QATzip`` installation package has been integrated into some Linux 90 If your system does not support the ``QATzip`` installation package, you can
|
/qemu/rust/bits/ |
H A D | Cargo.toml | 1 [package]
|
/qemu/rust/qemu-api-macros/ |
H A D | Cargo.toml | 1 [package]
|
/qemu/rust/qemu-api/ |
H A D | Cargo.toml | 1 [package]
|
/qemu/rust/hw/timer/hpet/ |
H A D | Cargo.toml | 1 [package]
|
/qemu/rust/hw/char/pl011/ |
H A D | Cargo.toml | 1 [package]
|
/qemu/hw/acpi/ |
H A D | aml-build.c | 292 build_prepend_package_length(GArray *package, unsigned length, bool incl_self) in build_prepend_package_length() argument 323 build_prepend_byte(package, byte); in build_prepend_package_length() 327 build_prepend_byte(package, byte); in build_prepend_package_length() 332 build_prepend_byte(package, byte); in build_prepend_package_length() 337 build_prepend_byte(package, byte); in build_prepend_package_length() 346 build_prepend_byte(package, byte); in build_prepend_package_length() 359 static void build_package(GArray *package, uint8_t op) in build_package() argument 361 build_prepend_package_length(package, package->len, true); in build_package() 362 build_prepend_byte(package, op); in build_package() 365 static void build_extop_package(GArray *package, uint8_t op) in build_extop_package() argument [all …]
|
/qemu/tests/uefi-test-tools/UefiTestToolsPkg/ |
H A D | UefiTestToolsPkg.dec | 2 # edk2 package declaration for the test helper UEFI applications that run in
|
/qemu/docs/devel/ |
H A D | build-environment.rst | 20 Note: Installing dependencies using your package manager build dependencies may 71 MSYS2 package manager does not offer a built-in way to install build
|
/qemu/qapi/ |
H A D | control.json | 81 # @package: QEMU will always set this field to an empty string. 89 'data': {'qemu': 'VersionTriple', 'package': 'str'} }
|
/qemu/tests/qemu-iotests/ |
H A D | README | 6 This package contains a simple test suite for the I/O layer of qemu.
|
/qemu/docs/about/ |
H A D | build-platforms.rst | 116 bindgen tool, which is too big to package and distribute. The minimum 124 compiler in the ``rustc-web`` package. 127 (or newer) package. The path to ``rustc`` and ``rustdoc`` must be
|
/qemu/po/ |
H A D | bg.po | 3 # This file is distributed under the same license as the qemu package.
|
/qemu/hw/riscv/ |
H A D | virt-acpi-build.c | 193 Aml *package = aml_package(2); in acpi_dsdt_add_uart() local 194 aml_append(package, UUID); in acpi_dsdt_add_uart() 195 aml_append(package, pkg1); in acpi_dsdt_add_uart() 197 aml_append(dev, aml_name_decl("_DSD", package)); in acpi_dsdt_add_uart()
|
/qemu/qga/ |
H A D | meson.build | 137 error('CPU not supported for building guest agent installation package') 175 error('MSI guest agent package is available only for MinGW Windows cross-compilation')
|