/qemu/scripts/ |
H A D | mtest2make.py | 26 .speed.quick = $(foreach s,$(sort $(filter-out %-slow %-thorough, $1)), --suite $s) 27 .speed.slow = $(foreach s,$(sort $(filter-out %-thorough, $1)), --suite $s) 58 if s == 'slow' or s == 'thorough': 60 if s.endswith('-slow'): 62 suites[s].speeds.append('slow')
|
/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/include/hw/misc/ |
H A D | aspeed_scu.h | 101 * 31 Enable Video Engine clock dynamic slow down 102 * 30:28 Video Engine clock slow down setting 113 * 7 ARM CPU/AHB clock slow down enable 114 * 6:4 ARM CPU/AHB clock slow down setting 116 * 1 CPU/AHB clock slow down idle timer 117 * 0 CPU/AHB clock dynamic slow down enable (defined in bit[6:4])
|
/qemu/tests/qemu-iotests/ |
H A D | meson.build | 23 'raw': 'slow', 61 # on slow machines to minimize spurious failures
|
H A D | 176 | 8 # tickle the slow codepath in qcow2. See also 198, for another feature 9 # that tickles the slow codepath. 154 # Check that the reason for slow path is still present, as appropriate
|
/qemu/hw/vfio/ |
H A D | platform.c | 143 * enabled = false ~ slow path = MMIO region is trapped and region callbacks 144 * are called; slow path enables to trap the device IRQ status register reset 191 * Also in such situation, the slow path already is set and 254 /* sets slow path */ in vfio_intp_interrupt() 279 * after an IRQ was triggered, trapped since slow path was set. 613 warn_report("%s mmap unsupported, performance may be slow", in vfio_platform_realize()
|
/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/block/ |
H A D | graph-lock.c | 153 * the slow path of rdlock() and both take the lock. in bdrv_graph_wrunlock() 228 /* slow path where reader sleeps */ in bdrv_graph_co_rdlock() 271 /* reader_count() is slow due to aio_context_list_lock lock contention */ in assert_bdrv_graph_readable()
|
/qemu/util/ |
H A D | stats64.c | 109 * effect on stat64_min is that the slow path may be triggered in stat64_min_slow() 138 * effect on stat64_max is that the slow path may be triggered in stat64_max_slow()
|
/qemu/scripts/simplebench/ |
H A D | simplebench.py | 47 slow_limit -- stop at slow run (that exceedes the slow_limit by seconds). 77 print(' - run is too slow, stop here')
|
/qemu/target/i386/tcg/ |
H A D | access.c | 62 /* No haddr means probe_access wants to force slow path */ in access_ptr() 78 * otherwise fall back to slow accesses. in access_ptr()
|
/qemu/include/qemu/ |
H A D | sys_membarrier.h | 14 * side. The slow side forces processor-level ordering on all other cores
|
/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/plugins/ |
H A D | api-user.c | 45 * so realistically all you can do in user mode is slow down execution
|
/qemu/include/hw/vfio/ |
H A D | vfio-region.h | 26 MemoryRegion *mem; /* slow, read/write access */
|
/qemu/target/ppc/ |
H A D | mem_helper.c | 99 /* Slow path -- at least some of the operation requires i/o. */ in helper_lmw() 121 /* Slow path -- at least some of the operation requires i/o. */ in helper_stmw() 164 /* Slow path -- at least some of the operation requires i/o. */ in do_lsw() 295 /* Slow path */ in dcbz_common()
|
/qemu/linux-user/ |
H A D | semihost.c | 23 * program is expecting more normal behaviour. This is slow but
|
/qemu/tests/vm/ |
H A D | ubuntuvm.py | 37 # First command we issue is fix for slow ssh login.
|
/qemu/tcg/tci/ |
H A D | tcg-target.h | 28 * interpreter. Interpreted pseudo code is slow, but it works on any host.
|
/qemu/include/exec/ |
H A D | tlb-flags.h | 71 /* Set if the slow path must be used; more flags in CPUTLBEntryFull. */
|
/qemu/docs/system/s390x/ |
H A D | 3270.rst | 63 is pressed while the network is slow) are not supported.
|
/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/docs/system/i386/ |
H A D | kvm-pv.rst | 7 In some cases when implementing hardware interfaces in software is slow, ``KVM``
|
/qemu/docs/specs/ |
H A D | ppc-spapr-hcalls.rst | 61 that case, things like scrolling become unusably slow.
|