Lines Matching full:qemu
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"
310 QEMU="qemu-system-mipsel -M malta"
314 QEMU="qemu-system-ppc -M g3beige"
345 QEMU="qemu-system-ppc64 -M pseries -vga none"
369 QEMU="qemu-system-s390x"
386 QEMU="qemu-system-sh4 -M r2d -serial null -serial mon:stdio"
477 # Write the qemu launch script
478 echo "$QEMU -nographic -no-reboot -m 256" \
482 > "$OUTPUT/qemu-$TARGET.sh" &&
483 chmod +x "$OUTPUT/qemu-$TARGET.sh" &&
496 # If we have a device tree binary, save it for QEMU.