/qemu/.gitlab-ci.d/ |
H A D | buildtest-template.yml | 6 paths: 53 paths: 90 paths: 99 paths: 106 paths:
|
H A D | crossbuild-template.yml | 6 paths: 62 paths: 94 paths: 130 paths:
|
H A D | windows.yml | 7 paths: 26 paths:
|
H A D | custom-runners.yml | 25 paths:
|
H A D | static_checks.yml | 71 paths:
|
/qemu/tests/qemu-iotests/ |
H A D | 126 | 96 # -- 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 D | 289 | 5 # (026 tests paths common to v2 and v3) 44 # As for data_file, error paths often very much depend on whether
|
H A D | 202 | 82 'mode': 'absolute-paths', 91 'mode': 'absolute-paths',
|
H A D | 116 | 4 # 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 D | iotests.py | 780 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 D | check | 192 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 D | blkdebug.rst | 11 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 D | device_tree.h | 29 * 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 D | wm8750.c | 235 * 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 D | pr-manager.rst | 71 discovered paths or reinstated paths. The attribute can be added
|
/qemu/docs/ |
H A D | conf.py | 78 # 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 D | opensuse-leap-15.yml | 1 paths:
|
/qemu/tests/docker/ |
H A D | docker.py | 117 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 D | cmd.py | 23 paths=os.getenv('PATH') 24 for p in paths.split(os.path.pathsep):
|
/qemu/include/accel/tcg/ |
H A D | cpu-mmu-index.h | 27 * This function is used by generic TCG code paths.
|
/qemu/docs/interop/ |
H A D | dbus-display.rst | 8 Various specialized D-Bus interfaces are available on different object paths
|
/qemu/tests/qtest/libqos/ |
H A D | qgraph_internal.h | 217 * all machine-to-test paths. 223 * algorithm and applies @fn to all discovered paths.
|
/qemu/scripts/simplebench/ |
H A D | bench-backup.py | 40 # 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 D | path.c | 41 /* Only do absolute paths: quick and dirty, but should mostly be OK. */ in path()
|
/qemu/rust/qemu-api/ |
H A D | wrapper.h | 37 * correct libclang header paths on its own. We do not use stdatomic.h symbols
|