example of command to run the image
qemu-system-aarch64 \
-machine virt,accel=hvf,acpi=off -cpu host -smp 4 -m 2048 \
-bios /opt/homebrew/Cellar/qemu/11.0.2/share/qemu/edk2-aarch64-code.fd \
-drive if=none,file=/Volumes/HaikuCase/haiku/generated.arm64/haiku-mmc.image,format=raw,id=drive0 \
-device virtio-blk-pci,drive=drive0,disable-legacy=on,vectors=0 \
-device virtio-gpu-pci,disable-legacy=on,vectors=0,xres=1920,yres=1080 \
-device qemu-xhci,id=xhci \
-device usb-kbd,bus=xhci.0 \
-device usb-tablet,bus=xhci.0 \
-serial file:/private/tmp/haiku-arm64.log \
-monitor none -display cocoa