On NixOS 24.05 after fixing libkrunfw to use the kernel config on the system, everything builds fine. Got a basic policy for buildah which allows everything. krunvm create works, though krunvm start does not.
# krunvm start asahi-krun
FAIL: 1
# krunvm start asahi-krun
FAIL: 130
I've seen both errno 1 and 130 but no logs and no indication something is bad. I can run the VM manually with buildah but that is not ideal when I am trying to recreate Using microVMs for Gaming on Fedora Asahi but under NixOS.
On NixOS 24.05 after fixing libkrunfw to use the kernel config on the system, everything builds fine. Got a basic policy for buildah which allows everything.
krunvm createworks, thoughkrunvm startdoes not.I've seen both errno 1 and 130 but no logs and no indication something is bad. I can run the VM manually with
buildahbut that is not ideal when I am trying to recreate Using microVMs for Gaming on Fedora Asahi but under NixOS.