Incus on Raspberry Pi 4 using KVM?

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 ?

Incus only supports KVM accelerated virtual machines.

Okee … so no need to check anything to confirm that :slight_smile: