...
Microsoft distribute official ISO for windows-arm64
https://www.microsoft.com/en-us/software-download/windows11arm64
If you only want to boot the windows kernel and a limited user-space, you can use Microsoft Validation OS instead (see instructions here).
Virtio drivers
Virtio windows drivers (https://github.com/virtio-win/virtio-win-pkg-scripts/blob/master/README.md) are needed to make your disk recognized by windows. Pick latest iso from link above.
...
replace
--accel tcg
with--accel kvm
(or--accel hvf
on MacOS)removevirtualization=true
(won't be available for your cpu/kvm)replace cpu with
-cpu=host
...