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
153 echo $TORTURE_BOOT_IMAGE
157 echo arch/x86/boot/bzImage
160 echo arch/arm64/boot/Image
163 echo vmlinux
177 echo $TORTURE_QEMU_CMD
178 elif echo $u | grep -q x86-64
180 echo qemu-system-x86_64
181 elif echo $u | grep -q "Intel 80386"
183 echo qemu-system-i386
184 elif echo $u | grep -q aarch64
186 echo qemu-system-aarch64
189 echo qemu-system-ppc64
191 echo Cannot figure out what qemu command to use! 1>&2
192 echo file $1 output: $u
205 echo debug_boot_weak_hash
206 echo panic=-1
210 echo selinux=0 initcall_debug debug
218 echo root=/dev/sda
220 echo console=$console
240 echo -machine q35,accel=kvm
241 echo -cpu ${KVM_CPU}
244 echo -machine virt,gic-version=host -cpu host
247 echo -enable-kvm -M pseries -nodefaults
248 echo -device spapr-vscsi
251 echo -device spapr-vlan,netdev=net0,mac=$TORTURE_QEMU_MAC
252 echo -netdev bridge,br=br0,id=net0
258 echo -monitor stdio -serial pty -S
260 echo -serial file:$2
277 echo $*
285 echo $*
295 if echo $2 | grep -q -e -smp
297 echo $2
301 echo $2 -smp $3
305 echo $2 -smp cores=`expr \( $3 + $nt - 1 \) / $nt`,threads=$nt
318 if echo $1 | grep -q -e -net
320 echo $1
323 echo $1 -net nic -net user
325 echo $1 -net none