From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCdkd-0002zj-Ux for qemu-devel@nongnu.org; Mon, 23 Nov 2009 13:35:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCdkZ-0002xi-80 for qemu-devel@nongnu.org; Mon, 23 Nov 2009 13:35:03 -0500 Received: from [199.232.76.173] (port=55061 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCdkZ-0002xc-0Q for qemu-devel@nongnu.org; Mon, 23 Nov 2009 13:34:59 -0500 Received: from mail.gmx.net ([213.165.64.20]:33563) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NCdkY-00037w-EH for qemu-devel@nongnu.org; Mon, 23 Nov 2009 13:34:58 -0500 Message-ID: <08D2086FD6144AB2B583EA5827ED4A64@FSCPC> From: "Sebastian Herbszt" References: <20091123130043.GN2999@redhat.com> In-Reply-To: <20091123130043.GN2999@redhat.com> Subject: Re: [Qemu-devel] seabios: missing DMI type 4 entry if -cpu parameter is used Date: Mon, 23 Nov 2009 19:33:40 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov Cc: Kevin O'Connor , qemu-devel@nongnu.org Gleb Natapov wrote: > On Sun, Nov 22, 2009 at 06:05:02PM +0100, Sebastian Herbszt wrote: >> v0.11.0-rc0-1677: >> use -cpu pentium and check SMBIOS tables. DMI type 4 entry is missing. >> Works with Bochs bios. >> > See two problems here. First one in seabios (patch attached). And the > second one in QEMU. Why pentium cpu type lacks apic? Specifying > -cpu pentium,+apic works with current seabios without the patch. The "Pentium Processor Family Developer's Manual, Volume 3: Architecture and Programming Manual" says the following in Chapter 19.3: "APIC IS SUPPORTED ONLY ON PENTIUM PROCESSOR (735\90, 815\100, 1000\120, 1110\133) AND FUTURE PROLIFERATIONS AND UPGRADES." So it seems not all pentium cpus have an apic. No clue which model and stepping those are so can't compare to what qemu claims to provide. - Sebastian