Lines Matching +full:- +full:- +full:disable +full:- +full:vdi
4 # Test qemu-img convert --salvage
50 # - With VDI, the output is ordered differently. Just disable it.
51 # - VHDX has large clusters; because qemu-img convert tries to
53 # differently, so disable it, too.
54 _unsupported_fmt vdi vhdx
60 $QEMU_IO -c 'write -P 42 0 64M' "$TEST_IMG.orig" | _filter_qemu_io
65 # Offsets on which to fail block-status. Keep in ascending order so
76 read_fail_offsets="$((32 * 1024 * 1024 - 65536))
79 $((34 * 1024 * 1024 + 4096 - $sector_size)))"
83 # block-status events
92 'inject-error': ["
97 'iotype': 'block-status',
110 # Remove the trailing comma and terminate @inject-error and json:{}
123 filters+=" -e s/$ofs/status_fail_offset_$index/"
130 filters+=" -e s/$ofs/read_fail_offset_$index/"
149 $QEMU_IMG convert --salvage "$source_img" "$TEST_IMG" 2>&1 \
161 $QEMU_IO -c "write -z $ofs $sector_size" "$TEST_IMG.orig" \
174 rm -f $seq.full