Lines Matching full:qemu
4 # in QEMU and echo "Hello world." from init, as a very quick smoke test for CI.
5 # Uses QEMU's virtual FAT filesystem to avoid the need to create a disk image.
82 # Locate the uefi firmware file used by qemu.
83 : ${OVMF:=/usr/local/share/qemu/edk2-x86_64-code.fd}
87 QEMU="qemu-system-x86_64 -drive if=pflash,format=raw,readonly=on,file=${OVMF}"
92 QEMU="qemu-system-aarch64 -cpu cortex-a57 -M virt -bios edk2-aarch64-code.fd"
101 WORKDIR=$(mktemp -d -t ci-qemu-test-fat-root)
108 # Using QEMU's virtual FAT support is much faster than creating a disk image,
114 echo "Root size ${rootsize}K too large for QEMU virtual FAT" >&2
120 # And, boot in QEMU.
121 : ${BOOTLOG:=${TMPDIR:-/tmp}/ci-qemu-test-boot.log}
123 $QEMU -m 256M -nodefaults \