Lines Matching +full:base +full:- +full:64
4 # When using a backing file for the output image in qemu-img convert,
35 _rm_test_img "$TEST_IMG.base"
58 TEST_IMG="$TEST_IMG.base"
62 echo "Filling base image"
67 io_pattern writev $(( offset )) 512 1024 64 42
78 _make_test_img -b "$TEST_IMG_SAVE.base" -F $IMGFMT 6G
85 io_pattern writev $(( offset + 512 )) 512 1024 64 43
94 # Test the conversion twice: One test with the old-style -B option and another
95 # one with -o backing_file
97 for backing_option in "-B " "-o backing_file="; do
100 echo Testing conversion with $backing_option"$TEST_IMG.base" | _filter_testdir | _filter_imgfmt
102 $QEMU_IMG convert -f $IMGFMT -O $IMGFMT $backing_option"$TEST_IMG.base" \
103 -o backing_fmt=$IMGFMT "$TEST_IMG.orig" "$TEST_IMG"
117 io_pattern readv $(( offset )) 512 1024 64 42
118 io_pattern readv $(( offset + 512 )) 512 1024 64 43
133 rm -f $seq.full