Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 25 of 30) sorted by relevance

12

/qemu/tests/qemu-iotests/
H A D26627 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 D20924 file_path, log
28 disk = file_path('disk')
29 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
H A D30424 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 D30229 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 D27725 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 D26426 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 D23525 from iotests import qemu_img_create, qemu_io, file_path, log
44 disk = file_path('disk')
H A D25423 from iotests import qemu_img_create, file_path, log
28 disk, top = file_path('disk', 'top')
H A D24823 from iotests import qemu_img_create, qemu_io, file_path, filter_qmp_testfiles
27 source, target = file_path('source', 'target')
H A D30324 from iotests import qemu_img_create, qemu_io_log, file_path, log, \
31 disk = file_path('disk')
H A D26023 from iotests import qemu_img_create, file_path, log, filter_qmp_event
30 base, top = file_path('base', 'top')
H A D24226 file_path, img_info_log, log
32 disk = file_path('disk')
H A D29929 nbd_sock = iotests.file_path('nbd.sock', base_dir=iotests.sock_dir)
H A Dpylintrc23 # pylint's static analysis causes false positives for file_path();
H A D24025 nbd_sock = iotests.file_path('nbd.sock', base_dir=iotests.sock_dir)
H A D045142 ret = self.vm.send_fd_scm(file_path=image0)
/qemu/tests/unit/
H A Dtest-logging.c92 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 Dshaderinclude.py12 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 Dcompare_gcov_json.py48 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 Dparallels-read-bitmap22 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 Dnbd-reconnect-on-open24 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 Dremove-bitmap-from-backing27 top, base = iotests.file_path('top', 'base')
/qemu/tests/functional/qemu_test/
H A Darchive.py56 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 Dvmsr_energy.c239 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 Dmachine.py232 file_path: Optional[str] = None) -> int:
240 if file_path is not None:
242 with open(file_path, "rb") as passfile:

12