# Pastebin vTSlD56u #!/bin/sh qemu-system-aarch64 \ -cpu host -accel hvf -M virt,highmem=off -m 4096 -smp 4 -bios QEMU_EFI.fd \ -serial stdio -device virtio-gpu-pci \ -netdev user,id=vmnic,hostname=qemu -device virtio-net-pci,netdev=vmnic \ -drive if=none,file=disk.img,id=hd0,discard=on \ -device virtio-blk-pci,drive=hd0,discard=true \ -device virtio-keyboard-pci \ -device virtio-tablet-pci \ $@ # -cdrom ubuntu-21.10-live-server-arm64.iso