Searched refs:platform (Results 1 – 25 of 85) sorted by relevance
1234
| /qemu/docs/system/arm/ |
| A D | sbsa.rst | 5 board is a generic board platform that doesn't match any real hardware). 46 platform using minimalistic devicetree. This is not a Linux devicetree. It is 50 platform would have other mechanisms to discover at runtime, that are affected 62 - platform version 70 The platform version is only for informing platform firmware about 82 Devicetree holds information about CPUs, memory and platform version.
|
| /qemu/scripts/tracetool/format/ |
| A D | d.py | 16 from sys import platform 39 if not events and platform != "darwin": 49 if platform == "darwin":
|
| /qemu/pc-bios/ |
| A D | README | 44 platform, also known as the PowerNV (Non-Virtualized) platform. 49 - The "edk2-*.fd.bz2" images are platform firmware binaries and matching UEFI 64 specifications for platform-specific firmwares executing in M-mode. For all
|
| /qemu/ui/ |
| A D | egl-helpers.c | 463 EGLenum platform) in qemu_egl_get_display() argument 469 if (platform != 0) { in qemu_egl_get_display() 470 dpy = eglGetPlatformDisplayEXT(platform, native, NULL); in qemu_egl_get_display() 482 EGLenum platform, in qemu_egl_init_dpy() argument 508 qemu_egl_display = qemu_egl_get_display(dpy, platform); in qemu_egl_init_dpy()
|
| /qemu/docs/system/openrisc/ |
| A D | virt.rst | 1 'virt' generic virtual platform 4 The ``virt`` board is a platform which does not correspond to any
|
| /qemu/docs/specs/ |
| A D | acpi_hw_reduced_hotplug.rst | 5 The ACPI *Generic Event Device* (GED) is a HW reduced platform 6 specific device introduced in ACPI v6.1 that handles all platform
|
| A D | acpi_nvdimm.rst | 12 to be supported by platform, platform firmware also exposes an ACPI 20 This is an example from ACPI 6.0, a platform contains one NVDIMM::
|
| A D | ppc-spapr-numa.rst | 14 Associativity is defined as a group of platform resources that has 22 physical hierarchy of the platform, as one or more lists that starts 44 platform. 51 the NUMA levels for the platform. 118 In a hypothetical platform where all resources inside the same hardware module
|
| A D | acpi_pci_hotplug.rst | 35 Read: Hotplug features register. Used by platform to identify features
|
| /qemu/docs/system/ppc/ |
| A D | embedded.rst | 6 - ``ppce500`` generic paravirt e500 platform
|
| /qemu/docs/system/riscv/ |
| A D | shakti-c.rst | 4 Shakti C Reference Platform is a reference platform based on arty a7 100t 76 fw_payload.elf would be generated in build/platform/generic/firmware/fw_payload.elf.
|
| /qemu/configs/devices/aarch64-softmmu/ |
| A D | minimal.mak | 4 # features from the 32bit platform (although virt still supports 32bit
|
| /qemu/hw/i386/xen/ |
| A D | trace-events | 4 xen_platform_log(char *s) "xen platform: %s"
|
| /qemu/tests/uefi-test-tools/ |
| A D | build.sh | 58 --platform=UefiTestToolsPkg/UefiTestToolsPkg.dsc \
|
| /qemu/hw/vfio/ |
| A D | meson.build | 20 vfio_ss.add(when: 'CONFIG_VFIO_PLATFORM', if_true: files('platform.c'))
|
| /qemu/scripts/ |
| A D | xml-preprocess.py | 66 import platform 79 "ARCH": platform.architecture()[0],
|
| /qemu/docs/about/ |
| A D | build-platforms.rst | 14 If a platform is not listed here, it does not imply that QEMU won't 15 work. If an unlisted platform has comparable software versions to a 16 listed platform, there is every expectation that it will work. Bug
|
| /qemu/docs/system/ |
| A D | introduction.rst | 47 vhost-user (for VirtIO) or :ref:`Multi-process QEMU`. If the platform 153 general purpose platform for running Aarch64 guests. We enable 176 As the ``virt`` platform doesn't have any default network or storage
|
| /qemu/hw/core/ |
| A D | meson.build | 21 system_ss.add(when: 'CONFIG_PLATFORM_BUS', if_true: files('platform-bus.c'))
|
| /qemu/tests/migration/guestperf/ |
| A D | shell.py | 25 import platform 48 … parser.add_argument("--kernel", dest="kernel", default="/boot/vmlinuz-%s" % platform.release())
|
| /qemu/tests/functional/ |
| A D | test_acpi_bits.py | 36 import platform 83 return platform.machine() in supported_platforms
|
| /qemu/docs/devel/ |
| A D | vfio-iommufd.rst | 26 | pci | | platform | | ap | | ccw | 122 Supported platform
|
| /qemu/docs/ |
| A D | pcie_pci_bridge.txt | 11 no cross-platform and cross-architecture support - a new generic 15 This generic PCIE-PCI bridge is a cross-platform device,
|
| /qemu/docs/system/devices/ |
| A D | canokey.rst | 14 All these platform-independent features are in canokey-core [3]_. 110 of a secure key while the latter provides platform-dependent functions:
|
| A D | virtio-gpu.rst | 41 platform default will be chosen. 120 .. _gfxstream: https://android.googlesource.com/platform/hardware/google/gfxstream/
|
Completed in 44 milliseconds
1234