From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuMVT-0005Ar-E6 for qemu-devel@nongnu.org; Mon, 27 Oct 2008 03:27:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuMVN-0005Ad-9M for qemu-devel@nongnu.org; Mon, 27 Oct 2008 03:27:18 -0400 Received: from [199.232.76.173] (port=35807 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuMVN-0005Aa-2W for qemu-devel@nongnu.org; Mon, 27 Oct 2008 03:27:13 -0400 Received: from mx20.gnu.org ([199.232.41.8]:12439) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KuMVM-0008Ib-Jd for qemu-devel@nongnu.org; Mon, 27 Oct 2008 03:27:12 -0400 Received: from wf-out-1314.google.com ([209.85.200.171]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuMVG-0008Hr-NV for qemu-devel@nongnu.org; Mon, 27 Oct 2008 03:27:06 -0400 Received: by wf-out-1314.google.com with SMTP id 27so1926266wfd.4 for ; Mon, 27 Oct 2008 00:27:03 -0700 (PDT) Message-ID: <761ea48b0810270027x5449499dy8760ed15f727da1b@mail.gmail.com> Date: Mon, 27 Oct 2008 09:27:03 +0200 From: "Laurent Desnogues" Subject: Re: [Qemu-devel] [5545] CRIS: Correct tcg globals allocation for 64bit hosts. In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 Mon, Oct 27, 2008 at 1:18 AM, Edgar E. Iglesias wrote: > Revision: 5545 > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5545 > Author: edgar_igl > Date: 2008-10-26 23:18:06 +0000 (Sun, 26 Oct 2008) > > Log Message: > ----------- > CRIS: Correct tcg globals allocation for 64bit hosts. This fixes Cris Linux boot on x86_64. I could reach the prompt and type some commands. Well done :) Laurent