Searched refs:accelerator (Results 1 – 25 of 31) sorted by relevance
12
/qemu/accel/ |
A D | accel-system.c | 37 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 D | uadk-compression.rst | 4 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 D | qpl-compression.rst | 134 …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 D | testcase.py | 139 def require_accelerator(self, accelerator): argument 153 'kvm': kvm_available}.get(accelerator) 156 "of accelerator %s" % accelerator) 159 "available" % accelerator)
|
/qemu/docs/system/ |
A D | target-s390x.rst | 11 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 D | target-i386.rst | 39 accelerator require the host to be running Linux v4.5 or newer. Red Hat
|
A D | introduction.rst | 101 [accelerator opts] \\ 138 accelerator type to take advantage of hardware virtualization.
|
A D | gdb.rst | 54 accelerator. For TCG system emulation we advertise an infinite number
|
/qemu/tests/avocado/avocado_qemu/ |
A D | __init__.py | 282 def require_accelerator(self, accelerator): argument 296 'kvm': kvm_available}.get(accelerator) 299 "of accelerator %s" % accelerator) 302 "available" % accelerator)
|
/qemu/qapi/ |
A D | machine-target.json | 39 # 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 D | migration.json | 473 # 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 D | net.json | 227 # @vhost: enable vhost-net network accelerator
|
/qemu/docs/system/i386/ |
A D | xen.rst | 18 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 D | crossbuild-template.yml | 53 # Set the $ACCEL variable to select the specific accelerator (default to
|
A D | buildtest.yml | 342 # 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 D | boards.h | 436 AccelState *accelerator; member
|
/qemu/docs/system/s390x/ |
A D | vfio-ap.rst | 205 ...... [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 D | cpu-topology.rst | 28 To use the CPU topology, you currently need to choose the KVM accelerator.
|
/qemu/docs/system/riscv/ |
A D | virt.rst | 109 This option is restricted to the TCG accelerator.
|
/qemu/docs/system/arm/ |
A D | virt.rst | 40 - running guests using the KVM accelerator on aarch64 hardware
|
/qemu/accel/kvm/ |
A D | kvm-all.c | 2448 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 D | kvm.c | 1264 KVMState *s = KVM_STATE(machine->accelerator); in kvm_arch_get_default_type()
|
/qemu/hw/core/ |
A D | machine.c | 1629 accel_init_interfaces(ACCEL_GET_CLASS(machine->accelerator)); in machine_run_board_init()
|
/qemu/docs/devel/ |
A D | clocks.rst | 364 the ``qtest`` accelerator; it is not available when QEMU is
|
/qemu/target/arm/ |
A D | kvm.c | 548 KVMState *s = KVM_STATE(ms->accelerator); in kvm_arm_get_max_vm_ipa_size()
|
Completed in 55 milliseconds
12