From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQeNK-00043B-PE for qemu-devel@nongnu.org; Tue, 14 Jul 2009 05:32:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQeNG-000429-SN for qemu-devel@nongnu.org; Tue, 14 Jul 2009 05:32:38 -0400 Received: from [199.232.76.173] (port=47439 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQeNG-000422-Fd for qemu-devel@nongnu.org; Tue, 14 Jul 2009 05:32:34 -0400 Received: from mx2.redhat.com ([66.187.237.31]:58959) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQeNG-0004wO-1j for qemu-devel@nongnu.org; Tue, 14 Jul 2009 05:32:34 -0400 Date: Tue, 14 Jul 2009 12:32:29 +0300 From: Gleb Natapov Subject: Re: [Qemu-devel] [patch 2/2] QEMU BOCHS bios patches to use maxcpus value. Message-ID: <20090714093229.GX28046@redhat.com> References: <20090624083512.766907560@sgi.com> <20090624083725.264462154@sgi.com> <4A5667D2.2020404@codemonkey.ws> <4A5C43E9.7010804@sgi.com> <5b31733c0907140221l3c2b6b3an1e5ebf79eaeef703@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <5b31733c0907140221l3c2b6b3an1e5ebf79eaeef703@mail.gmail.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Filip Navara Cc: Anthony Liguori , Jes Sorensen , qemu-devel@nongnu.org, Avi Kivity On Tue, Jul 14, 2009 at 11:21:53AM +0200, Filip Navara wrote: > On Tue, Jul 14, 2009 at 10:38 AM, Jes Sorensen wrote: > > On 07/09/2009 11:57 PM, Anthony Liguori wrote: > >> > >> These changes make my Ubuntu server guest very unhappy. =9AI get a bun= ch > >> of messages about "Not responding." on startup. > >> > >> If nothing else, maxcpus =3D=3Dsmp_cpus under QEMU because we don't do= CPU > >> hotplug (and I don't think we should). > > > > Anthony, > > > > Sorry haven't gotten back to you earlier as I was on vacation. Are you > > saying the Ubuntu kernel doesn't like having more CPU entries in the > > ACPI table than it actually boots on? > > > > Does the same guest boot using an older KVM setup? Curious since it does > > have the larger CPU table in the DSDT. > > > > Cheers, > > Jes > > >=20 > BTW, many other guests complain when ACPI describes more processors > than actually present in machine. That's why I implemented the dynamic > DSDT generation in Bochs BIOS in the first place. One that comes to > mind is MacOS X, or the Darwin kernel respectively. >=20 There is nothing wrong in describing more processors than actually present. The disable flag is defined by ACPI for a reason. My real HW IBM server does this. -- Gleb.