qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/6] target-xtensa queue


From: Max Filippov
Subject: [Qemu-devel] [PATCH 0/6] target-xtensa queue
Date: Sun, 21 Jul 2013 16:05:00 +0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]