From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CGMDg-0007ng-8K for qemu-devel@nongnu.org; Sat, 09 Oct 2004 14:45:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CGMDe-0007mk-HP for qemu-devel@nongnu.org; Sat, 09 Oct 2004 14:45:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGMDe-0007mN-Ct for qemu-devel@nongnu.org; Sat, 09 Oct 2004 14:45:26 -0400 Received: from [193.149.48.15] (helo=colin2.muc.de) by monty-python.gnu.org with smtp (Exim 4.34) id 1CGM6i-0006Vf-TO for qemu-devel@nongnu.org; Sat, 09 Oct 2004 14:38:17 -0400 Date: 9 Oct 2004 20:38:13 +0200 Date: Sat, 9 Oct 2004 20:38:13 +0200 From: Andi Kleen Message-ID: <20041009183813.GA57566@muc.de> References: <1097175246.2833.51.camel@orion> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] Re: qemu crashes and freezes on x86_64/amd64 host Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Karl Magdsick Cc: qemu-devel@nongnu.org On Sat, Oct 09, 2004 at 02:31:05PM -0400, Karl Magdsick wrote: > But my point is that if it's compiled for amd64, then the kernel will Yep, you have to compile with -m32 -Andi