On Thu, 2010-05-06 at 07:46 +0200, ext Sylvia Liu wrote: > Hi Paul, > 2. My CPU only supports "vme", not "vmx". (see from /proc/cpuinfo) > So I cannot add kvm-intel module. But I still added the kvm module > successfully, and try the qemu-kvm command. Of course I got the same > warnings: > > open /dev/kvm: No such file or directory > > Could not initialize KVM, will disable KVM support > But I can still start the image successfully, the only problem is that > it is really slow.
You can check if your cpu support virtualization by checking existence of "vmx (for intel) or svm (for amd)" flags in /proc/cpuinfo. To enable kvm functionality you need 2 modules: 1. kvm 2. kvm-intel or kvm-amd Cheers, Ameya. _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
