From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D6zBz-0002e3-3m for qemu-devel@nongnu.org; Thu, 03 Mar 2005 17:53:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D6zBq-0002ZU-66 for qemu-devel@nongnu.org; Thu, 03 Mar 2005 17:53:07 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D6zBp-0002Wd-Tk for qemu-devel@nongnu.org; Thu, 03 Mar 2005 17:53:05 -0500 Received: from [64.233.170.207] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D6ytL-0001Qm-Ru for qemu-devel@nongnu.org; Thu, 03 Mar 2005 17:33:59 -0500 Received: by rproxy.gmail.com with SMTP id f1so852017rne for ; Thu, 03 Mar 2005 14:33:56 -0800 (PST) Message-ID: <71ff0e50050303143333382aed@mail.gmail.com> Date: Thu, 3 Mar 2005 22:33:56 +0000 From: Andrew Wilkinson Subject: Re: [Qemu-devel] x86_64 support In-Reply-To: <4226673B.2050503@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4226673B.2050503@bellard.org> Reply-To: Andrew Wilkinson , 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 On Thu, 03 Mar 2005 02:24:11 +0100, Fabrice Bellard wrote: > With the patches I just commited the x86_64 target should be much more > usable. Moreover, QEMU should now compile correctly on x86_64 hosts. Hi, I'd just like to report that QEMU does now compile on my AMD64 machine, and the i386-softmmu target does run. I can't complete an install of Windows 2000 however, I get BSODs (PAGE_FAULT_IN_NONPAGED_AREA) during the second stage of the install. I don't know if this is a specific problem with QEMU or QEMU on x86_64 however. Keep up the good work! Cheers, Andrew Wilkinson