View previous topic :: View next topic |
Author |
Message |
bastibasti Guru
Joined: 27 Nov 2006 Posts: 590
|
Posted: Fri Mar 11, 2011 3:08 pm Post subject: After upgrading to 2.6.37 and qemu-0.14.0, kvm not working? |
|
|
Hi,
since my latest update to 2.6.37-r1, I get
Code: |
KVM not supported for this target
|
anything I did wrong? |
|
Back to top |
|
|
cach0rr0 Bodhisattva
Joined: 13 Nov 2008 Posts: 4123 Location: Houston, Republic of Texas
|
Posted: Fri Mar 11, 2011 9:12 pm Post subject: |
|
|
how are you starting qemu-kvm, is the host OS x86 or x86_64, is the guest OS x86 or x86_64, what build options were used for the qemu packages...hrmm, sorry, just tossing questions out as they come to mind.
i don't know if disabling 32bit emulation support in the kernel would affect this.
Actually, what kernel build did you update *from* ? I'm on 2.6.36-zen1 at the moment for my host OS, and my guests are working without issue, is why I ask; I don't know if you upgrade just from .36, or from something much earlier.
I guess the other thing to check, what does this show for you:
Code: |
# ls -alh /dev/kvm
crw-rw----+ 1 root kvm 10, 232 Mar 5 21:04 /dev/kvm
|
(controlled by presence of kvm-amd or kvm-intel driver)
I don't know how it determines kvm_available, but I would assume it's doing a check for /dev/kvm (though this may be a crackpot assumption):
Code: |
if (!kvm_available()) {
printf("KVM not supported for this target\n");
}
|
_________________ Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|