I'm using these two guides to get kvm to work:

http://ubuntu-tutorials.com/2007/07/...tu-704-feisty/

https://help.ubuntu.com/community/KVM

I get stuck here:
Code:
drone4four@kubuntu:~$ sudo modprobe kvm-amd
FATAL: Error inserting kvm_amd (/lib/modules/2.6.20-16-generic/kernel/drivers/kvm/kvm-amd.ko): Operation not supported
Here is dmsg:
Code:
[377628.752000] has_svm: svm not available
[377628.752000] kvm: no hardware support
[377682.732000] has_svm: svm not available
[377682.732000] kvm: no hardware support
[378313.656000] has_svm: svm not available
[378313.656000] kvm: no hardware support
[379398.116000] has_svm: svm not available
[379398.116000] kvm: no hardware support
lsmod shows:
Code:
kvm                    61148  0
Check it:
Code:
drone4four@kubuntu:~$ ls /lib/modules/2.6.20-16-generic/kernel/drivers/kvm/
kvm-amd.ko  kvm-intel.ko  kvm.ko
What exactly is my dmsg saying and what can I do to proceed with the kvm guides?