From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KyVOO-0006vg-TT for qemu-devel@nongnu.org; Fri, 07 Nov 2008 12:45:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KyVOM-0006sG-9w for qemu-devel@nongnu.org; Fri, 07 Nov 2008 12:45:07 -0500 Received: from [199.232.76.173] (port=52589 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KyVOM-0006s2-3K for qemu-devel@nongnu.org; Fri, 07 Nov 2008 12:45:06 -0500 Received: from csl.cornell.edu ([128.84.224.10]:3580 helo=vlsi.csl.cornell.edu) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KyVOL-0005A6-QX for qemu-devel@nongnu.org; Fri, 07 Nov 2008 12:45:06 -0500 Received: from stanley.csl.cornell.edu (stanley.csl.cornell.edu [128.84.224.15]) by vlsi.csl.cornell.edu (8.13.4/8.13.4) with ESMTP id mA7Hix5h083612 for ; Fri, 7 Nov 2008 12:45:04 -0500 (EST) Date: Fri, 7 Nov 2008 12:44:59 -0500 (EST) From: Vince Weaver Subject: Re: [Qemu-devel] [PATCH] Alpha: fix locked loads/stores In-Reply-To: <761ea48b0811070842i264703ci255bc858be6e9ebd@mail.gmail.com> Message-ID: <20081107124046.Y87894@stanley.csl.cornell.edu> References: <761ea48b0811070334lb817c00x38624ca7bb41bb57@mail.gmail.com> <20081107140034.GA28030@volta.aurel32.net> <761ea48b0811070619y3a6447e9g7b07dee73703ef6c@mail.gmail.com> <20081107151828.GA353@hall.aurel32.net> <761ea48b0811070842i264703ci255bc858be6e9ebd@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 Hello So this is a follow-up on the problem. The patch in current SVN (5646) *does not* make my hello world executable work. It works with the patch I had sent to the list. The binary I am using can be downloaded here: http://www.csl.cornell.edu/~vince/misc/hello.alpha.gz It was generated with gcc version 4.2.4 (Debian 4.2.4-3) on a debian unstable Alpha machine. I'm glad to see there's a lot of people interested in this, espcially people with a more in-depth understanding of Qemu than I have. I might take a look at it again, last night I only had sketchy documentation available but here at work I have a copy of the Alpha Architecture Reference Manual. Thanks Vince