qemu-system-aarch64 -machine virt,accel=hvf,highmem=off -cpu cortex-a57 -smp cores=4 -m 1G \ -nic user,model=virtio -device virtio-rng-pci \ -bios QEMU_EFI.fd \ -rtc base=utc,clock=host \ -drive if=virtio,id=hd0,format=raw,file=m1 \ -drive if=virtio,id=hd1,format=raw,file=/dev/disk0s6 \ -drive if=virtio,id=hd2,format=raw,file=/dev/disk0s7 \ -drive if=virtio,id=hd3,format=raw,file=m1hfs \ -device qemu-xhci -device usb-mouse \ -device usb-kbd \ -serial stdio \ -soundhw all \ -net user \ -device virtio-gpu-pci #-kernel vmlinuz-edge4virt \ #-initrd initramfs-edge4virt \ #-append 'modules=ext4,virtio,virtio-rng,virtio-snd rootwait root=LABEL=rfs ro' \ # -drive if=virtio,id=hd2,format=raw,file=m1hfs \ #-net nic -net user,hostfwd=tcp::2222-:22 \ #-audiodev coreaudio,id=id[,prop[=value][,...]] # Creates a backend using Appleā€™s Core Audio. This backend is only available on Mac OS and only supports playback.