From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DPxL9-0002vW-UD for qemu-devel@nongnu.org; Mon, 25 Apr 2005 02:45:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DPxL7-0002uw-Kk for qemu-devel@nongnu.org; Mon, 25 Apr 2005 02:45:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DPxL7-0002on-7G for qemu-devel@nongnu.org; Mon, 25 Apr 2005 02:45:05 -0400 Received: from [195.250.128.83] (helo=smtp3.vol.cz) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DPxMb-0005nv-Ca for qemu-devel@nongnu.org; Mon, 25 Apr 2005 02:46:37 -0400 Received: from [10.0.0.2] (prg-v-6-220.static.adsl.vol.cz [62.177.70.220]) by smtp3.vol.cz (8.12.9p2/8.12.9) with ESMTP id j3P6gZIV066135 for ; Mon, 25 Apr 2005 08:42:36 +0200 (CEST) (envelope-from navaraf@reactos.com) Message-ID: <426C915E.5090803@reactos.com> Date: Mon, 25 Apr 2005 08:42:38 +0200 From: Filip Navara MIME-Version: 1.0 Subject: Re: [Qemu-devel] x86-64 lacks local APIC References: <3976cdc54e21d49c3ee6ef26d43d0a59@teleline.es> In-Reply-To: <3976cdc54e21d49c3ee6ef26d43d0a59@teleline.es> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Natalia Portillo wrote: > Hi! > Windows XP AMD64 version complains about there is no local APIC saying > that the CPU is not an AMD64 one without it. It detects it by reading ACPI tables which isn't supported by QEMU atm. I have a hack which makes it working if you're insterested... - Filip