Home
last modified time | relevance | path

Searched refs:accel (Results 1 – 10 of 10) sorted by relevance

/kvm-unit-tests/scripts/s390x/
H A Dfunc.bash18 local accel=${10}
22 …"$cmd" "$testname" "$groups" "$smp" "$kernel" "$opts" "$arch" "$machine" "$check" "$accel" "$timeo…
25 if [ "$accel" = 'tcg' ] || grep -q "migration" <<< "$groups"; then
38 …"$cmd" "$testname" "$groups pv" "$smp" "$kernel" "$opts" "$arch" "$machine" "$check" "$accel" "$ti…
/kvm-unit-tests/scripts/
H A Dcommon.bash17 local accel
31 …oups" "$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" "$check" "$accel" "$timeout" "$disa…
46 accel=""
83 elif [[ $line =~ ^accel\ *=\ *(.*)$ ]]; then
84 accel=${BASH_REMATCH[1]}
90 …me" "$groups" "$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" "$check" "$accel" "$timeout"
H A Druntime.bash33 …echo "TESTNAME=$testname TIMEOUT=$timeout MACHINE=$machine ACCEL=$accel $RUNTIME_arch_run $kernel …
84 local accel="${10}"
127 if [ -n "$accel" ] && [ -n "$ACCEL" ] && [[ ! "$ACCEL" =~ ^$accel(,|$) ]]; then
128 print_result "SKIP" $testname "" "$accel only, but ACCEL=$ACCEL"
131 accel="$ACCEL"
/kvm-unit-tests/powerpc/
H A Dunittests.cfg90 accel = tcg,thread=single
107 accel = tcg
113 accel = kvm
/kvm-unit-tests/x86/
H A Drun41 command+=" -machine accel=$ACCEL$ACCEL_PROPS"
H A Dunittests.cfg199 accel = kvm
207 accel = kvm
215 accel = kvm
223 accel = kvm
/kvm-unit-tests/s390x/
H A Dunittests.cfg18 # TODO: Remove accel=kvm once the following TCG migration fix has been merged:
20 accel = kvm
30 accel = kvm
130 accel = kvm
136 accel = kvm
142 accel = tcg
148 accel = tcg
163 accel = kvm
169 accel = kvm
175 accel = tcg
[all …]
/kvm-unit-tests/arm/
H A Dunittests.cfg131 #accel = tcg
139 #accel = tcg
264 accel = kvm
318 accel = kvm
/kvm-unit-tests/docs/
H A Dunittests.txt28 test is run, while others like arch and accel restrict the configurations
100 accel
102 accel = kvm|tcg
/kvm-unit-tests/
H A DREADME.macOS.md3 The tests can be used to validate TCG or HVF accel on macOS.