Lines Matching +full:- +full:cache
43 _require_devices virtio-blk
48 if ! test -t 0; then
54 ) | $QEMU -nodefaults -nographic -monitor stdio -serial none "$@"
70 if [ -n "$IMGKEYSECRET" ]; then
72 SYSEMU_EXTRA_ARGS="-object $SECRET_ARG"
88 for cache in "writeback" "writethrough"; do
89 for wce in "" ",write-cache=auto" ",write-cache=on" ",write-cache=off"; do
90 echo "Testing: cache='$cache' wce='$wce'"
92 | run_qemu $SYSEMU_EXTRA_ARGS -drive "$SYSEMU_DRIVE_ARG,cache=$cache" \
93 -device "virtio-blk,drive=none0$wce" \
94 | grep -e "Testing" -e "Cache mode"
100 rm -f $seq.full