Home
last modified time | relevance | path

Searched refs:accelerator (Results 1 – 25 of 31) sorted by relevance

12

/qemu/accel/
A Daccel-system.c37 ms->accelerator = accel; in accel_init_machine()
41 ms->accelerator = NULL; in accel_init_machine()
52 return current_machine->accelerator; in current_accel()
57 AccelState *accel = ms->accelerator; in accel_setup_post()
/qemu/docs/devel/migration/
A Duadk-compression.rst4 UADK is a general-purpose user space accelerator framework that uses shared
22 the hardware accelerator to support SVA, and the operating system to support
101 Here's an example to enable UACCE with hardware accelerator in HiSilicon
117 Hardware accelerators (eg: HiSilicon Kunpeng Zip accelerator) gets registered to
119 on hardware accelerator devices, write permission should be provided to user.
A Dqpl-compression.rst134 …com/content/www/us/en/content-details/780887/intel-in-memory-analytics-accelerator-intel-iaa.html>…
179 An ability for an accelerator I/O device to operate in the same virtual
/qemu/tests/functional/qemu_test/
A Dtestcase.py139 def require_accelerator(self, accelerator): argument
153 'kvm': kvm_available}.get(accelerator)
156 "of accelerator %s" % accelerator)
159 "available" % accelerator)
/qemu/docs/system/
A Dtarget-s390x.rst11 When using KVM as accelerator, QEMU can emulate CPUs up to the generation
12 of the host. When using the default cpu model with TCG as accelerator,
A Dtarget-i386.rst39 accelerator require the host to be running Linux v4.5 or newer. Red Hat
A Dintroduction.rst101 [accelerator opts] \\
138 accelerator type to take advantage of hardware virtualization.
A Dgdb.rst54 accelerator. For TCG system emulation we advertise an infinite number
/qemu/tests/avocado/avocado_qemu/
A D__init__.py282 def require_accelerator(self, accelerator): argument
296 'kvm': kvm_available}.get(accelerator)
299 "of accelerator %s" % accelerator)
302 "available" % accelerator)
/qemu/qapi/
A Dmachine-target.json39 # options, and accelerator options. Therefore, the resulting
148 # * machine options (including accelerator): in some architectures,
149 # CPU models may look different depending on machine and accelerator
206 # * machine options (including accelerator): in some architectures,
207 # CPU models may look different depending on machine and accelerator
284 # * machine options (including accelerator): in some architectures,
285 # CPU models may look different depending on machine and accelerator
336 # accelerator options. A static model is always migration-safe.
A Dmigration.json473 # with accelerator property "dirty-ring-size" set. (Since 8.1)
2104 # requires that KVM accelerator property "dirty-ring-size" is *not*
2110 # requires that KVM accelerator property "dirty-ring-size" is set.
2206 # Requires KVM with accelerator property "dirty-ring-size" set. A
A Dnet.json227 # @vhost: enable vhost-net network accelerator
/qemu/docs/system/i386/
A Dxen.rst18 accelerator, for example for Xen 4.17:
39 The following properties exist on the KVM accelerator object:
141 The minimal Xen support in the KVM accelerator requires the host to be running
/qemu/.gitlab-ci.d/
A Dcrossbuild-template.yml53 # Set the $ACCEL variable to select the specific accelerator (default to
A Dbuildtest.yml342 # Xen accelerator is not detected / selected. As result it build the
343 # i386-softmmu and x86_64-softmmu with KVM being the single accelerator
/qemu/include/hw/
A Dboards.h436 AccelState *accelerator; member
/qemu/docs/system/s390x/
A Dvfio-ap.rst205 ...... [cex2acard] for Crypto Express 2/3 accelerator cards
207 accelerator cards
208 ...... [cex4card] for Crypto Express 4/5/6 accelerator and coprocessor
211 accelerator and coprocessor cards
A Dcpu-topology.rst28 To use the CPU topology, you currently need to choose the KVM accelerator.
/qemu/docs/system/riscv/
A Dvirt.rst109 This option is restricted to the TCG accelerator.
/qemu/docs/system/arm/
A Dvirt.rst40 - running guests using the KVM accelerator on aarch64 hardware
/qemu/accel/kvm/
A Dkvm-all.c2448 s = KVM_STATE(ms->accelerator); in do_kvm_create_vm()
2568 s = KVM_STATE(ms->accelerator); in kvm_init()
3753 KVMState *kvm = KVM_STATE(ms->accelerator); in kvm_accel_has_memory()
/qemu/target/mips/
A Dkvm.c1264 KVMState *s = KVM_STATE(machine->accelerator); in kvm_arch_get_default_type()
/qemu/hw/core/
A Dmachine.c1629 accel_init_interfaces(ACCEL_GET_CLASS(machine->accelerator)); in machine_run_board_init()
/qemu/docs/devel/
A Dclocks.rst364 the ``qtest`` accelerator; it is not available when QEMU is
/qemu/target/arm/
A Dkvm.c548 KVMState *s = KVM_STATE(ms->accelerator); in kvm_arm_get_max_vm_ipa_size()

Completed in 55 milliseconds

12