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