Home
last modified time | relevance | path

Searched full:qemu (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/libuv/.github/workflows/
DCI.yml69 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/
Dmkroot.sh83 # 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/
DREADME72 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.yml116 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/
Dqcow2.h3 * 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
Dqcow2.c3 * 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/
DDockerfile7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm
/third_party/libuv/test/
Dtest-getaddrinfo.c44 /* 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()
Dtest-connection-fail.c123 /* 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()
Dtest-get-passwd.c31 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL()
33 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL()
Dtest-tcp-write-after-connect.c46 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL()
48 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL()
Dtest-udp-multicast-interface6.c57 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL()
59 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL()
Dtest-udp-multicast-interface.c57 /* TODO(gengjiawen): Fix test on QEMU. */ in TEST_IMPL()
59 RETURN_SKIP("Test does not currently work in QEMU"); in TEST_IMPL()
Dtest-get-currentexe.c34 /* 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/
Dtest.yml46 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/
DNOTES.ANDROID77 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/
Dconfig.yml62 …- 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/
Dlitest-device-qemu-usb-tablet.c89 TEST_DEVICE("qemu-tablet",
94 .name = "QEMU 0.12.1 QEMU USB Tablet",
/third_party/grpc/tools/dockerfile/grpc_artifact_linux_armv7/
DDockerfile22 # 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/
DDockerfile22 # 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/
Dhost_run.sh51 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/
Dcoverity.c29 * above text is based on https://github.com/qemu/qemu/blob/master/scripts/coverity-model.c
/third_party/skia/third_party/externals/angle2/
D.gitignore63 /third_party/qemu-linux-x64
64 /third_party/qemu-mac-x64
/third_party/toybox/
DREADME96 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/
Dwheels.yml46 # - name: Set up QEMU
47 # uses: docker/setup-qemu-action@v1

12345