Lines Matching refs:qemu
10 # containing a ready-to-run qemu-cmd file.
34 if ! test -f "$i/qemu-cmd"
36 echo Scenario lacks a command file: \"$i/qemu-cmd\" 1>&2
44 # Extract settings from the qemu-cmd file.
45 grep '^#' $1/qemu-cmd | sed -e 's/^# //' > $T/qemu-cmd-settings
46 . $T/qemu-cmd-settings
55 echo ---- System running test: `uname -a` > $i/kvm-test-1-run-qemu.sh.out
56 echo > $i/kvm-test-1-run-qemu.sh.out
67 print "echo " scenario ": Bogus number of CPUs (old qemu-cmd?), so no taskset command.";
79 cpu_count="`grep '# TORTURE_CPU_COUNT=' $i/qemu-cmd | sed -e 's/^.*=//'`"
83 kvm-test-1-run-qemu.sh $i >> $i/kvm-test-1-run-qemu.sh.out 2>&1 &