| /third_party/libuv/.github/workflows/ |
| D | CI.yml | 69 build-cross-qemu: 71 name: build-cross-qemu-${{ matrix.config.target }} 77 … toolchain: gcc-arm-linux-gnueabi, cc: arm-linux-gnueabi-gcc, qemu: qemu-arm-static } 78 … toolchain: gcc-arm-linux-gnueabihf, cc: arm-linux-gnueabihf-gcc, qemu: qemu-arm-static } 79 …, toolchain: gcc-aarch64-linux-gnu, cc: aarch64-linux-gnu-gcc, qemu: qemu-aarch64-static } 80 …, toolchain: gcc-riscv64-linux-gnu, cc: riscv64-linux-gnu-gcc, qemu: qemu-riscv64-static } 81 … toolchain: gcc-powerpc-linux-gnu, cc: powerpc-linux-gnu-gcc, qemu: qemu-ppc-static } 82 … toolchain: gcc-powerpc64-linux-gnu, cc: powerpc64-linux-gnu-gcc, qemu: qemu-ppc64-static } 83 …, toolchain: gcc-powerpc64le-linux-gnu, cc: powerpc64le-linux-gnu-gcc, qemu: qemu-ppc64le-static } 84 … 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/ltp/testcases/kernel/mce-test/kvm/ |
| D | README | 72 MCE 0x806324: Killing qemu-system-x86:8829 early due to hardware memory corruption 104 3. compile and install qemu-kvm 105 the qemu-kvm source can be got from git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git. 106 Before compile qemu-kvm, a patch p2v.patch should be applied. This patch 110 4. install the guest OS on the qemu 112 step 1: qemu-img create -f qcow2 test.img 10G 113 step 2: qemu-system-x86_64 -hda ./test.img -m 2048 -cdrom rhel6.iso -boot d
|
| /third_party/lz4/ |
| D | .travis.yml | 116 qemu-system-arm 117 qemu-user-static 123 - make platformTest CC=arm-linux-gnueabi-gcc QEMU_SYS=qemu-arm-static 124 - make platformTest CC=aarch64-linux-gnu-gcc QEMU_SYS=qemu-aarch64-static 163 - sudo apt-get install -qq qemu-system-ppc qemu-user-static gcc-powerpc-linux-gnu 165 - make platformTest CC=powerpc-linux-gnu-gcc QEMU_SYS=qemu-ppc-static 166 - make platformTest CC=powerpc-linux-gnu-gcc QEMU_SYS=qemu-ppc64-static MOREFLAGS=-m64
|
| /third_party/e2fsprogs/lib/ext2fs/ |
| D | qcow2.h | 3 * qcow2 formatted disk images. This format is used originally by QEMU 11 * It is possible to directly mount a qcow2 image using qemu-nbd: 14 * [root]# qemu-nbd -c /dev/nbd0 image.img 15 * [root]# mount /dev/nbd0p1 /mnt/qemu
|
| D | qcow2.c | 3 * format is used originally by QEMU for virtual machines, and stores the 10 * It is possible to directly mount a qcow2 image using qemu-nbd: 13 * [root]# qemu-nbd -c /dev/nbd0 image.img 14 * [root]# mount /dev/nbd0p1 /mnt/qemu
|
| /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/libuv/test/ |
| D | test-getaddrinfo.c | 44 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL() 46 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()
|
| D | test-connection-fail.c | 123 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL() 125 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL() 144 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL() 146 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()
|
| D | test-tcp-write-after-connect.c | 46 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL() 48 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL()
|
| D | test-udp-multicast-interface6.c | 57 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL() 59 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL()
|
| D | test-udp-multicast-interface.c | 57 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL() 59 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL()
|
| D | test-get-currentexe.c | 34 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL() 36 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL()
|
| /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/openssl/ |
| D | NOTES.ANDROID | 77 test suite on Linux system by employing qemu-user. The trick is static 83 env EXE_SHELL=qemu-<arch> make test 85 If you need to pass additional flag to qemu, quotes are your friend, e.g. 87 env EXE_SHELL="qemu-mips64el -cpu MIPS64R6-generic" make test
|
| /third_party/lz4/.circleci/ |
| D | config.yml | 62 …- run: make platformTest CC=powerpc-linux-gnu-gcc QEMU_SYS=qemu-ppc-static && mak… 63 …- run: make platformTest CC=powerpc-linux-gnu-gcc QEMU_SYS=qemu-ppc64-static MOREFLAGS=-m64 && mak… 64 …- run: make platformTest CC=arm-linux-gnueabi-gcc QEMU_SYS=qemu-arm-static && mak… 65 …- run: make platformTest CC=aarch64-linux-gnu-gcc QEMU_SYS=qemu-aarch64-static && mak…
|
| /third_party/libinput/test/ |
| D | litest-device-qemu-usb-tablet.c | 89 TEST_DEVICE("qemu-tablet", 94 .name = "QEMU 0.12.1 QEMU USB Tablet",
|
| /third_party/grpc/tools/dockerfile/grpc_artifact_linux_armv7/ |
| D | Dockerfile | 22 # for build steps because running them under QEMU is very slow 23 # (https://github.com/kpayson64/armv7hf-debian-qemu)
|
| /third_party/grpc/tools/dockerfile/grpc_artifact_linux_armv6/ |
| D | Dockerfile | 22 # for build steps because running them under QEMU is very slow 23 # (https://github.com/kpayson64/armv7hf-debian-qemu)
|
| /third_party/ltp/testcases/kernel/mce-test/kvm/host/ |
| D | host_run.sh | 51 echo -e "\t\t\tBy default, qemu-kvm defaults to 512M bytes" 245 qemu-system-x86_64 -hda $image -kernel $kernel -initrd $initrd --append "$append" \ 257 qemu-system-x86_64 -hda $image \ 304 HOST_VIRT=`awk '/qemu|QEMU/{next} {print $NF}' $monitor_console_output |cut -b 3-11`
|
| /third_party/ffmpeg/tools/ |
| D | coverity.c | 29 * above text is based on https://github.com/qemu/qemu/blob/master/scripts/coverity-model.c
|
| /third_party/skia/third_party/externals/angle2/ |
| D | .gitignore | 63 /third_party/qemu-linux-x64 64 /third_party/qemu-mac-x64
|
| /third_party/toybox/ |
| D | README | 96 that boot to a shell prompt under qemu: 100 ./qemu-sh4.sh 128 https://speakerdeck.com/landley/developing-for-non-x86-targets-using-qemu
|
| /third_party/benchmark/.github/workflows/ |
| D | wheels.yml | 46 # - name: Set up QEMU 47 # uses: docker/setup-qemu-action@v1
|