Lines Matching full:qemu
16 # use qemu-system-XXXX to boot. They all boot the same thing at the moment:
334 # The raw variant, currently used only on arm64. It boots with the raw interface of qemu
336 # since qemu doesn't currently provide that...
365 if [ ${bios_code} -ot /usr/local/share/qemu/edk2-x86_64-code.fd ]; then
366 cp /usr/local/share/qemu/edk2-x86_64-code.fd ${bios_code}
368 # cp /usr/local/share/qemu/edk2-i386-vars.fd ${bios_vars}
372 if [ ${bios_code} -ot /usr/local/share/qemu/edk2-aarch64-code.fd ]; then
376 dd if=/usr/local/share/qemu/edk2-aarch64-code.fd of=${bios_code} conv=notrunc
393 ${qemu_bin}/qemu-system-x86_64 -nographic -m 512M \\
406 ${qemu_bin}/qemu-system-aarch64 -nographic -machine virt,gic-version=3 -m 512M -smp 4 \\
421 ${qemu_bin}/qemu-system-aarch64 -m 1024 -cpu cortex-a57 -M virt \\
433 ${qemu_bin}/qemu-system-aarch64 -nographic -machine virt,gic-version=3 -m 512M -smp 4 \\
565 if [ ${bios_code} -ot /usr/local/share/qemu/edk2-x86_64-code.fd ]; then
566 cp /usr/local/share/qemu/edk2-x86_64-code.fd ${bios_code}
568 # cp /usr/local/share/qemu/edk2-i386-vars.fd ${bios_vars}
572 if [ ${bios_code} -ot /usr/local/share/qemu/edk2-aarch64-code.fd ]; then
576 dd if=/usr/local/share/qemu/edk2-aarch64-code.fd of=${bios_code} conv=notrunc
588 ${qemu_bin}/qemu-system-x86_64 -nographic -m 512M \\
601 ${qemu_bin}/qemu-system-aarch64 -nographic -machine virt,gic-version=3 -m 512M \\
626 ${qemu_bin}/qemu-system-ppc -m 1g -M mac99,via=pmu \\
644 ${qemu_bin}/qemu-system-i386 -m 1g \\