From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EKBxf-0004ra-2J for qemu-devel@nongnu.org; Tue, 27 Sep 2005 05:41:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EKBvI-0004Hi-IR for qemu-devel@nongnu.org; Tue, 27 Sep 2005 05:38:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKBum-00041v-8t for qemu-devel@nongnu.org; Tue, 27 Sep 2005 05:38:20 -0400 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1EKBc7-0007Lf-1P for qemu-devel@nongnu.org; Tue, 27 Sep 2005 05:19:03 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EKBaW-0001bi-UE for qemu-devel@nongnu.org; Tue, 27 Sep 2005 11:17:24 +0200 Received: from vol75-6-82-228-67-28.fbx.proxad.net ([82.228.67.28]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Sep 2005 11:17:24 +0200 Received: from charpent by vol75-6-82-228-67-28.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Sep 2005 11:17:24 +0200 From: Emmanuel Charpentier Date: Tue, 27 Sep 2005 11:15:59 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: news Subject: [Qemu-devel] X86-64 and APIC 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 Dear List, Natalia Portillo noticed that XP_64 refused to install due to lack of APICs. Filip Navara proposed an initial patch, and Fabribe Bellard proposed : > I can include the patch with a specific option to enable it. The > option will disapear when the hack will be known to be stable. Fabrice then commited (in July) three APIC-related patches ; the current (0.7.2) documentation does not mention APICs. I was therefore under the impression that this was a solved issue. However, trying to use qemu-system-x86_64 (with kqemu) on an AMD64 system (running under Ubuntu AMD 64 with a hand-compiled (with gcc-3.4.5) kernel) to test XP Pro_64 leads to no installation : the system complains that it can see no APIC and cannot continue. Is there an (undocumented) option to enable APIC emulation in this configuration (qemu-system-x86-64 + kqemu running under Linux 2.6.12 64 bits) ? Or did I hit an unsupported case ? Emmanuel Charpentier