Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 70) sorted by relevance

123

/qemu/scripts/
H A Dqemu-trace-stap73 script = " ".join(probes)
75 print("Compiling script '%s'" % script)
76 script = """probe begin { print("Running script, <Ctrl>-c to quit\\n") } """ + script
83 stapargs.extend(["-e", script])
97 script = prefix + "." + name
100 print("Listing probes with name '%s'" % script)
101 proc = subprocess.Popen([stap, "-I", tapsets, "-l", script],
H A Dclean-includes198 All .c should include qemu/osdep.h first. The script performs three
/qemu/net/
H A Dtap.c649 const char *ifname, const char *script, in net_init_tap_one() argument
669 script, downscript); in net_init_tap_one()
765 const char *script; in net_init_tap() local
776 script = tap->script; in net_init_tap()
787 if (tap->ifname || tap->script || tap->downscript || in net_init_tap()
815 script, downscript, in net_init_tap()
827 if (tap->ifname || tap->script || tap->downscript || in net_init_tap()
878 script, downscript, in net_init_tap()
899 if (tap->ifname || tap->script || tap->downscript || in net_init_tap()
924 script, downscript, vhostfdname, in net_init_tap()
[all …]
/qemu/scripts/ci/
H A Dgitlab-ci-section4 # gitlab-ci-section: This is a shell script fragment which defines
8 # https://docs.gitlab.com/ee/ci/yaml/script.html#expand-and-collapse-job-log-sections
12 # then be available for use in the before_script and script sections.
/qemu/docs/devel/
H A Dblock-coroutine-wrapper.rst18 so we have a script to generate them.
25 called ``bdrv_foo(<same args>)``. In this case the script can help. To
36 2. You need to feed this declaration to block-coroutine-wrapper script.
47 1. The script location is ``scripts/block-coroutine-wrapper.py``.
H A Dbuild-system.rst7 system has two stages; first the developer runs the "configure" script
36 The configure script has five tasks:
54 The configure script automatically recognizes command line options for
66 ``configure`` is a shell script; it uses ``#!/bin/sh`` and therefore
71 The configure script provides a variety of functions to help writing
77 configure script with non-zero status.
148 prepares a small script that invokes it from the venv itself\ [#distlib]_.
160 instead of an entry point script, which makes this approach a
188 ``python/scripts/vendor.py`` script. The script embeds the
211 or cross compiled under the direction of the configure script
[all …]
H A Dtracing.rst48 processed by the "tracetool" script to generate code for the trace events.
52 This merged file is to be used by the "simpletrace.py" script to later analyse
113 The "tracetool" script produces the trace.h header file which is included by
208 The "tracetool" script automates tedious trace event code generation and also
212 script.
267 simpletrace.py script. The script takes the "trace-events-all" file and the
366 logging of certain probes, a helper script "qemu-trace-stap" is provided.
/qemu/docs/devel/testing/
H A Dacpi-bits.rst73 This is the main python functional test script that generates a
75 test failures. This is the script one would be interested in if they wanted
78 modify this script unless they wanted to enhance or change the log parsing
126 Copy the test suite/script that needs modification (addition of new tests
133 (a) Copy unmodified test script to this directory from bits source.
138 the original test script and the changes we have made are separated and
141 The test framework will then use your modified test script to run the test.
149 build/test python script maintenance and dependency resolutions.
/qemu/scripts/coccinelle/
H A Dreset-type.cocci14 // This coccinelle script aims to produce a complete change that needs
102 position p : script:python() { p[0].current_element == "device_phases_reset" };
112 position p : script:python() { p[0].current_element == "resettable_phase_hold" };
119 position p : script:python() { p[0].current_element == "resettable_phase_exit" };
H A Derr-bad-newline.cocci1 // Error messages should not contain newlines. This script finds
44 @script:python@
H A Doverflow_muldiv64.cocci12 @script:python@
H A Dtcg_gen_extract.cocci12 // This script can be run either using spatch locally or via a docker image:
62 @script:python verify_len depends on match@
H A Dqom-parent-type.cocci13 @script:python filter depends on match@
/qemu/contrib/gitdm/
H A Dfiletypes.txt61 filetype code ^common$ # script fragments
62 filetype code ^common.*$ # script fragments
63 filetype code (qom|qmp)-\w+$ # python script fragments
/qemu/tests/tcg/s390x/
H A Dsoftmmu.ld2 * Linker script for the system test kernels.
/qemu/docs/system/arm/
H A Dvmapple.rst23 by running the shell script in contrib/vmapple/uuid.sh on the macosvm.json file.
26 :caption: uuid.sh script to extract the UUID from a macosvm.json file
/qemu/tests/decode/
H A Derr_field9.decode7 # supported by the script at this time.
/qemu/python/
H A DREADME.rst50 2. Inside a Python script, use ``sys.path`` to forcibly include a search
64 The mappings between console script name and python module path can be
/qemu/linux-user/arm/
H A Dvdso.ld2 * Linker script for linux arm replacement vdso.
/qemu/tests/vm/
H A Dcentos-8-aarch64.ks3 # script the generation of the image.
/qemu/linux-user/x86_64/
H A Dvdso.ld2 * Linker script for linux x86-64 replacement vdso.
/qemu/linux-user/i386/
H A Dvdso.ld2 * Linker script for linux i386 replacement vdso.
/qemu/linux-user/ppc/
H A Dvdso-32.ld2 * Linker script for linux powerpc64 replacement vdso.
H A Dvdso-64.ld2 * Linker script for linux powerpc64 replacement vdso.
/qemu/tests/tcg/tricore/
H A Dlink.ld1 /* Default linker script, for normal executables */

123