Home
last modified time | relevance | path

Searched full:accelerators (Results 1 – 25 of 31) sorted by relevance

12

/qemu/docs/devel/migration/
H A Duadk-compression.rst9 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 Dqatzip-compression.rst151 processor(``SPR``), multiple built-in accelerators are supported including
/qemu/python/qemu/utils/
H A Daccel.py5 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 Dintroduction.rst6 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 Dgdb.rst56 accelerators it will depend on if support has been added (see
/qemu/.gitlab-ci.d/
H A Dcrossbuild-template.yml51 # Job to cross-build specific accelerators.
54 # KVM), and set extra options (such disabling other accelerators) via the
/qemu/docs/
H A Dglossary.rst16 accelerators<Accelerators>`.
257 It is one of the accelerators supported by QEMU, and supports a lot of
/qemu/include/system/
H A Dhw_accel.h2 * QEMU Hardware accelerators support
/qemu/docs/devel/
H A Dcodebase.rst20 - `Accelerators<Accelerators>`
50 `accelerators <Accelerators>` supported by QEMU
/qemu/docs/about/
H A Dbuild-platforms.rst38 Those hosts are officially supported, with various accelerators:
44 - Accelerators
H A Dremoved-features.rst968 System accelerators
/qemu/docs/specs/
H A Driscv-aia.rst7 RISC-V machine for TCG and KVM accelerators.
/qemu/docs/system/s390x/
H A Dcpu-topology.rst29 See :ref:`Accelerators` for more details about accelerators and how to select them.
/qemu/target/i386/tcg/system/
H A Dtcg-cpu.c53 * nothing else has been set by the user (or by accelerators) in in tcg_cpu_realizefn()
/qemu/docs/system/arm/
H A Dfby35.rst11 include various compute accelerators (video, inferencing, etc). At the moment,
/qemu/accel/
H A Daccel-system.c84 * all accelerators need to define ops, providing at least a mandatory in accel_init_ops_interfaces()
/qemu/include/qemu/
H A Daccel.h56 * but it's for accelerators not machines. Accelerator-provided
/qemu/system/
H A Dvl.c172 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 Dcpus.c235 * 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 Dvhost_types.h4 /* Userspace interface for in-kernel virtio accelerators. */
/qemu/
H A Dmeson.build271 # 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 Dkvm-cpu.c49 * nothing else has been set by the user (or by accelerators) in in kvm_cpu_realizefn()
/qemu/docs/system/devices/
H A Dcxl.rst4 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 Dvhost.h4 /* Userspace interface for in-kernel virtio accelerators. */
/qemu/gdbstub/
H A Dsystem.c5 * accelerators so most of this involves calling the ops helpers.

12