Home
last modified time | relevance | path

Searched full:paths (Results 1 – 25 of 116) sorted by relevance

12345

/qemu/.gitlab-ci.d/
H A Dbuildtest-template.yml6 paths:
53 paths:
90 paths:
99 paths:
106 paths:
H A Dcrossbuild-template.yml6 paths:
62 paths:
94 paths:
130 paths:
H A Dwindows.yml7 paths:
26 paths:
H A Dcustom-runners.yml25 paths:
H A Dstatic_checks.yml71 paths:
/qemu/tests/qemu-iotests/
H A D12696 # -- but behavior for that case is a bit strange. Protocol-prefixed paths are
97 # in a sense always absolute paths, so such paths will never be combined with
104 # such paths absolute, whereas in another, they are still relative.)
H A D2895 # (026 tests paths common to v2 and v3)
44 # As for data_file, error paths often very much depend on whether
H A D20282 'mode': 'absolute-paths',
91 'mode': 'absolute-paths',
H A D1164 # Test error code paths for invalid QED images
6 # The aim of this test is to exercise the error paths in qed_open() to ensure
H A Diotests.py780 self.paths = [os.path.join(base_dir, file_pattern(name))
784 if len(self.paths) == 1:
785 return self.paths[0]
787 return self.paths
790 for path in self.paths:
805 for path in reversed(file_path_remover.paths):
818 if not hasattr(file_path_remover, 'paths'):
819 file_path_remover.paths = []
822 paths = []
826 file_path_remover.paths.append(path)
[all …]
H A Dcheck192 paths = [os.path.join(env.source_iotests, t) for t in tests] variable
193 ok = tr.run_tests(paths, args.jobs)
/qemu/docs/devel/testing/
H A Dblkdebug.rst11 used to exercise error code paths in block drivers including ``ENOSPC`` (out of
18 Block drivers have many error code paths that handle I/O errors. Image formats
24 This way, all error paths can be tested to make sure they are correct.
167 Exercising code paths in block drivers may require specific ordering amongst
/qemu/include/system/
H A Ddevice_tree.h29 * qemu_fdt_node_path: return the paths of nodes matching a given
36 * returns a newly allocated NULL-terminated array of node paths.
50 * qemu_fdt_node_unit_path: return the paths of nodes matching a given
56 * returns a newly allocated NULL-terminated array of node paths.
/qemu/hw/audio/
H A Dwm8750.c235 * for mixing or combining paths to different ports, so we in wm8750_set_format()
475 /* TODO: mute/unmute respective paths */ in wm8750_tx()
481 /* TODO: mute/unmute respective paths */ in wm8750_tx()
487 /* TODO: mute/unmute respective paths */ in wm8750_tx()
493 /* TODO: mute/unmute respective paths */ in wm8750_tx()
499 /* TODO: mute/unmute respective paths */ in wm8750_tx()
505 /* TODO: mute/unmute respective paths */ in wm8750_tx()
539 /* TODO: mute/unmute respective paths */ in wm8750_tx()
/qemu/docs/system/
H A Dpr-manager.rst71 discovered paths or reinstated paths. The attribute can be added
/qemu/docs/
H A Dconf.py78 # Add any paths that contain templates here, relative to this directory.
187 # because Sphinx's include:: directive doesn't work with absolute paths
235 # Add any paths that contain custom static files (such as style sheets) here,
341 # We use paths starting from qemu_docdir here so that you can run
/qemu/tests/lcitool/targets/
H A Dopensuse-leap-15.yml1 paths:
/qemu/tests/docker/
H A Ddocker.py117 The paths may be symbolic links which would need to be resolved to
642 parser.add_argument("--source-path", "-s", nargs="*", dest="paths",
643 help="""Extra paths to (ro) mount into container for
652 if args.paths:
653 for p in args.paths:
/qemu/tests/functional/qemu_test/
H A Dcmd.py23 paths=os.getenv('PATH')
24 for p in paths.split(os.path.pathsep):
/qemu/include/accel/tcg/
H A Dcpu-mmu-index.h27 * This function is used by generic TCG code paths.
/qemu/docs/interop/
H A Ddbus-display.rst8 Various specialized D-Bus interfaces are available on different object paths
/qemu/tests/qtest/libqos/
H A Dqgraph_internal.h217 * all machine-to-test paths.
223 * algorithm and applies @fn to all discovered paths.
/qemu/scripts/simplebench/
H A Dbench-backup.py40 # paths with colon not supported, so we just split by ':'
98 assert len(name_path) == 2 # paths with colon not supported
/qemu/util/
H A Dpath.c41 /* Only do absolute paths: quick and dirty, but should mostly be OK. */ in path()
/qemu/rust/qemu-api/
H A Dwrapper.h37 * correct libclang header paths on its own. We do not use stdatomic.h symbols

12345