From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HDhZf-0001FE-54 for qemu-devel@nongnu.org; Sun, 04 Feb 2007 08:38:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HDhZa-0001B3-Ex for qemu-devel@nongnu.org; Sun, 04 Feb 2007 08:38:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HDhZa-0001Al-5b for qemu-devel@nongnu.org; Sun, 04 Feb 2007 08:38:26 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HDhZZ-0002OV-Km for qemu-devel@nongnu.org; Sun, 04 Feb 2007 08:38:25 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Re: strange crash on FreeBSD-current/amd64 (pointer truncation?) Date: Sun, 4 Feb 2007 13:38:20 +0000 References: <19908A7B-B3B2-11DB-A6D1-003065C7D858@mandriva.com> In-Reply-To: <19908A7B-B3B2-11DB-A6D1-003065C7D858@mandriva.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702041338.20631.paul@codesourcery.com> 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 On Saturday 03 February 2007 18:12, Gwenole Beauchesne wrote: > Hi, > > > Hmm. All I can say is the upper half of rbx (which holds T0) gets > > spilled on FreeBSD-current/amd64 hosts unless saving and restoring > > the full 64 bit of it... > > That's also what I got with VirtualBox on x86_64. Here is an update to > the patch I posted yesterday and that applies to current QEMU CVS > instead. I rewrote it a bit and applied to CVS. Paul