I am new to Incus and I already like it better than docker … So I am setting up my RPi4 with 8Gb with Raspberry Pi OS Lite and the Zabbly packages.
I can create containers, and I can create a VM (both running Alpine to test) .. but it is unclear to me if the VM is using KVM to accelerate the VM on the RPi4. How can I check that? I can see that KVM can be used:
rpi@incus1:~ $ sudo kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used
but when I try to check incus info --resources I can not see any pointer to virualisation of something like that.
So how can I check that ?