qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] limit guest cpus for kvm enabled builds


From: Paul Brook
Subject: Re: [Qemu-devel] [PATCH] limit guest cpus for kvm enabled builds
Date: Thu, 9 Apr 2009 17:05:19 +0100
User-agent: KMail/1.9.9

On Thursday 09 April 2009, Bruce Rogers wrote:
> The x86 kvm kernel module limits guest cpu count to 16, but the userspace
> pc definition says 255 still.  When invoking qemu-kvm with -smp > 16, it
> prints some error messages, then segfaults.   One of the mistakes is that
> the error code from kvm_create_vcpu is ignored in ap_main_loop. 

You should fix that bug then.

> This patch will enforce the limit at initialization time and avoid these
> problems from the get go.

No. We still want to support a decent number of cpus when -no-kvm is 
specified.

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]