Lines Matching +full:com +full:- +full:seq
7 # Author: Alberto Garcia <berto@igalia.com>
24 owner=berto@igalia.com
26 seq=`basename $0`
27 echo "QA output created by $seq"
44 # We need qemu-img map to show the file where the data is allocated,
55 $QEMU_IO -c 'write -P 0x11 0 1M' "$BACKING_IMG" | _filter_qemu_io
58 _make_test_img -F "$IMGFMT" -b "$BACKING_IMG"
61 $QEMU_IO -c 'write -P 0x22 0 1M' "$TEST_IMG" | _filter_qemu_io
65 $QEMU_IMG resize --shrink "$TEST_IMG" 520k
70 $QEMU_IO -c 'read -P 0x22 0 520k' "$TEST_IMG" | _filter_qemu_io
71 $QEMU_IO -c 'read -P 0x00 520k 47k' "$TEST_IMG" | _filter_qemu_io
73 echo '### Show output of qemu-img map'
78 rm -f $seq.full