From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQeD3-0005t1-4v for qemu-devel@nongnu.org; Tue, 14 Jul 2009 05:22:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQeCx-0005n3-Sc for qemu-devel@nongnu.org; Tue, 14 Jul 2009 05:22:00 -0400 Received: from [199.232.76.173] (port=40544 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQeCx-0005mk-5N for qemu-devel@nongnu.org; Tue, 14 Jul 2009 05:21:55 -0400 Received: from mail-ew0-f207.google.com ([209.85.219.207]:56453) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQeCw-0002qF-Ry for qemu-devel@nongnu.org; Tue, 14 Jul 2009 05:21:55 -0400 Received: by ewy3 with SMTP id 3so2764777ewy.34 for ; Tue, 14 Jul 2009 02:21:53 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4A5C43E9.7010804@sgi.com> References: <20090624083512.766907560@sgi.com> <20090624083725.264462154@sgi.com> <4A5667D2.2020404@codemonkey.ws> <4A5C43E9.7010804@sgi.com> Date: Tue, 14 Jul 2009 11:21:53 +0200 Message-ID: <5b31733c0907140221l3c2b6b3an1e5ebf79eaeef703@mail.gmail.com> Subject: Re: [Qemu-devel] [patch 2/2] QEMU BOCHS bios patches to use maxcpus value. From: Filip Navara Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes Sorensen Cc: Anthony Liguori , qemu-devel@nongnu.org, Avi Kivity 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. =A0I get a bunch >> of messages about "Not responding." on startup. >> >> If nothing else, maxcpus =3D=3Dsmp_cpus under QEMU because we don't do C= PU >> 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 > 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. Best regards, Filip Navara