/qemu/tests/qemu-iotests/ |
H A D | 266 | 27 def implicit_defaults(vm, file_path): argument 41 def explicit_defaults(vm, file_path): argument 57 def non_defaults(vm, file_path): argument 72 def non_chs_size_without_force(vm, file_path): argument 86 def zero_size(vm, file_path): argument 96 def maximum_chs_size(vm, file_path): argument 106 def maximum_size(vm, file_path): argument 121 with iotests.FilePath('t.vpc') as file_path, \ 128 'filename': file_path, 131 vm.qmp_log('blockdev-add', driver='file', filename=file_path, [all …]
|
H A D | 209 | 24 file_path, log 28 disk = file_path('disk') 29 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
|
H A D | 304 | 24 from iotests import qemu_img_create, qemu_img_log, file_path 29 test_img = file_path('test.qcow2') 30 target_img = file_path('target.qcow2')
|
H A D | 302 | 29 file_path, 44 src_disk = file_path("disk.qcow2") 58 tar_file = file_path("test.ova") 80 nbd_sock = file_path("nbd-sock", base_dir=iotests.sock_dir)
|
H A D | 277 | 25 from iotests import file_path, log 30 conf_file = file_path('nbd-fault-injector.conf') 31 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
|
H A D | 264 | 26 from iotests import qemu_img_create, file_path, qemu_nbd_popen 28 disk_a, disk_b = file_path('disk_a', 'disk_b') 29 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
|
H A D | 235 | 25 from iotests import qemu_img_create, qemu_io, file_path, log 44 disk = file_path('disk')
|
H A D | 254 | 23 from iotests import qemu_img_create, file_path, log 28 disk, top = file_path('disk', 'top')
|
H A D | 248 | 23 from iotests import qemu_img_create, qemu_io, file_path, filter_qmp_testfiles 27 source, target = file_path('source', 'target')
|
H A D | 303 | 24 from iotests import qemu_img_create, qemu_io_log, file_path, log, \ 31 disk = file_path('disk')
|
H A D | 260 | 23 from iotests import qemu_img_create, file_path, log, filter_qmp_event 30 base, top = file_path('base', 'top')
|
H A D | 242 | 26 file_path, img_info_log, log 32 disk = file_path('disk')
|
H A D | 299 | 29 nbd_sock = iotests.file_path('nbd.sock', base_dir=iotests.sock_dir)
|
H A D | pylintrc | 23 # pylint's static analysis causes false positives for file_path();
|
H A D | 240 | 25 nbd_sock = iotests.file_path('nbd.sock', base_dir=iotests.sock_dir)
|
H A D | 045 | 142 ret = self.vm.send_fd_scm(file_path=image0)
|
/qemu/tests/unit/ |
H A D | test-logging.c | 92 gchar *file_path = g_build_filename(dir, tpl, NULL); in set_log_path_tmp() local 94 qemu_set_log_filename(file_path, errp); in set_log_path_tmp() 95 g_free(file_path); in set_log_path_tmp() 153 g_autofree gchar *file_path = NULL; in test_logfile_lock() local 155 file_path = g_build_filename(dir, "qemu_test_logfile_lock0.log", NULL); in test_logfile_lock() 162 qemu_set_log_filename(file_path, &error_abort); in test_logfile_lock()
|
/qemu/scripts/ |
H A D | shaderinclude.py | 12 file_path = args[1] 13 basename = os.path.basename(file_path) 17 with open(file_path, "r", encoding='utf-8') as file:
|
/qemu/scripts/coverage/ |
H A D | compare_gcov_json.py | 48 file_path = Path(filecov["file"]) 51 resolved_path = Path(file_path).absolute() 53 file_path = resolved_path.relative_to(root_dir) 68 covered_lines[str(file_path)] = executed_lines
|
/qemu/tests/qemu-iotests/tests/ |
H A D | parallels-read-bitmap | 22 from iotests import qemu_nbd_popen, qemu_img_map, log, file_path 26 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir) 27 disk = iotests.file_path('disk')
|
H A D | nbd-reconnect-on-open | 24 from iotests import qemu_img_create, file_path, qemu_io_popen, qemu_nbd, \ 29 disk = file_path('disk') 30 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
|
H A D | remove-bitmap-from-backing | 27 top, base = iotests.file_path('top', 'base')
|
/qemu/tests/functional/qemu_test/ |
H A D | archive.py | 56 file_path = proc.stdout.split()[2] 57 check_call(['ar', 'x', archive, file_path], 59 tar_extract(file_path, dest_dir, member)
|
/qemu/target/i386/kvm/ |
H A D | vmsr_energy.c | 239 g_autofree char *file_path = NULL; in vmsr_get_physical_package_id() local 243 file_path = g_strdup_printf("/sys/devices/system/cpu/cpu%d" in vmsr_get_physical_package_id() 246 if (!g_file_get_contents(file_path, &file_contents, &length, NULL)) { in vmsr_get_physical_package_id()
|
/qemu/python/qemu/machine/ |
H A D | machine.py | 232 file_path: Optional[str] = None) -> int: 240 if file_path is not None: 242 with open(file_path, "rb") as passfile:
|