Enable VM page reporting to host kernel

This commit is contained in:
Davíð Steinn Geirsson 2026-02-17 00:28:16 +00:00
parent 98b3cb7374
commit 0386f76312

View file

@ -326,6 +326,7 @@ let
run \
--name ${vm.name} \
-m ${toString vm.memory} \
--balloon-page-reporting \
--initrd=${initramfsPath} \
--serial=hardware=virtio-console,type=unix-stream,path=/run/vmsilo/${vm.name}-console-backend.socket,console,input-unix-stream \
${formatBlockArg rootDiskConfig} \