Searched full:accelerators (Results 1 – 25 of 31) sorted by relevance
12
/qemu/docs/devel/migration/ |
H A D | uadk-compression.rst | 9 which enables hardware accelerators from different vendors that support SVA to 12 Currently, HiSilicon Kunpeng hardware accelerators have been registered with 14 algorithms using hardware accelerators instead of CPUs, freeing up CPU 23 IOMMU and SVA. Hardware accelerators from different vendors are registered as 25 vendors. A user can access the hardware accelerators by performing user-mode 59 | HW Accelerators | 117 Hardware accelerators (eg: HiSilicon Kunpeng Zip accelerator) gets registered to
|
H A D | qatzip-compression.rst | 151 processor(``SPR``), multiple built-in accelerators are supported including
|
/qemu/python/qemu/utils/ |
H A D | accel.py | 5 accelerators. 36 List accelerators enabled in the QEMU binary. 48 LOG.debug("Failed to get the list of accelerators in %s", qemu_bin)
|
/qemu/docs/system/ |
H A D | introduction.rst | 6 Virtualisation Accelerators 11 of hypervisors (known as accelerators) as well as a JIT known as the 14 .. list-table:: Supported Accelerators 70 For the common accelerators QEMU, supported debugging with its 132 - Type and number/topology of vCPUs. Most accelerators offer
|
H A D | gdb.rst | 56 accelerators it will depend on if support has been added (see
|
/qemu/.gitlab-ci.d/ |
H A D | crossbuild-template.yml | 51 # Job to cross-build specific accelerators. 54 # KVM), and set extra options (such disabling other accelerators) via the
|
/qemu/docs/ |
H A D | glossary.rst | 16 accelerators<Accelerators>`. 257 It is one of the accelerators supported by QEMU, and supports a lot of
|
/qemu/include/system/ |
H A D | hw_accel.h | 2 * QEMU Hardware accelerators support
|
/qemu/docs/devel/ |
H A D | codebase.rst | 20 - `Accelerators<Accelerators>` 50 `accelerators <Accelerators>` supported by QEMU
|
/qemu/docs/about/ |
H A D | build-platforms.rst | 38 Those hosts are officially supported, with various accelerators: 44 - Accelerators
|
H A D | removed-features.rst | 968 System accelerators
|
/qemu/docs/specs/ |
H A D | riscv-aia.rst | 7 RISC-V machine for TCG and KVM accelerators.
|
/qemu/docs/system/s390x/ |
H A D | cpu-topology.rst | 29 See :ref:`Accelerators` for more details about accelerators and how to select them.
|
/qemu/target/i386/tcg/system/ |
H A D | tcg-cpu.c | 53 * nothing else has been set by the user (or by accelerators) in in tcg_cpu_realizefn()
|
/qemu/docs/system/arm/ |
H A D | fby35.rst | 11 include various compute accelerators (video, inferencing, etc). At the moment,
|
/qemu/accel/ |
H A D | accel-system.c | 84 * all accelerators need to define ops, providing at least a mandatory in accel_init_ops_interfaces()
|
/qemu/include/qemu/ |
H A D | accel.h | 56 * but it's for accelerators not machines. Accelerator-provided
|
/qemu/system/ |
H A D | vl.c | 172 static const char *accelerators; variable 1752 accelerators = g_strdup(value); in qemu_apply_legacy_machine_options() 2431 if (accelerators == NULL) { in configure_accelerators() 2440 accelerators = "kvm:tcg"; in configure_accelerators() 2442 accelerators = "tcg:kvm"; in configure_accelerators() 2445 accelerators = "kvm"; in configure_accelerators() 2447 accelerators = "tcg"; in configure_accelerators() 2449 accelerators = "hvf"; in configure_accelerators() 2456 accel_list = g_strsplit(accelerators, ":", 0); in configure_accelerators() 2460 * Filter invalid accelerators here, to prevent obscenities in configure_accelerators() [all …]
|
H A D | cpus.c | 235 * by accelerators that need to track the changes as we warp time. 707 /* accelerators all implement the AccelOpsClass */ in qemu_init_vcpu()
|
/qemu/include/standard-headers/linux/ |
H A D | vhost_types.h | 4 /* Userspace interface for in-kernel virtio accelerators. */
|
/qemu/ |
H A D | meson.build | 271 # Variables for host and accelerators # 880 # Host-specific configuration of accelerators # 883 accelerators = [] variable 885 accelerators += 'CONFIG_KVM' 892 accelerators += 'CONFIG_WHPX' 901 accelerators += 'CONFIG_HVF' 909 accelerators += 'CONFIG_NVMM' 941 accelerators += 'CONFIG_TCG' 944 if 'CONFIG_KVM' not in accelerators and get_option('kvm').enabled() 947 if 'CONFIG_HVF' not in accelerators and get_option('hvf').enabled() [all …]
|
/qemu/target/i386/kvm/ |
H A D | kvm-cpu.c | 49 * nothing else has been set by the user (or by accelerators) in in kvm_cpu_realizefn()
|
/qemu/docs/system/devices/ |
H A D | cxl.rst | 4 targets accelerators and memory devices attached to a CXL host. 50 be a crypto accelerators. May also have device private memory accessible
|
/qemu/linux-headers/linux/ |
H A D | vhost.h | 4 /* Userspace interface for in-kernel virtio accelerators. */
|
/qemu/gdbstub/ |
H A D | system.c | 5 * accelerators so most of this involves calling the ops helpers.
|
12