Re: [Qemu-discuss] qemu kvm problem

2016-07-18 Thread Fam Zheng
On Mon, 07/18 16:36, Yuxin Ren wrote: > Thank you for your reply. > > the output is > ls: cannot access /dev/kvm: No such file or directory > > How can I solve this problem? modprobe kvm_intel (or kvm_amd depending on your CPU type). Fam

Re: [Qemu-discuss] qemu kvm problem

2016-07-18 Thread Yuxin Ren
Thank you for your reply. the output is ls: cannot access /dev/kvm: No such file or directory How can I solve this problem? Thank you again Yuxin On Mon, Jul 18, 2016 at 4:06 PM, Joshua Cannell wrote: > Sounds to me like you're missing the kernel module? > > What is the output of: > > ls -l /d

Re: [Qemu-discuss] qemu kvm problem

2016-07-18 Thread Joshua Cannell
Sounds to me like you're missing the kernel module? What is the output of: ls -l /dev/kvm If you don't see anything or it throws an error, then you're missing the kernel module. On Mon, Jul 18, 2016 at 11:36 AM, Yuxin Ren wrote: > Hi all, > > When I start qemu, I got such error message > > ''

[Qemu-discuss] qemu kvm problem

2016-07-18 Thread Yuxin Ren
Hi all, When I start qemu, I got such error message ''' Could not access KVM kernel module: No such file or directory failed to initialize KVM: No such file or directory Back to tcg accelerator. ''' Does anyone know how to solve this problem? Thanks a lot!! Yuxin