From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJFvQ-0000lC-Cf for qemu-devel@nongnu.org; Fri, 11 Dec 2009 19:33:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJFvK-0000jM-TU for qemu-devel@nongnu.org; Fri, 11 Dec 2009 19:33:31 -0500 Received: from [199.232.76.173] (port=48033 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJFvK-0000jH-OM for qemu-devel@nongnu.org; Fri, 11 Dec 2009 19:33:26 -0500 Received: from mx1a.swcp.com ([216.184.2.64]:44915) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NJFvK-0008DD-Gl for qemu-devel@nongnu.org; Fri, 11 Dec 2009 19:33:26 -0500 Received: from ame7.swcp.com (ame7.swcp.com [216.184.2.70]) by mx1a.swcp.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id nBC0XKTE021562 for ; Fri, 11 Dec 2009 17:33:21 -0700 Received: from swcp.com (nousagi.swcp.com [216.184.2.107] (may be forged)) by ame7.swcp.com (8.14.2/8.13.6) with SMTP id nBC0XIS3093554 for ; Fri, 11 Dec 2009 17:33:19 -0700 (MST) (envelope-from ddixon@swcp.com) Date: Fri, 11 Dec 2009 17:33:18 MST From: "Dave Dixon" Message-ID: Subject: [Qemu-devel] X86_64 problem List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Greetings, I'm building an initrd for netbooting headless/diskless cluster members. The target platform is 64-bit ubuntu, and the development platform is 64-bit ubuntu (albeit a very different computer physically). When I try qemu with -kernel and -initrd, it says "This kernel requires an x86-64 CPU, but only detected an i686 CPU." But it's definitely a 64-bit cpu - running a 64-bit OS. If I show qeme -cpu ?, I get a list of only 32-bit cpus. What am I doing wrong? Thanks, -dave