Lines Matching full:echo
15 echo "$1" | grep -q "torture\.onoff_"
25 echo $1 needs argument $2 matching \"$5\"
28 if echo "$4" | grep -q -e "$5"
32 echo $1 $2 \"$4\" must match \"$5\"
35 if echo "$4" | grep -q -e "$6"
37 echo $1 $2 \"$4\" must not match \"$6\"
48 echo $1 `grep -v '^#' "$2.boot" | tr '\012' ' '`
50 echo $1
60 if echo "${bootargs}" | grep -q 'nr_cpus=[0-9]'
62 nr_cpus="`echo "${bootargs}" | sed -e 's/^.*nr_cpus=\([0-9]*\).*$/\1/'`"
65 echo $nr_cpus
67 echo $3
70 echo $3
85 if echo "${bootargs}" | grep -q 'maxcpus=[0-9]'
87 maxcpus="`echo "${bootargs}" | sed -e 's/^.*maxcpus=\([0-9]*\).*$/\1/'`"
90 echo $maxcpus
92 echo $3
95 echo $3
105 echo Unreadable config fragment "$1" 1>&2
120 echo $TORTURE_BOOT_IMAGE
124 echo arch/x86/boot/bzImage
127 echo arch/arm64/boot/Image
130 echo vmlinux
144 echo $TORTURE_QEMU_CMD
145 elif echo $u | grep -q x86-64
147 echo qemu-system-x86_64
148 elif echo $u | grep -q "Intel 80386"
150 echo qemu-system-i386
151 elif echo $u | grep -q aarch64
153 echo qemu-system-aarch64
156 echo qemu-system-ppc64
158 echo Cannot figure out what qemu command to use! 1>&2
159 echo file $1 output: $u
175 echo selinux=0 initcall_debug debug
183 echo root=/dev/sda
185 echo console=$console
205 echo -machine q35,accel=kvm
206 echo -cpu ${KVM_CPU}
209 echo -machine virt,gic-version=host -cpu host
212 echo -enable-kvm -M pseries -nodefaults
213 echo -device spapr-vscsi
216 echo -device spapr-vlan,netdev=net0,mac=$TORTURE_QEMU_MAC
217 echo -netdev bridge,br=br0,id=net0
223 echo -monitor stdio -serial pty -S
225 echo -serial file:$2
242 echo $*
250 echo $*
260 if echo $2 | grep -q -e -smp
262 echo $2
266 echo $2 -smp $3
270 echo $2 -smp cores=`expr \( $3 + $nt - 1 \) / $nt`,threads=$nt
283 if echo $1 | grep -q -e -net
285 echo $1
288 echo $1 -net nic -net user
290 echo $1 -net none