From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpCuv-0004zk-JA for qemu-devel@nongnu.org; Thu, 22 Oct 2015 06:16:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpCur-00007s-J0 for qemu-devel@nongnu.org; Thu, 22 Oct 2015 06:16:17 -0400 Received: from mail-vk0-f41.google.com ([209.85.213.41]:33765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpCur-00007o-Eo for qemu-devel@nongnu.org; Thu, 22 Oct 2015 06:16:13 -0400 Received: by vkgy127 with SMTP id y127so44136723vkg.0 for ; Thu, 22 Oct 2015 03:16:12 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1445452983-26268-1-git-send-email-jcmvbkbc@gmail.com> References: <1445452983-26268-1-git-send-email-jcmvbkbc@gmail.com> From: Peter Maydell Date: Thu, 22 Oct 2015 11:15:53 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/5] xtensa queue 2015-10-21 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Filippov Cc: QEMU Developers On 21 October 2015 at 19:43, Max Filippov wrote: > Hi Peter, > > please pull my current queue for xtensa. > > The following changes since commit 8bfaa25fce2c22060a17501980943538801056de: > > Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151021-v2' into staging (2015-10-21 15:07:42 +0100) > > are available in the git repository at: > > git://github.com/OSLL/qemu-xtensa.git tags/20151021-xtensa > > for you to fetch changes up to 19b7bec4a37b081ed326293148fd793f04896b59: > > target-xtensa: implement S32NB (2015-10-21 21:29:25 +0300) > > ---------------------------------------------------------------- > Xtensa updates: > > - fix register window overflow with l32e/s32e instructions; > - make MMU events logging dependent on CPU_LOG_MMU; > - attach FLASH to system I/O region on XTFPGA boards; > - implement depbits and l32nb instructions. > > ---------------------------------------------------------------- Applied, thanks. -- PMM