From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0sOj-00014G-DA for qemu-devel@nongnu.org; Sun, 21 Jul 2013 08:05:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V0sOi-0007eb-C3 for qemu-devel@nongnu.org; Sun, 21 Jul 2013 08:05:57 -0400 Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:64430) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0sOi-0007eQ-5b for qemu-devel@nongnu.org; Sun, 21 Jul 2013 08:05:56 -0400 Received: by mail-la0-f53.google.com with SMTP id fj20so2772120lab.12 for ; Sun, 21 Jul 2013 05:05:54 -0700 (PDT) From: Max Filippov Date: Sun, 21 Jul 2013 16:05:00 +0400 Message-Id: <1374408306-2684-1-git-send-email-jcmvbkbc@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/6] target-xtensa queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Max Filippov , Anthony Liguori Hello. This is my current target-xtensa patch queue. There's a number of assorted fixes, new testcase and performance optimization patch. The following changes since commit 24943978cbe79634a9a8b02a20efb25b29b3ab49: boot-order-test: Add tests for Sun4u (2013-07-18 13:27:47 -0500) are available in the git repository at: git://github.com/OSLL/qemu-xtensa.git tags/20130721-xtensa for you to fetch changes up to fd402139e7575a7d9e210a028c4e3cd640cf4a6a: target-xtensa: check register window inline (2013-07-21 15:35:09 +0400) ---------------------------------------------------------------- Andreas Färber (1): tests/tcg/xtensa: Fix out-of-tree build Max Filippov (5): target-xtensa: add extui unit test target-xtensa: add fallthrough markers target-xtensa: avoid double-stopping at breakpoints target-xtensa: don't generate dead code to access invalid SRs target-xtensa: check register window inline configure | 5 ++-- target-xtensa/cpu.h | 4 +++ target-xtensa/op_helper.c | 5 ++++ target-xtensa/translate.c | 67 ++++++++++++++++++++++++++++--------------- tests/tcg/xtensa/Makefile | 21 ++++++++------ tests/tcg/xtensa/test_extui.S | 26 +++++++++++++++++ 6 files changed, 94 insertions(+), 34 deletions(-) create mode 100644 tests/tcg/xtensa/test_extui.S -- 1.8.1.4