Home
last modified time | relevance | path

Searched full:scripts (Results 1 – 25 of 150) sorted by relevance

123456

/qemu/python/wheels/
HDmeson-1.8.1-py3-none-any.whl ... py mesonbuild/scripts/clangtidy.py mesonbuild/scripts/cleantrees.py mesonbuild/scripts/clippy. ...
/qemu/
H A D.gitpublish9 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
15 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
21 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
27 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
33 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
39 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
45 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
51 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
H A D.b4-config9 send-auto-cc-cmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback
10 am-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback -
11 prep-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback -
H A D.editorconfig57 # but user kernel "style" for imported scripts
58 [scripts/{kernel-doc,get_maintainer.pl,checkpatch.pl}]
H A Dmeson.build15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py'))
127 rustc_args = [find_program('scripts/rust/rustc_args.py'),
630 input: 'scripts/oss-fuzz/instrumentation-filter-template',
818 command: [find_program('scripts/check_sparse.py'),
1008 # Use -D to pick just one of the test programs in scripts/xen-detect.c
1013 if cc.links(files('scripts/xen-detect.c'),
1136 xml_pp = find_program('scripts/xml-preprocess.py')
2439 meson.current_source_dir() / 'scripts/qemu-stamp.py',
3272 minikconf = find_program('scripts/minikconf.py')
3489 command: [find_program('scripts/make-config-poison.sh'),
[all …]
H A DMakefile81 config-host.mak: $(SRC_PATH)/configure $(SRC_PATH)/scripts/meson-buildoptions.sh \
125 Makefile.mtest: build.ninja scripts/mtest2make.py
126 $(MESON) introspect --targets --tests --benchmarks | $(PYTHON) scripts/mtest2make.py > $@
130 all update-buildoptions: $(SRC_PATH)/scripts/meson-buildoptions.sh
131 $(SRC_PATH)/scripts/meson-buildoptions.sh: $(SRC_PATH)/meson_options.txt
133 scripts/meson-buildoptions.py > $@.tmp && mv $@.tmp $@
213 $(SRC_PATH)/scripts/make-release "$(SRC_PATH)" "$(patsubst qemu-%.tar.xz,%,$@)"
/qemu/scripts/
H A Dupdate-syscalltbl.sh4 scripts/syscall.tbl,linux-user/aarch64/syscall_64.tbl \
5 scripts/syscall.tbl,linux-user/hexagon/syscall.tbl \
6 scripts/syscall.tbl,linux-user/loongarch64/syscall.tbl \
12 scripts/syscall.tbl,linux-user/openrisc/syscall.tbl \
15 scripts/syscall.tbl,linux-user/riscv/syscall.tbl \
H A Dgit.orderfile6 # git diff -O scripts/git.orderfile ...
9 # git config diff.orderFile scripts/git.orderfile
H A Dqemu-gdb.py14 # At the (gdb) prompt, type "source scripts/qemu-gdb.py".
21 # Annoyingly, gdb doesn't put the directory of scripts onto the
/qemu/docs/devel/testing/
H A Dci-runners.rst.inc29 under ``scripts/ci/setup``, such as this::
44 The ``scripts/ci/setup/$DISTRO/build-environment.yml`` Ansible
54 cd scripts/ci/setup
78 Copy the ``scripts/ci/setup/vars.yml.template`` file to
79 ``scripts/ci/setup/vars.yml``. Then, set the
85 cd scripts/ci/setup
/qemu/scripts/coccinelle/
H A Dtcg_gen_extract.cocci5 // Options: --macro-file scripts/cocci-macro-file.h
15 // --macro-file scripts/cocci-macro-file.h \
16 // --sp-file scripts/coccinelle/tcg_gen_extract.cocci \
21 // --macro-file scripts/cocci-macro-file.h \
22 // --sp-file scripts/coccinelle/tcg_gen_extract.cocci \
H A Dcpu_restore_state.cocci3 // spatch --macro-file scripts/cocci-macro-file.h \
4 // --sp-file ./scripts/coccinelle/cpu_restore_state.cocci \
H A Dtimer-del-timer-free.cocci6 // spatch --macro-file scripts/cocci-macro-file.h \
7 // --sp-file scripts/coccinelle/timer-del-timer-free.cocci \
H A Ddevice-reset.cocci7 // spatch --macro-file scripts/cocci-macro-file.h \
8 // --sp-file scripts/coccinelle/device-reset.cocci \
H A Dcpu-reset.cocci6 // spatch --macro-file scripts/cocci-macro-file.h \
7 // --sp-file scripts/coccinelle/cpu-reset.cocci \
/qemu/docs/devel/
H A Dbuild-system.rst156 .. [#distlib] The scripts are created based on the package's metadata,
161 bit overkill. On the other hand, creating the scripts is
165 ``distlib.scripts`` to perform this task.
188 ``python/scripts/vendor.py`` script. The script embeds the
392 ``scripts/meson-buildoptions.sh`` file must be up-to-date; ``make
396 Support scripts
399 Meson has a special convention for invoking Python scripts: if their
403 and preferred way to invoke support scripts from Meson build files,
409 Scripts written in Python, where it is desirable to make the script
410 executable (for example for test scripts that developers may want to
[all …]
H A Dcodebase.rst103 `CI <ci>` yaml and scripts.
150 * `scripts <https://gitlab.com/qemu-project/qemu/-/tree/master/scripts>`_:
151 Collection of scripts used in build and test systems, and various
183 Code and scripts to create `containers <container-ref>` used in `CI <ci>`.
191 Test scripts and data for :ref:`Migration framework <migration>`.
195 Test scripts and data for `QAPI <qapi-tests>`.
/qemu/docs/system/riscv/
H A Dsifive_u.rst328 $ ./scripts/config --enable OF_BOARD
329 $ ./scripts/config --disable BINMAN_FDT
330 $ ./scripts/config --disable SPL
350 $ ./scripts/config --disable ARCH_RV64I
351 $ ./scripts/config --enable ARCH_RV32I
352 $ ./scripts/config --set-val TEXT_BASE 0x80400000
353 $ ./scripts/config --enable OF_BOARD
354 $ ./scripts/config --disable BINMAN_FDT
355 $ ./scripts/config --disable SPL
/qemu/.gitlab-ci.d/
H A Dbuildtest-template.yml11 - source scripts/ci/gitlab-ci-section
67 - source scripts/ci/gitlab-ci-section
69 - scripts/git-submodule.sh update roms/SLOF
126 - source scripts/ci/gitlab-ci-section
H A Dcrossbuild-template.yml12 - source scripts/ci/gitlab-ci-section
66 - source scripts/ci/gitlab-ci-section
98 - source scripts/ci/gitlab-ci-section
H A Dbuildtest.yml105 - pyvenv/bin/python3 scripts/device-crash-test -q --tcg-only ./qemu-system-i386
162 - pyvenv/bin/python3 scripts/device-crash-test -q ./qemu-system-ppc
163 - pyvenv/bin/python3 scripts/device-crash-test -q ./qemu-system-riscv32
190 - build-previous/scripts
199 - source scripts/ci/gitlab-ci-section
631 - export LSAN_OPTIONS=suppressions=scripts/oss-fuzz/lsan_suppressions.txt
633 ./scripts/oss-fuzz/build.sh
767 …- 'scripts/coverity-scan/run-coverity-scan --check-upload-only || { exitcode=$?; if test $exitcode…
772scripts/coverity-scan/run-coverity-scan --update-tools-only > update-tools.log 2>&1 || { cat updat…
773 scripts/coverity-scan/run-coverity-scan --no-update-tools'
/qemu/python/tests/
H A Dqapi-pylint.sh5 --rcfile=../scripts/qapi/pylintrc \
6 ../scripts/qapi/ \
/qemu/include/qemu/
H A Dmodule.h107 * ``scripts/modinfo-collect.py`` will collect module info,
110 * ``scripts/modinfo-generate.py`` will create a module meta-data database
178 * scripts/modinfo-generate.c will build this using the data collected
179 * by scripts/modinfo-collect.py
/qemu/tests/docker/
H A Dtest-fuzz21 export LSAN_OPTIONS=suppressions=scripts/oss-fuzz/lsan_suppressions.txt
22 env CC="clang" CXX="clang++" CFLAGS="-fsanitize=address" ./scripts/oss-fuzz/build.sh
/qemu/docs/devel/migration/
H A Dbest-practices.rst8 The migration stream can be analyzed thanks to ``scripts/analyze-migration.py``.
17 $ ./scripts/analyze-migration.py -f mig

123456