From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3pD1-0001td-Fb for qemu-devel@nongnu.org; Mon, 29 Jul 2013 11:18:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3pCw-0004Ki-4v for qemu-devel@nongnu.org; Mon, 29 Jul 2013 11:18:03 -0400 Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:53009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3pCv-0004Kb-U3 for qemu-devel@nongnu.org; Mon, 29 Jul 2013 11:17:58 -0400 Received: by mail-la0-f45.google.com with SMTP id fj20so1206052lab.18 for ; Mon, 29 Jul 2013 08:17:57 -0700 (PDT) From: Max Filippov Date: Mon, 29 Jul 2013 19:16:30 +0400 Message-Id: <1375110990-8111-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] [PULL 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 Blue/Antony, Please pull my current target-xtensa patch queue. There's a number of assorted fixes, new testcase and performance optimization patch. Changes since 2013-07-21: trivial rebase. The following changes since commit fdc43322c978d78e79e692872dcec7b4f6a447f1: Merge remote-tracking branch 'sstabellini/xen-130729' into staging (2013-07-29 07:30:31 -0500) are available in the git repository at: git://github.com/OSLL/qemu-xtensa.git tags/20130729-xtensa for you to fetch changes up to 908c67fca4b2c12a9b2336aa9c188f84468b60b7: target-xtensa: check register window inline (2013-07-29 18:35:45 +0400) ---------------------------------------------------------------- xtensa queue 2013-07-29 ---------------------------------------------------------------- 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