Neal Murphy writes:

>I've been using KVM for a few years now. I've had little trouble with it. But 
>now it's got me treed. I cannot get a KVM-enabled Linux 3.2.27 kernel to boot 
>in qemu-kvm unless I specify '-no-kvm'. I've used a similarly-built and -
>configured 2.6.35 kernel without trouble.
>
>This is on Debian Squeeze, either using Debian's kvm package or using a 
>freshly built kvm 1.1.1. The kernel does boot using qemu or booting on real 
>hardware. And I've no trouble booting Linux 2.6.35.

I'm also on squeeze, with qemu-kvm_1.1.0+dfsg-3 compiled by myself.

For me, booting 3.2.27 in a VM guest works just fine:

$ cat /proc/version 
Linux version 3.2.27 (wg@sputnik) (gcc version 4.3.2 (Debian 4.3.2-1.1) ) #1 
SMP Mon Aug 13 11:55:10 CEST 2012
$ zgrep KVM /proc/config.gz 
CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_HAVE_KVM_EVENTFD=y
CONFIG_KVM_APIC_ARCHITECTURE=y
CONFIG_KVM_MMIO=y
CONFIG_KVM_ASYNC_PF=y
CONFIG_KVM=m
CONFIG_KVM_INTEL=m
CONFIG_KVM_AMD=m

I boot from network, and I just successfully insmod'ed the kvm
module.  Inserting kvm-intel fails however (to be expected I guess).
No hangs or crashes.

Can you please post your complete qemu command and host kernel
version?

Regards,
Wolfram.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to