Lines Matching +full:auto +full:- +full:detect
2 # group: rw auto quick
4 # Test reopening a backing image after block-stream and block-commit
53 TEST_IMG="$TEST_IMG.int" _make_test_img -b "$TEST_IMG.base" -F $IMGFMT
54 _make_test_img -b "$TEST_IMG.int" -F $IMGFMT -F $IMGFMT
56 # First test: reopen $TEST.IMG changing the detect-zeroes option on
61 _launch_qemu -drive if=none,file="${TEST_IMG}"
67 "{ 'execute': 'human-monitor-command',
68 'arguments': { 'command-line':
69 'qemu-io none0 \"reopen -o backing.detect-zeroes=on\"' } }" \
75 # reopen $TEST.IMG changing the detect-zeroes option on its new
80 _launch_qemu -drive if=none,file="${TEST_IMG}"
86 "{ 'execute': 'block-stream', \
91 # Wait for block-stream to finish
95 "{ 'execute': 'human-monitor-command',
96 'arguments': { 'command-line':
97 'qemu-io none0 \"reopen -o backing.detect-zeroes=on\"' } }" \
103 # $TEST.IMG changing the detect-zeroes option on its new backing file
110 TEST_IMG="$TEST_IMG.int" _make_test_img -b "$TEST_IMG.base" -F $IMGFMT
111 _make_test_img -b "$TEST_IMG.int" -F $IMGFMT
113 _launch_qemu -drive if=none,file="${TEST_IMG}"
119 "{ 'execute': 'block-commit', \
124 # Wait for block-commit to finish
128 "{ 'execute': 'human-monitor-command',
129 'arguments': { 'command-line':
130 'qemu-io none0 \"reopen -o backing.detect-zeroes=on\"' } }" \
137 rm -f $seq.full