Re: [Qemu-discuss] qemu too slow

2014-08-25 Thread YuGiOhJCJ Mailing-List
What I see is: $ lsmod | grep kvm kvm_intel 125247 0 kvm 338101 1 kvm_intel On Mon, 25 Aug 2014 07:43:56 -0400 David Gosselin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Have you verified that the kernel module for KVM is installed? > $ lsmod |

Re: [Qemu-discuss] qemu too slow

2014-08-25 Thread David Gosselin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Have you verified that the kernel module for KVM is installed? $ lsmod | grep -i kvm IIRC should show "kvm-hv" or "kvm-pr" If you see nothing, then become root and do this: # modprobe kvm-hv or # modprobe kvm On 8/25/2014 12:27 AM, YuGiOhJCJ Mailing-

Re: [Qemu-discuss] qemu too slow

2014-08-25 Thread YuGiOhJCJ Mailing-List
You have right. I am a long time user of qemu and in the past I was able to use it and it worked perfectly. I am pretty sure that I have not correctly built qemu or one if its dependencies. I don't know why this version I have built is so slow... That's how I have built it: $ DIR="qemu-2.1.0" $