@derfs
Quote:
This was built and tested using QEMU running on Win11 x64.
OK. I misunderstood the description of the “QEMU/KVM” requirements.
I did a little test on Arm64 - Asahi Linux Fedora and macOS.
I checked it on Peg2 and A1 with bboot. Unfortunately, it doesn't work for me.
The only line from the AOS4 kernel debug is that the driver is loading. You can see it in the screenshot.

To be sure, I also checked if my qemu compilation works correctly with virtio on A1 with *Linux.
Everything works fine there.

My line: -device virtio-scsi-pci,id=scsi0 -drive file=smtest.hdf,if=none,id=hd0 -device scsi-hd,drive=hd0,bus=scsi0.0
*) Don't pay attention to my startup with “nvme”. I checked without it (removed from Kicklayout), clean command lines, etc...
I added the screen because it was my last attempt.
I hope this will be helpful to you.