From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2oQI-0007bi-Dy for qemu-devel@nongnu.org; Sun, 11 Sep 2011 14:06:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R2oQH-00089W-Bn for qemu-devel@nongnu.org; Sun, 11 Sep 2011 14:06:30 -0400 Received: from mail-bw0-f45.google.com ([209.85.214.45]:50174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2oQH-00089N-5v for qemu-devel@nongnu.org; Sun, 11 Sep 2011 14:06:29 -0400 Received: by bkbzv15 with SMTP id zv15so1515328bkb.4 for ; Sun, 11 Sep 2011 11:06:27 -0700 (PDT) From: Max Filippov Date: Sun, 11 Sep 2011 22:06:34 +0400 References: <1315266957-22979-1-git-send-email-jcmvbkbc@gmail.com> <4E6BCEBC.8000104@mail.berlios.de> In-Reply-To: <4E6BCEBC.8000104@mail.berlios.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201109112206.35088.jcmvbkbc@gmail.com> Subject: Re: [Qemu-devel] [PATCH v5 00/32] target-xtensa: new target architecture List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org > > This series adds support for Tensilica Xtensa target. > > Port status: Linux for DC232B works in the qemu. > > Not implemented xtensa options: MAC16, > > floating point coprocessor, cache option, debug option. > > > > v4 -> v5 changes: > > - implement boolean option; > > - fix v4 stylistical issues (underscores, comparison order, missing braces); > > - turn WINDOWBASE_BOUND and WINDOWSTART_BIT macros into inline functions; > > - convert sample boards to memory API. > > > > Git tree is available at git://jcmvbkbc.spb.ru/dumb/qemu-xtensa.git xtensa > > What about adding some documentation to qemu-doc.texi? Ok, will do it in the next round. Thanks. -- Max