Searched refs:qemu_io_log (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 274 | 40 iotests.qemu_io_log('-c', 'write -P 1 0 %d' % size_long, base) 62 iotests.qemu_io_log('-c', 'read -P 1 0 %d' % size_short, top) 63 iotests.qemu_io_log('-c', 'read -P 0 %d %d' % (size_short, size_diff), top) 67 iotests.qemu_io_log('-c', 'alloc 0 %d' % size_short, 71 iotests.qemu_io_log('-c', 'alloc 0 %d' % size_short, 75 iotests.qemu_io_log('-c', 'alloc 0 %d' % size_short, 92 iotests.qemu_io_log('-c', 'read -P 1 0 %d' % size_short, mid) 93 iotests.qemu_io_log('-c', 'read -P 0 %d %d' % (size_short, size_diff), mid) 103 iotests.qemu_io_log('-c', 'read -P 1 0 %d' % size_short, mid) 104 iotests.qemu_io_log('-c', 'read -P 0 %d %d' % (size_short, size_diff), mid) [all …]
|
H A D | 303 | 24 from iotests import qemu_img_create, qemu_io_log, file_path, log, \ 48 qemu_io_log('-c', write, disk)
|
H A D | 242 | 25 from iotests import qemu_img_create, qemu_io_log, qemu_img_info, \ 64 qemu_io_log('-c', write, disk)
|
H A D | 255 | 98 iotests.qemu_io_log('-f', iotests.imgfmt, '-c', 'write 0 1M', src_path),
|
H A D | 307 | 39 iotests.qemu_io_log('-f', iotests.imgfmt, '-c', 'write -P 0x11 0 4k', img)
|
H A D | iotests.py | 367 def qemu_io_log(*args: str, check: bool = True function
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | iothreads-commit-active | 41 iotests.qemu_io_log('-c', 'write 0 64k', img_path) 42 iotests.qemu_io_log('-c', 'write 1M 64k', snap_path) 43 iotests.qemu_io_log('-c', 'write 3M 64k', snap_path) 45 iotests.qemu_io_log('-c', f'write 0 {img_size}', src_path)
|
H A D | nbd-reconnect-on-open | 25 qemu_io_log, log 43 qemu_io_log(*create_args(open_timeout), check=False)
|
H A D | iothreads-stream | 47 iotests.qemu_io_log('-c', f'write 0 {img_size}', base_path)
|