| /third_party/rust/crates/rustix/.github/workflows/ |
| D | test-users.yml | 33 qemu: qemu-aarch64 42 qemu: qemu-ppc64le 51 qemu: qemu-mips64el 60 qemu: qemu-mipsel 69 qemu: qemu-riscv64 78 qemu: qemu-arm 108 path: ${{ runner.tool_cache }}/qemu 109 key: qemu-${{ matrix.target }}-${{ env.QEMU_BUILD_VERSION }}-patched 129 - name: Install qemu 134 …echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix… [all …]
|
| D | main.yml | 240 qemu: qemu-aarch64 249 qemu: qemu-ppc64le 258 qemu: qemu-mips64el 267 qemu: qemu-mipsel 276 qemu: qemu-riscv64 285 qemu: qemu-s390x 294 qemu: qemu-arm 313 qemu: qemu-aarch64 322 qemu: qemu-riscv64 331 qemu: qemu-s390x [all …]
|
| /third_party/libuv/.github/workflows/ |
| D | CI-unix.yml | 97 build-cross-qemu: 99 name: build-cross-qemu-${{ matrix.config.target }} 105 … toolchain: gcc-arm-linux-gnueabi, cc: arm-linux-gnueabi-gcc, qemu: qemu-arm-static } 106 … toolchain: gcc-arm-linux-gnueabihf, cc: arm-linux-gnueabihf-gcc, qemu: qemu-arm-static } 107 …, toolchain: gcc-aarch64-linux-gnu, cc: aarch64-linux-gnu-gcc, qemu: qemu-aarch64-static } 108 …, toolchain: gcc-riscv64-linux-gnu, cc: riscv64-linux-gnu-gcc, qemu: qemu-riscv64-static } 109 … toolchain: gcc-powerpc-linux-gnu, cc: powerpc-linux-gnu-gcc, qemu: qemu-ppc-static } 110 … toolchain: gcc-powerpc64-linux-gnu, cc: powerpc64-linux-gnu-gcc, qemu: qemu-ppc64-static } 111 …, toolchain: gcc-powerpc64le-linux-gnu, cc: powerpc64le-linux-gnu-gcc, qemu: qemu-ppc64le-static } 112 … toolchain: gcc-s390x-linux-gnu, cc: s390x-linux-gnu-gcc, qemu: qemu-s390x-static } [all …]
|
| /third_party/toybox/scripts/ |
| D | mkroot.sh | 83 # Setup networking for QEMU (needs /proc) 116 # /etc/resolv.conf using Google's public nameserver. (We could use QEMU's 117 # 10.0.2.2 forwarder here, but this way works in both chroot and QEMU.) 154 QEMU="qemu-system-arm -M versatilepb -net nic,model=rtl8139 -net user" 196 QEMU="qemu-system-aarch64 -M virt -cpu cortex-a57" 200 QEMU="qemu-system-arm -M virt" 249 QEMU="qemu-system-i386 -cpu 486 -global fw_cfg.dma_enabled=false" 253 QEMU="qemu-system-i386 -cpu pentium3" 256 QEMU=qemu-system-x86_64 285 QEMU="qemu-system-mips -M malta" [all …]
|
| /third_party/rust/crates/libc/ci/ |
| D | README.md | 36 * The MIPS, ARM, and AArch64 builds all use the QEMU userspace emulator to run 42 * The BSD builds, currently OpenBSD and FreeBSD, use QEMU to boot up a system 49 ## QEMU section in CI Systems 51 Lots of the architectures tested here use QEMU in the tests, so it's worth going 52 over all the crazy capabilities QEMU has and the various flavors in which we use 55 First up, QEMU has userspace emulation where it doesn't boot a full kernel, it 56 just runs a binary from another architecture (using the `qemu-<arch>` wrappers). 59 Note that one downside of this QEMU system is that threads are barely 69 * We resort to userspace emulation (QEMU). 80 4. The kernel is booted in QEMU, and it is configured to detect the libc-test [all …]
|
| D | run.sh | 12 # If we're going to run tests inside of a qemu image, then we don't need any of 18 if [ "$QEMU" != "" ]; then 19 tmpdir=/tmp/qemu-img-creation 22 if [ -z "${QEMU#*.gz}" ]; then 24 qemufile="$(echo "${QEMU%.gz}" | sed 's/\//__/g')" 26 curl --retry 5 "${MIRRORS_URL}/${QEMU}" | \ 29 elif [ -z "${QEMU#*.xz}" ]; then 31 qemufile="$(echo "${QEMU%.xz}" | sed 's/\//__/g')" 33 curl --retry 5 "${MIRRORS_URL}/${QEMU}" | \ 38 qemufile="$(echo "${QEMU}" | sed 's/\//__/g')" [all …]
|
| D | linux-s390x.sh | 5 mkdir -m 777 /qemu 6 cd /qemu 8 curl --retry 5 -LO https://github.com/qemu/qemu/raw/master/pc-bios/s390-ccw.img
|
| /third_party/libuv/test/ |
| D | test-getaddrinfo.c | 85 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL() 87 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL() 115 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL() 117 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL() 136 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL() 138 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL() 162 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL() 164 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL() 182 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL() 184 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL()
|
| D | test-getnameinfo.c | 49 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL() 51 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL() 74 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL() 76 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL() 95 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL() 97 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL()
|
| D | test-get-passwd.c | 31 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL() 33 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL() 105 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL() 107 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL() 171 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL() 173 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL()
|
| D | test-tcp-connect6-error.c | 91 /* qemu's sockaddr_in6 translation is broken pre-qemu 8.0.0 in TEST_IMPL() 93 * Fixed in https://github.com/qemu/qemu/commit/44cf6731d6b. in TEST_IMPL() 95 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL()
|
| /third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
| D | generate.sh | 28 qemu-aarch64 -L /usr/aarch64-linux-gnu ./main.exe >> "$out" 31 qemu-arm -L /usr/arm-linux-gnueabihf ./main.exe >> "$out" 34 qemu-ppc64le -L /usr/powerpc64le-linux-gnu ./main.exe >> "$out" 37 qemu-mips64el -L /usr/mips64el-linux-gnuabi64 ./main.exe >> "$out" 40 qemu-mipsel -L /usr/mipsel-linux-gnu ./main.exe >> "$out" 43 qemu-riscv64 -L /usr/riscv64-linux-gnu ./main.exe >> "$out"
|
| /third_party/mesa3d/docs/drivers/ |
| D | virgl.rst | 7 VirGL is a virtual 3D GPU for use inside QEMU virtual machines, that 16 virtual machines running inside QEMU. The design of this card is based 20 rendering for the card is done in the host system as part of QEMU and is 34 * QEMU 2.4 contained the initial virtio-gpu with no acceleration 35 support. QEMU 2.5 contains 3D support only with the GTK3 frontend with
|
| /third_party/littlefs/.github/workflows/ |
| D | test.yml | 46 qemu-user 48 echo "EXEC=qemu-arm" >> $GITHUB_ENV 50 qemu-arm -version 58 qemu-user 60 echo "EXEC=qemu-mips" >> $GITHUB_ENV 62 qemu-mips -version 70 qemu-user 72 echo "EXEC=qemu-ppc" >> $GITHUB_ENV 74 qemu-ppc -version 119 # it just takes too long to test byte-level writes when in qemu,
|
| /third_party/rust/crates/libc/ci/docker/mips-unknown-linux-gnu/ |
| D | Dockerfile | 4 gcc libc6-dev qemu-user ca-certificates \ 6 qemu-system-mips linux-headers-generic 9 CARGO_TARGET_MIPS_UNKNOWN_LINUX_GNU_RUNNER="qemu-mips -L /usr/mips-linux-gnu" \
|
| /third_party/rust/crates/libc/ci/docker/powerpc64-unknown-linux-gnu/ |
| D | Dockerfile | 4 gcc libc6-dev qemu-user ca-certificates \ 6 qemu-system-ppc 9 CARGO_TARGET_POWERPC64_UNKNOWN_LINUX_GNU_RUNNER="qemu-ppc64 -L /usr/powerpc64-linux-gnu" \
|
| /third_party/rust/crates/libc/ci/docker/mips64el-unknown-linux-gnuabi64/ |
| D | Dockerfile | 4 gcc libc6-dev qemu-user ca-certificates \ 6 qemu-system-mips64el linux-headers-generic 9 …CARGO_TARGET_MIPS64EL_UNKNOWN_LINUX_GNUABI64_RUNNER="qemu-mips64el -L /usr/mips64el-linux-gnuabi64…
|
| /third_party/rust/crates/libc/ci/docker/powerpc64le-unknown-linux-gnu/ |
| D | Dockerfile | 4 gcc libc6-dev qemu-user ca-certificates \ 6 qemu-system-ppc 9 CARGO_TARGET_POWERPC64LE_UNKNOWN_LINUX_GNU_RUNNER="qemu-ppc64le -L /usr/powerpc64le-linux-gnu" \
|
| /third_party/rust/crates/libc/ci/docker/powerpc-unknown-linux-gnu/ |
| D | Dockerfile | 4 gcc libc6-dev qemu-user ca-certificates \ 6 qemu-system-ppc 9 CARGO_TARGET_POWERPC_UNKNOWN_LINUX_GNU_RUNNER="qemu-ppc -L /usr/powerpc-linux-gnu" \
|
| /third_party/rust/crates/libc/ci/docker/mips64-unknown-linux-gnuabi64/ |
| D | Dockerfile | 4 gcc libc6-dev qemu-user ca-certificates \ 6 qemu-system-mips64 linux-headers-generic 9 CARGO_TARGET_MIPS64_UNKNOWN_LINUX_GNUABI64_RUNNER="qemu-mips64 -L /usr/mips64-linux-gnuabi64" \
|
| /third_party/rust/crates/libc/ci/docker/riscv64gc-unknown-linux-gnu/ |
| D | Dockerfile | 4 gcc libc6-dev qemu-user ca-certificates \ 6 qemu-system-riscv64 linux-headers-generic 9 CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_RUNNER="qemu-riscv64 -L /usr/riscv64-linux-gnu" \
|
| /third_party/lz4/.circleci/images/primary/ |
| D | Dockerfile | 7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm
|
| /third_party/rust/crates/libc/ci/docker/armv7-unknown-linux-uclibceabihf/ |
| D | Dockerfile | 4 gcc libc6-dev qemu-user ca-certificates qemu-system-arm curl \ 17 …CARGO_TARGET_ARMV7_UNKNOWN_LINUX_UCLIBCEABIHF_RUNNER="qemu-arm -L /toolchain/arm-buildroot-linux-u…
|
| /third_party/rust/crates/libc/ci/docker/mipsel-unknown-linux-uclibc/ |
| D | Dockerfile | 4 gcc libc6-dev qemu-user ca-certificates qemu-system-mipsel curl \ 22 …CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_UCLIBC_RUNNER="qemu-mipsel -L /toolchain/mipsel-buildroot-linux-…
|
| /third_party/rust/crates/nix/test/sys/ |
| D | test_socket.rs | 72 #[cfg_attr(qemu, ignore)] 404 // of QEMU support is suspected. 405 #[cfg_attr(qemu, ignore)] 464 // Lack of QEMU support is suspected. 465 #[cfg_attr(qemu, ignore)] 766 // Disable the test on emulated platforms due to a bug in QEMU versions < 767 // 2.12.0. https://bugs.launchpad.net/qemu/+bug/1701808 768 #[cfg_attr(qemu, ignore)] 839 // Disable the test on emulated platforms due to not enabled support of AF_ALG in QEMU from rust cr… 841 #[cfg_attr(qemu, ignore)] [all …]
|