qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/8] xtensa patch queue
@ 2012-12-05  3:15 Max Filippov
  2012-12-05  3:15 ` [Qemu-devel] [PATCH 1/8] target-xtensa: implement ATOMCTL SR Max Filippov
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Max Filippov @ 2012-12-05  3:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: Blue Swirl, Max Filippov

Hi.

This is my current patch queue for xtensa:
- add support for a number of Special Registers: ATOMCTL, CACHEATTR, MISC;
- raise exceptions on access to unconfigured SRs/invalid access to configured SRs;
- add unit tests for SR access and for s32c1i opcode;
- use movcond to re-implement some opcodes more efficiently.

Please review/apply.

Max Filippov (8):
  target-xtensa: implement ATOMCTL SR
  target-xtensa: implement CACHEATTR SR
  target-xtensa: restrict available SRs by enabled options
  target-xtensa: better control rsr/wsr/xsr access to SRs
  target-xtensa: implement MISC SR
  target-xtensa: add SR accessibility unit tests
  target-xtensa: add s32c1i unit tests
  target-xtensa: use movcond where possible

 target-xtensa/cpu.c            |    3 +
 target-xtensa/cpu.h            |   14 ++
 target-xtensa/helper.c         |   75 +++++++--
 target-xtensa/helper.h         |    1 +
 target-xtensa/op_helper.c      |   57 ++++++
 target-xtensa/overlay_tool.h   |   12 ++-
 target-xtensa/translate.c      |  367 ++++++++++++++++++++++------------------
 tests/tcg/xtensa/Makefile      |    2 +
 tests/tcg/xtensa/macros.inc    |    2 +-
 tests/tcg/xtensa/test_s32c1i.S |   39 +++++
 tests/tcg/xtensa/test_sr.S     |   90 ++++++++++
 11 files changed, 484 insertions(+), 178 deletions(-)
 create mode 100644 tests/tcg/xtensa/test_s32c1i.S
 create mode 100644 tests/tcg/xtensa/test_sr.S

-- 
1.7.7.6

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-12-08 20:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-05  3:15 [Qemu-devel] [PATCH 0/8] xtensa patch queue Max Filippov
2012-12-05  3:15 ` [Qemu-devel] [PATCH 1/8] target-xtensa: implement ATOMCTL SR Max Filippov
2012-12-05  3:15 ` [Qemu-devel] [PATCH 2/8] target-xtensa: implement CACHEATTR SR Max Filippov
2012-12-05  3:15 ` [Qemu-devel] [PATCH 3/8] target-xtensa: restrict available SRs by enabled options Max Filippov
2012-12-05  3:15 ` [Qemu-devel] [PATCH 4/8] target-xtensa: better control rsr/wsr/xsr access to SRs Max Filippov
2012-12-05  3:15 ` [Qemu-devel] [PATCH 5/8] target-xtensa: implement MISC SR Max Filippov
2012-12-05  3:15 ` [Qemu-devel] [PATCH 6/8] target-xtensa: add SR accessibility unit tests Max Filippov
2012-12-05  3:15 ` [Qemu-devel] [PATCH 7/8] target-xtensa: add s32c1i " Max Filippov
2012-12-05  3:15 ` [Qemu-devel] [PATCH 8/8] target-xtensa: use movcond where possible Max Filippov
2012-12-08 20:01 ` [Qemu-devel] [PATCH 0/8] xtensa patch queue Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).