From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O73c3-0005ig-Rd for qemu-devel@nongnu.org; Wed, 28 Apr 2010 05:31:23 -0400 Received: from [140.186.70.92] (port=37009 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O73bz-0005Wg-8i for qemu-devel@nongnu.org; Wed, 28 Apr 2010 05:31:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O73bm-0002pI-Fv for qemu-devel@nongnu.org; Wed, 28 Apr 2010 05:31:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20781) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O73bm-0002ox-8W for qemu-devel@nongnu.org; Wed, 28 Apr 2010 05:31:06 -0400 Message-ID: <4BD80054.9090409@redhat.com> Date: Wed, 28 Apr 2010 11:31:00 +0200 From: Jes Sorensen MIME-Version: 1.0 References: <1271705694.2505.36.camel@localhost.localdomain> <20100422011200.GA10677@morn.localdomain> In-Reply-To: <20100422011200.GA10677@morn.localdomain> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [SeaBIOS] About cpu_set, CPU hotplug and related subjects List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: Lucas Meneghel Rodrigues , seabios@seabios.org, qemu mailing list , KVM mailing list On 04/22/10 03:12, Kevin O'Connor wrote: > As I understand it, the hotplug support was only in the kvm copy of > bochs bios. It also limited the number of cpus one could use (I think > 16). > > The current smp support in SeaBIOS doesn't limit the number of cpus. > > So, there has been reluctance to just port the old kvm bios code > forward. I believe the number was limited to 15, due to limits in a certain proprietary operating system. The issue with the AML code in BOCHS vs the code in Seabios is a bit tricky. The tables in BOCHS are a fair bit more complicated with the hotplug code and therefore statically generated, whereas Seabios generates them dynamically at boot time. Generating the more complex tables dynamically would be preferred, but it requires like half an AML compiler in Seabios, so it kinda stalled there.... Cheers, Jes