From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFvSz-0001eM-W3 for qemu-devel@nongnu.org; Thu, 05 Apr 2012 18:47:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFvSy-0001Hm-5f for qemu-devel@nongnu.org; Thu, 05 Apr 2012 18:47:45 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:49470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFvSx-0001HV-QO for qemu-devel@nongnu.org; Thu, 05 Apr 2012 18:47:44 -0400 Received: by bkcjg9 with SMTP id jg9so2020179bkc.4 for ; Thu, 05 Apr 2012 15:47:41 -0700 (PDT) From: Max Filippov Date: Fri, 6 Apr 2012 02:46:48 +0400 Message-Id: <1333666012-16094-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/4] 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 The following changes since commit 8f8d364f2447e58768132fc10f48a67af371ee38: Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agraf (2012-04-04 20:45:03 +0000) are available in the git repository at: git://jcmvbkbc.spb.ru/dumb/qemu-xtensa.git xtensa LluĂ­s Vilanova (1): target-xtensa: Move helpers.h to helper.h Max Filippov (3): target-xtensa: improve unit tests debugging target-xtensa: add test for LEND invalidation target-xtensa: fix tb invalidation for IBREAK and LOOP exec-all.h | 1 + exec.c | 9 ++++++--- target-xtensa/{helpers.h => helper.h} | 0 target-xtensa/op_helper.c | 31 +++++++++++++++++++------------ target-xtensa/translate.c | 6 +++--- tests/tcg/xtensa/Makefile | 3 +++ tests/tcg/xtensa/macros.inc | 17 +++++++++++++++++ tests/tcg/xtensa/test_loop.S | 25 +++++++++++++++++++++++++ xtensa-semi.c | 2 +- 9 files changed, 75 insertions(+), 19 deletions(-) rename target-xtensa/{helpers.h => helper.h} (100%)