Searched refs:slow (Results 1 – 25 of 39) sorted by relevance
12
/qemu/tests/fp/ |
H A D | meson.build | 11 # slow tests can have that overridden here. The keys here are 140 suite: ['softfloat-slow', 'softfloat-ops-slow', 'slow'])
|
/qemu/tests/unit/ |
H A D | test-crypto-block.c | 122 bool slow; member 150 .slow = true, 165 .slow = true, 181 .slow = true, 586 if (!test_data[i].slow || in main()
|
H A D | test-crypto-pbkdf.c | 42 bool slow; member 202 .slow = true, 444 if (!test_data[i].slow || in main()
|
/qemu/tests/qemu-iotests/ |
H A D | meson.build | 23 'raw': 'slow', 61 # on slow machines to minimize spurious failures
|
/qemu/tests/functional/ |
H A D | meson.build | 7 # Most tests run too slow with TCI enabled, so skip the functional tests there 12 # Timeouts for individual tests that can be slow e.g. with debugging enabled
|
/qemu/tests/tcg/i386/ |
H A D | Makefile.target | 57 ifeq ($(SPEED), slow)
|
/qemu/docs/system/s390x/ |
H A D | 3270.rst | 63 is pressed while the network is slow) are not supported.
|
/qemu/docs/system/i386/ |
H A D | kvm-pv.rst | 7 In some cases when implementing hardware interfaces in software is slow, ``KVM``
|
H A D | hyperv.rst | 8 In some cases when implementing a hardware interface in software is slow, KVM
|
/qemu/docs/specs/ |
H A D | ppc-spapr-hcalls.rst | 61 that case, things like scrolling become unusably slow.
|
/qemu/docs/devel/ |
H A D | tcg-icount.rst | 19 execution time with wall-clock time so a "slow" device doesn't run too
|
H A D | multi-thread-tcg.rst | 180 will ensure the slow-path is taken for each access. This can be done 205 - updated by its own thread when the slow-path is forced
|
H A D | tcg-plugins.rst | 153 As a result registering/unregistering callbacks is "slow", since it
|
/qemu/docs/system/arm/ |
H A D | orangepi.rst | 174 they may be slow to emulate, especially due to emulating the 4 cores. 175 To help reduce the performance slow down due to emulating the 4 cores, you can
|
/qemu/tcg/tci/ |
H A D | README | 106 A cross compiled QEMU for mipsel host works, too. It is terribly slow
|
/qemu/util/ |
H A D | trace-events | 69 lockcnt_futex_wait_prepare(const void *lockcnt, int expected, int new) "lockcnt %p preparing slow p…
|
/qemu/docs/about/ |
H A D | build-platforms.rst | 63 this is very slow and is not recommended for normal use. QEMU user emulation
|
/qemu/docs/system/ppc/ |
H A D | pseries.rst | 184 privileged instructions run quite slow with KVM-PR. On the other hand, because
|
/qemu/docs/ |
H A D | igd-assign.txt | 85 Failed to mmap 0000:00:02.0 BAR <>. Performance may be slow
|
/qemu/hw/vfio/ |
H A D | trace-events | 130 vfio_platform_intp_mmap_enable(int pin) "IRQ #%d still active, stay in slow path"
|
/qemu/docs/devel/testing/ |
H A D | functional.rst | 286 (since downloading can be very slow, depending on the network bandwidth).
|
/qemu/docs/system/devices/ |
H A D | usb.rst | 268 WARNING: this is an experimental feature. QEMU will slow down when using
|
/qemu/ |
H A D | meson_options.txt | 93 description: 'TCG with bytecode interpreter (slow)')
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 363 * r14 will be overwritten by the BLNE branching to the slow path. 1340 /* We arrive at the slow path via "BLNE", so R14 contains l->raddr. */ 1604 * opcode into LR for the slow path. We will not be using 1638 * opcode into LR for the slow path. We will not be using
|
/qemu/accel/tcg/ |
H A D | ldst_atomicity.c.inc | 299 * This is the slow version, so we must have eliminated
|
12