From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19BKAC-0007sU-00 for qemu-devel@nongnu.org; Thu, 01 May 2003 15:56:16 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19BK9S-0005xs-00 for qemu-devel@nongnu.org; Thu, 01 May 2003 15:55:34 -0400 Received: from pizda.ninka.net ([216.101.162.242]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BK94-0005UF-00 for qemu-devel@nongnu.org; Thu, 01 May 2003 15:55:06 -0400 Date: Thu, 01 May 2003 11:48:19 -0700 (PDT) Message-Id: <20030501.114819.85423404.davem@redhat.com> Subject: Re: [Qemu-devel] Alpha update From: "David S. Miller" In-Reply-To: <871xzicvsn.fsf@student.uni-tuebingen.de> References: <20030430.034830.123999841.davem@redhat.com> <20030430.070101.83594504.davem@redhat.com> <871xzicvsn.fsf@student.uni-tuebingen.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , To: falk.hueffner@student.uni-tuebingen.de Cc: qemu-devel@nongnu.org From: Falk Hueffner Date: 01 May 2003 21:27:04 +0200 "David S. Miller" writes: > For what it's worth, after some debugging I have sparc successfully > running the test/hello program using the mmap4k code as well. Cool. Did you have change anything? How about dynamically linked binaries, do they work? The only other thing I tested was test-i386 and most of that passed. There are some problems I'm trying to deal with now with respect to register windows, it just requires some brainstorming. If you could clean up the mmap4k code (in particular to make it determine the host page size dynamically using get_pagesize()) that would help me concentrate on sparc specific issues.