From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoyMA-00060M-4E for qemu-devel@nongnu.org; Wed, 21 Oct 2015 14:43:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoyM6-0004oy-UX for qemu-devel@nongnu.org; Wed, 21 Oct 2015 14:43:26 -0400 Received: from mail-lb0-x22d.google.com ([2a00:1450:4010:c04::22d]:35969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoyM6-0004ou-NP for qemu-devel@nongnu.org; Wed, 21 Oct 2015 14:43:22 -0400 Received: by lbcao8 with SMTP id ao8so45065112lbc.3 for ; Wed, 21 Oct 2015 11:43:22 -0700 (PDT) From: Max Filippov Date: Wed, 21 Oct 2015 21:43:03 +0300 Message-Id: <1445452983-26268-1-git-send-email-jcmvbkbc@gmail.com> Subject: [Qemu-devel] [PULL 0/5] xtensa queue 2015-10-21 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Max Filippov 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. ---------------------------------------------------------------- Max Filippov (5): target-xtensa: add window overflow check to L32E/S32E target-xtensa: use CPU_LOG_MMU for MMU event logging target-xtensa: xtfpga: attach FLASH to system IO target-xtensa: implement depbits instruction target-xtensa: implement S32NB hw/xtensa/xtfpga.c | 41 +++++++++++++++++++++++++++-------------- target-xtensa/cpu.h | 1 + target-xtensa/helper.c | 8 ++++---- target-xtensa/op_helper.c | 4 ++-- target-xtensa/overlay_tool.h | 5 +++++ target-xtensa/translate.c | 37 +++++++++++++++++++++++++++++++++++-- 6 files changed, 74 insertions(+), 22 deletions(-) -- 1.8.1.4