Lines Matching full:echo

25 echo "QA output created by $seq"
49 echo Testing: "$@"
53 echo $cmd
56 echo quit
58 echo
72 echo
73 echo === Simple test for all cache modes ===
74 echo
83 echo
84 echo === Check inheritance of cache modes ===
85 echo
96echo "$hmp_cmds" | run_qemu -drive "$files","$ids",cache.direct=on | grep -e "Cache" -e "[Cc]annot…
98echo "$hmp_cmds" | run_qemu -drive "$files","$ids",file.cache.direct=on | grep -e "Cache" -e "[Cc]…
100echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.cache.direct=on | grep -e "Cache" -e "[…
102echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.file.cache.direct=on | grep -e "Cache" …
108echo "$hmp_cmds" | run_qemu -drive "$files","$ids",cache.writeback=off | grep -e "Cache" -e "[Cc]a…
110echo "$hmp_cmds" | run_qemu -drive "$files","$ids",file.cache.writeback=off | grep -e "doesn't" -e…
112echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.cache.writeback=off | grep -e "doesn't"…
114echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.file.cache.writeback=off | grep -e "doe…
119echo "$hmp_cmds" | run_qemu -drive "$files","$ids",cache.no-flush=on | grep -e "Cache" -e "[Cc]ann…
121echo "$hmp_cmds" | run_qemu -drive "$files","$ids",file.cache.no-flush=on | grep -e "Cache" -e "[C…
123echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.cache.no-flush=on | grep -e "Cache" -e …
125echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.file.cache.no-flush=on | grep -e "Cache…
128 echo
129 echo "--- Configure cache modes on the command line ---"
130 echo
142 echo
143 echo "--- Cache modes after reopen (live snapshot) ---"
144 echo
157 echo
158 echo "--- Change cache modes with reopen (qemu-io command, flags) ---"
159 echo
173 echo
174 echo "--- Change cache modes with reopen (qemu-io command, options) ---"
175 echo
189 echo
190 echo "--- Change cache modes after snapshot ---"
191 echo
205 echo
206 echo "--- Change cache mode in parent, child has explicit option in JSON ---"
207 echo
222 echo "$hmp_cmds" | run_qemu -drive if=none,file="blkdebug::json:{\"filename\":\"$TEST_IMG\",,\"cach…
224 echo
225 echo "=== Check that referenced BDSes don't inherit ==="
226 echo
238echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile" -drive "$drv_bk" -drive "$drv_file" -drive "$drv_…
240echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile" -drive "$drv_bk" -drive "$drv_file",cache.direct=…
242echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile" -drive "$drv_bk",cache.direct=on -drive "$drv_fil…
244echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile",cache.direct=on -drive "$drv_bk" -drive "$drv_fil…
249echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile" -drive "$drv_bk" -drive "$drv_file" -drive "$drv_…
251echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile" -drive "$drv_bk" -drive "$drv_file",cache.writeba…
253echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile" -drive "$drv_bk",cache.writeback=off -drive "$drv…
255echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile",cache.writeback=off -drive "$drv_bk" -drive "$drv…
260echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile" -drive "$drv_bk" -drive "$drv_file" -drive "$drv_…
262echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile" -drive "$drv_bk" -drive "$drv_file",cache.no-flus…
264echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile" -drive "$drv_bk",cache.no-flush=on -drive "$drv_f…
266echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile",cache.no-flush=on -drive "$drv_bk" -drive "$drv_f…
269 echo
270 echo "--- Configure cache modes on the command line ---"
271 echo
282 echo
283 echo "--- Cache modes after reopen (live snapshot) ---"
284 echo
297 echo
298 echo "--- Change cache modes with reopen (qemu-io command, flags) ---"
299 echo
313 echo
314 echo "=== Reopening children instead of the root ==="
315 echo
320 echo
321 echo "--- Basic reopen ---"
322 echo
333 echo
334 echo "--- Change cache mode after reopening child ---"
335 echo
351 echo "$hmp_cmds" | run_qemu -drive "$files","$ids" | grep "Cache"
353 echo
354 echo "--- Alignment after changing O_DIRECT ---"
355 echo
383 echo "*** done"