/qemu/ |
H A D | .patchew.yml | 8 # to YAML using the following Python script: 98 … {% lines_between logtext start="^=== TEST SCRIPT BEGIN ===$" stop="^=== TEST SCRIPT END ===$" %} 106 … {% lines_between logtext start="^=== TEST SCRIPT BEGIN ===$" stop="^=== TEST SCRIPT END ===$" %} 124 script: | 131 script: | 138 script: | 146 script: | 153 script: | 155 # Testing script will be invoked under the git checkout with 182 script: | [all …]
|
/qemu/scripts/ |
H A D | qemu-trace-stap | 73 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 D | clean-includes | 22 # the changes to the files this script will create a git commit 33 # This script requires Coccinelle to be installed. 39 # Other files (including C++ and ObjectiveC) can't be handled by this script. 198 All .c should include qemu/osdep.h first. The script performs three
|
H A D | undefsym.py | 4 # and passed to this script. The script generates -Wl,-u options to force
|
H A D | compare-machine-types.py | 3 # Script to compare machine type compatible properties (include/hw/boards.h). 6 # This script constructs table with machines and values of their compat_props 270 script_desc = """Script to compare machine types (their compat_props). 298 x86_64-cpu) this script will compare all implementations of this class. 300 "Unavailable method" - means that this script doesn't know how to get \ 302 at the top of the script. 303 "Unavailable driver" - means that this script doesn't know this driver. \
|
/qemu/scripts/ci/setup/ |
H A D | gitlab-runner.yml | 53 - name: Get gitlab-runner repo setup script (DEB) 56 url: "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" 61 - name: Run gitlab-runner repo setup script (DEB) 62 shell: "/root/script.deb.sh" 75 - name: Get gitlab-runner repo setup script (RPM) 78 url: "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh" 83 - name: Run gitlab-runner repo setup script (RPM) 84 shell: "/root/script.rpm.sh"
|
/qemu/.gitlab-ci.d/ |
H A D | static_checks.yml | 6 script: 20 script: .gitlab-ci.d/check-dco.py 30 script: 41 script: 54 script: 85 script:
|
H A D | buildtest-template.yml | 12 - section_start setup "Pre-script setup" 16 script: 66 script: 127 - section_start setup "Pre-script setup" 130 script:
|
H A D | crossbuild-template.yml | 13 - section_start setup "Pre-script setup" 17 script: 68 script: 100 script:
|
H A D | buildtest.yml | 102 script: 159 script: 224 script: 332 # the configure script. The container doesn't contain Xen headers so 344 script: 629 script: 651 script: 692 script: 733 script: 763 script:
|
/qemu/docs/devel/ |
H A D | build-system.rst | 7 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 D | block-coroutine-wrapper.rst | 18 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 D | tracing.rst | 48 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/.gitlab-ci.d/custom-runners/ |
H A D | ubuntu-22.04-aarch64.yml | 15 script: 40 script: 62 script: 80 script: 103 script: 124 script: 145 script:
|
H A D | ubuntu-22.04-s390x.yml | 15 script: 37 script: 59 script: 82 script: 103 script: 124 script:
|
/qemu/net/ |
H A D | tap.c | 413 /* try to launch network script */ in launch_script() 416 error_setg_errno(errp, errno, "could not launch network script %s", in launch_script() 436 error_setg(errp, "network script %s failed with status %d", in launch_script() 649 const char *ifname, const char *script, in net_init_tap_one() argument 668 qemu_set_info_str(&s->nc, "ifname=%s,script=%s,downscript=%s", ifname, in net_init_tap_one() 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() 790 error_setg(errp, "ifname=, script=, downscript=, vnet_hdr=, " in net_init_tap() [all …]
|
/qemu/docs/devel/testing/ |
H A D | acpi-bits.rst | 73 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.
|
H A D | main.rst | 224 More options are supported by the ``./check`` script, run ``./check -h`` for 239 output. They are given the same number in file names. E.g. Test script ``055`` 247 There isn't a hard rule about how to write a test script, but a new test is 251 * A Bash script. It will make use of several environmental variables related 255 * A Python unittest script. Import ``iotests`` and create a subclass of 257 this approach is that the output is too scarce, and the script is considered 260 * A simple Python script without using unittest module. This could also import 284 The following options to the ``check`` script can be useful when debugging 459 A ``.pre`` script can be added beside the ``.docker`` file, which will be 766 You can use the script ``qemu-binfmt-conf.sh`` to configure a QEMU [all …]
|
/qemu/tests/data/acpi/ |
H A D | rebuild-expected-aml.sh | 18 echo "Test: bios-tables-test is required! Run make check before this script." 19 echo "Run this script from the build directory." 32 echo "Run this script from the build directory." 47 echo "Also, run this script from the build directory."
|
/qemu/scripts/ci/ |
H A D | gitlab-ci-section | 4 # 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/scripts/coccinelle/ |
H A D | reset-type.cocci | 14 // 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 D | err-bad-newline.cocci | 1 // Error messages should not contain newlines. This script finds 44 @script:python@
|
/qemu/tests/guest-debug/ |
H A D | run-test.py | 29 parser.add_argument("--test", help="GDB test script") 31 help="Additional args for GDB test script. " 33 "with flags for runner script") 107 # finally the test script itself
|
H A D | test_gdbstub.py | 20 print("Wrong GDB script test argument! " + message) 37 This runs as the script it sourced (via -x, via run-test.py)."""
|
/qemu/contrib/gitdm/ |
H A D | filetypes.txt | 61 filetype code ^common$ # script fragments 62 filetype code ^common.*$ # script fragments 63 filetype code (qom|qmp)-\w+$ # python script fragments
|