Lines Matching refs:hd_path
32 hd_path = [ variable
43 'filename': hd_path[idx] } }
49 qemu_img('create', '-f', iotests.imgfmt, hd_path[0], '3M')
50 qemu_img('create', '-f', iotests.imgfmt, '-b', hd_path[0],
51 '-F', iotests.imgfmt, hd_path[1])
52 qemu_img('create', '-f', iotests.imgfmt, hd_path[2], '3M')
53 qemu_io('-f', iotests.imgfmt, '-c', 'write -P 0xa0 0 1M', hd_path[0])
54 qemu_io('-f', iotests.imgfmt, '-c', 'write -P 0xa1 1M 1M', hd_path[1])
55 qemu_io('-f', iotests.imgfmt, '-c', 'write -P 0xa2 2M 1M', hd_path[2])
62 os.remove(hd_path[0])
63 os.remove(hd_path[1])
64 os.remove(hd_path[2])
160 self.reopen(opts, {'file.filename': hd_path[1]}, "Cannot change the option 'filename'")
189 if node['drv'] == iotests.imgfmt and node['file'] == hd_path[0]:
200 'filename': hd_path[0]}}
218 qemu_io('-f', 'raw', '-t', 'none', '-c', 'quit', hd_path[0])
308 self.assert_qmp(self.get_node('hd1'), 'image/backing-image/filename', hd_path[0])
330 'filename': hd_path[0],
335 qemu_img('create', '-f', 'raw', hd_path[0], '2M')
336 qemu_io('-f', 'raw', '-c', 'write -P 0xa0 0 1M', hd_path[0])
337 qemu_io('-f', 'raw', '-c', 'write -P 0xa1 1M 1M', hd_path[0])
364 'filename': hd_path[0],
537 qemu_img('create', '-f', 'raw', hd_path[0], '10k')
538 qemu_img('create', '-f', 'raw', hd_path[1], '10k')
540 hd0_opts = {'driver': 'file', 'node-name': 'hd0-file', 'filename': hd_path[0] }
541 hd1_opts = {'driver': 'file', 'node-name': 'hd1-file', 'filename': hd_path[1] }
632 '-c', 'read -P 0x80 0x40010 1', hd_path[0])
1150 'filename': hd_path[idx],