From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2UaK-0001k3-J5 for qemu-devel@nongnu.org; Sat, 10 Sep 2011 16:55:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R2UaJ-0008Rb-Pp for qemu-devel@nongnu.org; Sat, 10 Sep 2011 16:55:32 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:41859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2UaJ-0008RX-LF for qemu-devel@nongnu.org; Sat, 10 Sep 2011 16:55:31 -0400 Message-ID: <4E6BCEBC.8000104@mail.berlios.de> Date: Sat, 10 Sep 2011 22:55:24 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1315266957-22979-1-git-send-email-jcmvbkbc@gmail.com> In-Reply-To: <1315266957-22979-1-git-send-email-jcmvbkbc@gmail.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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: Max Filippov Cc: qemu-devel@nongnu.org Am 06.09.2011 01:55, schrieb Max Filippov: > 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? Cheers, Stefan Weil