Was trying to install QEMU on latest PopOS. Installed without any error so far. But running KVM shwows
$ kvm
kvm: warning: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
$ egrep -c '(vmx|svm)' /proc/cpuinfo
8
$ lsmod | grep kvm
kvm_intel 421888 0
kvm 1052672 1 kvm_intel
$ kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used
8
$ lsmod | grep kvm
kvm_intel 421888 0
kvm 1052672 1 kvm_intel
$ kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used
Last edited: