Issue with Virtual Box 7.0 on Ubuntu 22.04

You can try

lsof | grep /dev/kvm

or

sudo lsof | grep /dev/kvm

to see what application is using KVM

edited to include using “sudo”

1 Like