Searched refs:accel (Results 1 – 10 of 10) sorted by relevance
18 local accel=${10}22 …"$cmd" "$testname" "$groups" "$smp" "$kernel" "$opts" "$arch" "$machine" "$check" "$accel" "$timeo…25 if [ "$accel" = 'tcg' ] || grep -q "migration" <<< "$groups"; then38 …"$cmd" "$testname" "$groups pv" "$smp" "$kernel" "$opts" "$arch" "$machine" "$check" "$accel" "$ti…
17 local accel31 …oups" "$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" "$check" "$accel" "$timeout" "$disa…46 accel=""83 elif [[ $line =~ ^accel\ *=\ *(.*)$ ]]; then84 accel=${BASH_REMATCH[1]}90 …me" "$groups" "$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" "$check" "$accel" "$timeout"
33 …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(,|$) ]]; then128 print_result "SKIP" $testname "" "$accel only, but ACCEL=$ACCEL"131 accel="$ACCEL"
90 accel = tcg,thread=single107 accel = tcg113 accel = kvm
41 command+=" -machine accel=$ACCEL$ACCEL_PROPS"
199 accel = kvm207 accel = kvm215 accel = kvm223 accel = kvm
18 # TODO: Remove accel=kvm once the following TCG migration fix has been merged:20 accel = kvm30 accel = kvm130 accel = kvm136 accel = kvm142 accel = tcg148 accel = tcg163 accel = kvm169 accel = kvm175 accel = tcg[all …]
131 #accel = tcg139 #accel = tcg264 accel = kvm318 accel = kvm
28 test is run, while others like arch and accel restrict the configurations100 accel102 accel = kvm|tcg
3 The tests can be used to validate TCG or HVF accel on macOS.