From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3xwF-0003AU-2C for qemu-devel@nongnu.org; Wed, 14 Sep 2011 18:28:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3xwD-0000BX-Hp for qemu-devel@nongnu.org; Wed, 14 Sep 2011 18:28:14 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:61342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3xwD-0000AN-Ck for qemu-devel@nongnu.org; Wed, 14 Sep 2011 18:28:13 -0400 Received: by fxh13 with SMTP id 13so54360fxh.4 for ; Wed, 14 Sep 2011 15:28:12 -0700 (PDT) Date: Thu, 15 Sep 2011 00:28:08 +0200 From: "Edgar E. Iglesias" Message-ID: <20110914222808.GA15097@zapo> References: <1314909960-31738-1-git-send-email-jcmvbkbc@gmail.com> <20110914211851.GE17136@zapo> <201109150224.48751.jcmvbkbc@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201109150224.48751.jcmvbkbc@gmail.com> Subject: Re: [Qemu-devel] [PATCH v4 00/32] target-xtensa: new target architecture List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Filippov Cc: Blue Swirl , Anthony Liguori , qemu-devel@nongnu.org On Thu, Sep 15, 2011 at 02:24:48AM +0400, Max Filippov wrote: > > > Tarball of my current kernel and rootfs is available at > > > http://jcmvbkbc.spb.ru/~dumb/ws/osll/qemu-xtensa/20110829/xtensa-dc232b_kernel_rootfs.tgz > > > > > > I can also publish unit tests binaries. > > > > Hi Max, > > > > Unit tests would be good too, but it would also be helpful if you could put > > the test programs into the rootfs with an easy to run script from within > > the guest. > > I mean tests from qemu/tests/xtensa. They're standalone baremetal ELFs, much like tests for chris or lm32. > They don't seem to fit that download page, but if anybody would like to run them the archive is there: OK, I see. (the CRIS tests are linux user-space programs that run on both qemu-linux-user or from within a linux guest in system emulation). Cheers