Lines Matching +full:base +full:- +full:64
5 # blockdev-add) don't replace the original path stored in the image during
47 # We are going to use lazy-refcounts
53 TEST_IMG="$TEST_IMG.orig" _make_test_img 64M
54 TEST_IMG="$TEST_IMG.base" _make_test_img 64M
55 _make_test_img 64M
64 _launch_qemu -drive id=testdisk,file="$TEST_IMG",backing.file.filename="$TEST_IMG.base"
72 _make_test_img -F raw -b "$TEST_IMG.orig" 64M
73 _launch_qemu -drive id=testdisk,file="$TEST_IMG",backing.file.filename="$TEST_IMG.base",backing.dri…
84 _make_test_img 64M
85 $QEMU_IO -c "open -o backing.file.filename=$TEST_IMG.base,lazy-refcounts=on $TEST_IMG" -c "write 0 …
90 _make_test_img -F raw -b "$TEST_IMG.orig" 64M
91 $QEMU_IO -c "open -o backing.file.filename=$TEST_IMG.base,backing.driver=$IMGFMT,lazy-refcounts=on …
96 rm -f $seq.full