Home
last modified time | relevance | path

Searched +full:qemu +full:- +full:run (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dconfigure.yml4 ci-configure:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
14 configure-args: --warn
16 - name: Ubuntu 18.04 GCC
17 os: ubuntu-18.04
19 configure-args: --warn
21 - name: Ubuntu GCC OSB
[all …]
Dcmake.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu 18.04 GCC
12 os: ubuntu-18.04
14 cxx-compiler: g++
16 - name: Ubuntu GCC ASAN
17 os: ubuntu-latest
19 cxx-compiler: g++
20 cmake-args: -DWITH_SANITIZER=Address
[all …]
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run-qemu.sh2 # SPDX-License-Identifier: GPL-2.0+
4 # Carry out a kvm-based run for the specified qemu-cmd file, which might
5 # have been generated by --build-only kvm.sh run.
7 # Usage: kvm-test-1-run-qemu.sh qemu-cmd-dir
9 # qemu-cmd-dir provides the directory containing qemu-cmd file.
11 # "ds" is the top-level date-stamped directory and "scenario"
13 # must have been made by the caller. The shell-command comments
14 # at the end of the qemu-cmd file are not optional.
20 T=${TMPDIR-/tmp}/kvm-test-1-run-qemu.sh.$$
21 trap 'rm -rf $T' 0
[all …]
Dkvm-test-1-run-batch.sh2 # SPDX-License-Identifier: GPL-2.0+
4 # Carry out a kvm-based run for the specified batch of scenarios, which
5 # might have been built by --build-only kvm.sh run.
7 # Usage: kvm-test-1-run-batch.sh SCENARIO [ SCENARIO ... ]
10 # containing a ready-to-run qemu-cmd file.
16 T=${TMPDIR-/tmp}/kvm-test-1-run-batch.sh.$$
17 trap 'rm -rf $T' 0
20 echo ---- Running batch $*
25 if ! echo $i | grep -q '^[^/.a-z]\+\(\.[0-9]\+\)\?$'
30 if ! test -d "$i"
[all …]
Dkvm-test-1-run.sh2 # SPDX-License-Identifier: GPL-2.0+
4 # Run a kvm-based test of the specified tree on the specified configs.
5 # Fully automated run and error checking, no graphics console.
7 # Execute this in the source tree. Do not run it as a background task
8 # because qemu does not seem to like that much.
10 # Usage: kvm-test-1-run.sh config resdir seconds qemu-args boot_args_in
12 # qemu-args defaults to "-enable-kvm -nographic", along with arguments
18 # Anything you specify for either qemu-args or boot_args_in is appended to
19 # the default values. The "-smp" value is deduced from the contents of
28 T=${TMPDIR-/tmp}/kvm-test-1-run.sh.$$
[all …]
Dkvm-again.sh2 # SPDX-License-Identifier: GPL-2.0+
6 # Usage: kvm-again.sh /path/to/old/run [ options ]
15 T=${TMPDIR-/tmp}/kvm-again.sh.$$
16 trap 'rm -rf $T' 0
19 if ! test -d tools/testing/selftests/rcutorture/bin
21 echo $scriptname must be run from top-level directory of kernel source tree.
27 if ! test -d "$oldrun"
29 echo "Usage: $scriptname /path/to/old/run [ options ]"
35 echo Prior run batches file does not exist: $oldrun/batches
39 if test -f "$oldrun/torture_suite"
[all …]
Dkvm-recheck.sh2 # SPDX-License-Identifier: GPL-2.0+
4 # Given the results directories for previous KVM-based torture runs,
8 # Usage: kvm-recheck.sh resdir ...
10 # Returns status reflecting the success or not of the last run specified.
16 T=/tmp/kvm-recheck.sh.$$
17 trap 'rm -f $T' 0 2
24 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
27 if test -n "$firsttime"
30 resdir=`echo $i | sed -e 's,/$,,' -e 's,/[^/]*$,,'`
31 head -1 $resdir/log
[all …]
/external/pigweed/pw_emu/
Dguide.rst1 .. _module-pw_emu-guide:
6 .. pigweed-module-subpage::
9 .. _module-pw_emu-get-started:
11 -----------
13 -----------
14 .. tab-set::
16 .. tab-item:: Bazel
18 ``pw_emu`` is currently only supported for GN-based projects.
20 .. tab-item:: GN
23 <seed-0101>`. For example:
[all …]
Dconfig.rst1 .. _module-pw_emu-config:
6 .. pigweed-module-subpage::
10 :ref:`pigweed.json <seed-0101>`.
20 .. _module-pw_emu-config-fragments:
22 -----------------------
24 -----------------------
31 * `//pw_emu/qemu-lm3s6965evb.json <https://cs.opensource.google/pigweed/pigweed/+/main:pw_emu/qemu-
32 * `//pw_emu/renode-stm32f4_discovery.json <https://cs.opensource.google/pigweed/pigweed/+/main:pw_e…
34 .. _module-pw_emu-config-options:
36 -----------------------
[all …]
/external/toybox/mkroot/
DREADME1 mkroot - simple linux system builder
3 Compiles a toybox-based root filesystem and kernel that can boot under qemu.
6 launched via ./run-qemu.sh (which assumes you have QEMU installed, KVM
7 works in a pinch), and then run "exit" to shut down the emulated system.
12 --- Quick Start
19 $ wget https://landley.net/bin/toolchains/latest/i686-linux-musl-cross.tar.xz
21 $ tar xvJCf ccc i686-linux-musl-cross.tar.xz
26 $ root/i686/run-qemu.sh
31 --- Building without a cross compiler (warning: glibc sucks)
41 $ ls -l
[all …]
Dmkroot.sh3 # ------------------------------ Part 1: Setup -------------------------------
6 [ -z "$NOCLEAR" ] && exec env -i NOCLEAR=1 HOME="$HOME" PATH="$PATH" \
9 ! [ -d mkroot ] && echo "Run mkroot/mkroot.sh from toybox source dir." && exit 1
13 [ "${i/=/}" != "$i" ] && export "$i" || { [ "$i" != -- ] && PKG="$PKG $i"; }
23 # ----- Are we cross compiling (via CROSS_COMPILE= or CROSS=)
25 if [ -n "$CROSS_COMPILE" ]; then
27 [ -z "${X:=$(command -v "$CROSS_COMPILE"cc)}" ] && die "no ${CROSS_COMPILE}cc"
28 CROSS_COMPILE="$(realpath -s "${X%cc}")"
29 [ -z "$CROSS" ] && CROSS=${CROSS_COMPILE/*\//} CROSS=${CROSS/-*/}
31 elif [ -n "$CROSS" ]; then # CROSS=all/allnonstop/$ARCH else list known $ARCHes
[all …]
DREADME.root1 Use ./run-qemu.sh to boot system image to a shell prompt, "exit" when done.
3 Additional arguments to run-qemu.sh are QEMU arguments,
6 KARGS=quiet ./run-qemu.sh -hda docs/linux-fullconfig
12 ( mkdir fs && cd fs && zcat ../initramfs.cpio.gz | cpio -i -d -H newc )
17 ( cd fs && find . -printf '%P\n' | cpio -o -H newc -R +0:+0 | gzip ) \
/external/pigweed/seed/
D0108-pw_emu-emulators-frontend.rst5 .. _seed-0108:
14 :proposal_date: 2023-06-24
19 -------
21 -------
26 -----------
28 -----------
29 An **emulator** is a program that allows users to run unmodified images compiled
30 for :ref:`target <docs-targets>` on the host machine. The **host** is the machine that
34 has a correspondence in the real world - a product, an evaluation board, a
65 ----------
[all …]
/external/AFLplusplus/docs/
Dfuzzing_binary-only_targets.md1 # Fuzzing binary-only targets
7 standard `afl-fuzz -n` (non-instrumented mode) is not effective.
9 For fast, on-the-fly instrumentation of black-box binaries, AFL++ still offers
15 FRIDA mode and QEMU mode in persistent mode are the fastest - if persistent mode
19 standard FRIDA/QEMU mode with `AFL_ENTRYPOINT` to where you need it.
21 If your target is non-linux, then use unicorn_mode.
23 ## Fuzzing binary-only targets with AFL++
25 ### QEMU mode
27 QEMU mode is the "native" solution to the program. It is available in the
28 ./qemu_mode/ directory and, once compiled, it can be accessed by the afl-fuzz -Q
[all …]
/external/mesa3d/src/gfxstream/
D.gitignore4 /config-devices.*
5 /config-all-devices.*
6 /config-all-disas.*
7 /config-host.*
8 /config-target.*
10 /config-temp
11 /trace-events-all
12 /trace/generated-events.h
13 /trace/generated-events.c
14 /trace/generated-helpers-wrappers.h
[all …]
/external/trusty/arm-trusted-firmware/docs/plat/
Dqemu.rst1 QEMU virt Armv8-A
4 Trusted Firmware-A (TF-A) implements the EL3 firmware layer for QEMU virt
5 Armv8-A. BL1 is used as the BootROM, supplied with the -bios argument.
6 When QEMU starts all CPUs are released simultaneously, BL1 selects a
10 BL2 edits the Flattened Device Tree, FDT, generated by QEMU at run-time to
18 provided as it's generated by QEMU.
22 - Only cold boot is supported
24 Getting non-TF images
25 ---------------------
28 http://snapshots.linaro.org/components/kernel/leg-virt-tianocore-edk2-upstream/latest/QEMU-KERNEL-A…
[all …]
/external/XNNPACK/.github/workflows/
Dbuild.yml4 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
5 cancel-in-progress: true
7 cmake-linux-local:
8 runs-on: ubuntu-latest
9 timeout-minutes: 40
11 - uses: actions/checkout@v2
12 - name: Update apt
13 run: sudo apt update
14 - name: Install ninja
15 run: sudo apt install ninja-build
[all …]
/external/pigweed/targets/lm3s6965evb_qemu/
Dtarget_docs.rst1 .. _target-lm3s6965evb-qemu:
3 ----------------
4 lm3s6965evb-qemu
5 ----------------
7 LM3S lm3s6965evb using QEMU. This may be useful for testing ARMv7-M code without
15 To build for this Pigweed target, simply build the top-level "qemu_gcc" Ninja
18 .. code-block:: sh
20 $ ninja -C out qemu_gcc
25 relatively easy to do so). To run a QEMU binary, see the instructions below.
29 When running a QEMU binary, you may chose to run it interactively with GDB, or
[all …]
/external/zstd/.github/workflows/
Ddev-short-tests.yml1 name: dev-short-tests
6 group: fast-${{ github.ref }}
7 cancel-in-progress: true
13 permissions: read-all
16 linux-kernel:
17 runs-on: ubuntu-latest
19 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
20 - name: linux kernel, library + build + test
21run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va…
24 runs-on: ubuntu-latest
[all …]
/external/lz4/.github/workflows/
Dci.yml6 # - gcc
7 # - clang
10 # - All test cases which described as 'fail' must be fixed and replaced with 'true'.
11 # - gcc-11 (x32, x86) : "../lib/lz4hc.c:148: LZ4HC_countBack: Assertion `(size_t)(match - mMin) <…
12 # - all clangs (x32, x86) : "../lib/lz4hc.c:282: int LZ4HC_InsertAndGetWiderMatch(...): Assertion…
20 lz4-c-compilers:
23 fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix failed.
28 …# pkgs : apt-get package names. It can include multiple package names which are delimit…
33 # x86 : Set 'true' if compiler supports x86 (-m32). Otherwise, set 'false'.
38 …ons YAML workflow label. See https://github.com/actions/virtual-environments#available-environmen…
[all …]
/external/rust/crates/virtio-drivers/.github/workflows/
Dmain.yml10 runs-on: ubuntu-latest
12 - uses: actions/checkout@v4
13 - name: Check code format
14 uses: actions-rs/cargo@v1
17 args: --all -- --check
18 - name: Clippy
19 uses: actions-rs/clippy-check@v1
24 runs-on: ubuntu-latest
26 - uses: actions/checkout@v4
27 - name: Build with no features
[all …]
/external/libyuv/riscv_script/
Dprepare_toolchain_qemu.sh2 set -ev
4 # Download & build RISC-V Clang toolchain & QEMU emulator.
5 # RISC-V Clang is for cross compile with the RISC-V Vector ISA.
6 # RISC-V QEMU is used to run the test suite.
10 # NOTE: this script must be run from the top-level directory of the LIBYUV_SRC_DIR.
12 RISCV_TRIPLE="riscv64-unknown-linux-gnu"
13 RISCV_QEMU="qemu-riscv64"
16 BUILD_DIR="$LIBYUV_SRC_DIR"/build-toolchain-qemu
17 INSTALL_QEMU="$BUILD_DIR"/riscv-qemu
18 INSTALL_CLANG="$BUILD_DIR"/riscv-clang
[all …]
/external/autotest/server/site_tests/tast/
Dcontrol.category-qemu2 # Use of this source code is governed by a BSD-style license that can be
8 NAME = 'tast.category-qemu'
12 ATTRIBUTES = 'suite:bvt-tast-cq-qemu'
20 Run the critical Tast tests in the "qemu" category.
22 Tast is an integration-testing framework analagous to the test-running portion
26 This test runs Tast tests in the "qemu" category that are required to pass
29 See http://go/tast-failures for information about investigating failures.
36 def run(machine):
42 '"name:qemu.*"'
49 parallel_simple(run, machines)
/external/autotest/utils/
Demulator_manager.py2 # Use of this source code is governed by a BSD-style license that can be
4 """Utility to run a Brillo emulator programmatically.
23 """Bad port, missing artifact or non-existant imagedir."""
33 @param run: Function used to execute shell commands.
35 def __init__(self, imagedir, port, run=utils.run): argument
40 run('test -f %s' % os.path.join(imagedir, 'system.img'))
47 self.run = run
55 @return: Bool - True if emulator stops.
73 cmd_result = self.run('find "%s" -name "*.dtb"' % self.imagedir)
87 '-dmS', 'emulator-%s' % self.port, 'qemu-system-arm',
[all …]
/external/linux-kselftest/tools/testing/selftests/nolibc/
DMakefile1 # SPDX-License-Identifier: GPL-2.0
34 # optional tests to run (default = all)
37 # QEMU_ARCH: arch names used by qemu
46 # QEMU_ARGS : some arch-specific args to pass to qemu
47 QEMU_ARGS_i386 = -M pc -append "console=ttyS0,9600 i8042.noaux panic=-1 $(TEST:%=NOLIBC_TEST=%)"
48 QEMU_ARGS_x86 = -M pc -append "console=ttyS0,9600 i8042.noaux panic=-1 $(TEST:%=NOLIBC_TEST=%)"
49 QEMU_ARGS_arm64 = -M virt -cpu cortex-a53 -append "panic=-1 $(TEST:%=NOLIBC_TEST=%)"
50 QEMU_ARGS_arm = -M virt -append "panic=-1 $(TEST:%=NOLIBC_TEST=%)"
51 QEMU_ARGS_mips = -M malta -append "panic=-1 $(TEST:%=NOLIBC_TEST=%)"
52 QEMU_ARGS_riscv = -M virt -append "console=ttyS0 panic=-1 $(TEST:%=NOLIBC_TEST=%)"
[all …]

12345678910>>...13