Lines Matching refs:drive

83     QEMU_OPTIONS="" do_run_qemu -drive if=none,file="$TEST_IMG" "$@" |
120 echo === Using -drive options ===
122 check_floppy_qtree -drive if=floppy,file="$TEST_IMG"
123 check_floppy_qtree -drive if=floppy,file="$TEST_IMG",index=1
124 check_floppy_qtree -drive if=floppy,file="$TEST_IMG" -drive if=floppy,file="$TEST_IMG.2",index=1
128 echo === Using -drive if=none and -device ===
130 check_floppy_qtree -drive if=none,file="$TEST_IMG" -device floppy,drive=none0
131 check_floppy_qtree -drive if=none,file="$TEST_IMG" -device floppy,drive=none0,unit=1
132 check_floppy_qtree -drive if=none,file="$TEST_IMG" -drive if=none,file="$TEST_IMG.2" \
133 -device floppy,drive=none0 -device floppy,drive=none1,unit=1
140 check_floppy_qtree -fda "$TEST_IMG" -drive if=none,file="$TEST_IMG.2" -global floppy.drive=none0
147 check_floppy_qtree -fda "$TEST_IMG" -drive if=none,file="$TEST_IMG.2" -device floppy,drive=none0
148 check_floppy_qtree -fda "$TEST_IMG" -drive if=none,file="$TEST_IMG.2" -device floppy,drive=none0,un…
150 check_floppy_qtree -fdb "$TEST_IMG" -drive if=none,file="$TEST_IMG.2" -device floppy,drive=none0
151 check_floppy_qtree -fdb "$TEST_IMG" -drive if=none,file="$TEST_IMG.2" -device floppy,drive=none0,un…
154 check_floppy_qtree -fda "$TEST_IMG" -drive if=none,file="$TEST_IMG.2" -device floppy,drive=none0,un…
155 check_floppy_qtree -fdb "$TEST_IMG" -drive if=none,file="$TEST_IMG.2" -device floppy,drive=none0,un…
159 echo === Mixing -drive and -device ===
162 check_floppy_qtree -drive if=floppy,file="$TEST_IMG" -drive if=none,file="$TEST_IMG.2" -device flop…
163 check_floppy_qtree -drive if=floppy,file="$TEST_IMG" -drive if=none,file="$TEST_IMG.2" -device flop…
166 check_floppy_qtree -drive if=floppy,file="$TEST_IMG" -drive if=none,file="$TEST_IMG.2" -device flop…
173 check_floppy_qtree -drive if=none,file="$TEST_IMG" \
174 -global floppy.drive=none0 -device floppy,unit=0
177 check_floppy_qtree -drive if=none,file="$TEST_IMG" -drive if=none,file="$TEST_IMG.2" \
178 -global floppy.drive=none0 -device floppy,drive=none1,unit=0
182 echo === Attempt to use drive twice ===
185 check_floppy_qtree -drive if=none -device floppy,drive=none0 -device floppy -device floppy,drive=no…
186 check_floppy_qtree -drive if=none -global floppy.drive=none0 -device floppy -device floppy
188 check_floppy_qtree -fda "" -device floppy,drive=floppy0
189 check_floppy_qtree -fda "" -global floppy.drive=floppy0
191 check_floppy_qtree -device floppy,drive=floppy0
198 check_floppy_qtree -drive if=floppy,file="$TEST_IMG" \
199 -drive if=none,file="$TEST_IMG.2" \
200 -drive if=none,file="$TEST_IMG.3" \
201 -device floppy,drive=none0 \
202 -device floppy,drive=none1
206 echo === Creating an empty drive with anonymous BB ===
209 check_floppy_qtree -device floppy,drive-type=120
210 check_floppy_qtree -device floppy,drive-type=144
211 check_floppy_qtree -device floppy,drive-type=288
215 echo === Try passing different drive size with image ===
217 check_floppy_qtree -drive if=none,file="$TEST_IMG" -device floppy,drive=none0,drive-type=120
218 check_floppy_qtree -drive if=none,file="$TEST_IMG" -device floppy,drive=none0,drive-type=288
225 check_floppy_qtree -drive if=none,file="$TEST_IMG" -device floppy,drive=none0,logical_block_size=512
226 check_floppy_qtree -drive if=none,file="$TEST_IMG" -device floppy,drive=none0,physical_block_size=5…
229 check_floppy_qtree -drive if=none,file="$TEST_IMG" -device floppy,drive=none0,logical_block_size=40…
230 check_floppy_qtree -drive if=none,file="$TEST_IMG" -device floppy,drive=none0,physical_block_size=1…
236 check_cache_mode -device floppy,drive=none0
237 check_cache_mode -device floppy,drive=none0,write-cache=on
238 check_cache_mode -device floppy,drive=none0,write-cache=off