qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Max Filippov <jcmvbkbc@gmail.com>
To: qemu-devel@nongnu.org
Cc: Max Filippov <jcmvbkbc@gmail.com>
Subject: [Qemu-devel] [PATCH 0/6] target-xtensa: add basic checks to cache opcodes
Date: Tue, 11 Feb 2014 12:43:29 +0400	[thread overview]
Message-ID: <1392108215-20794-1-git-send-email-jcmvbkbc@gmail.com> (raw)

Hello,

this series adds basic checks (privilege level, address validity, windowed
register validation) to all cache opcodes. This improves emulation quality
and allows to debug cache-related issues that happen on real hardware.

Max Filippov (6):
  target-xtensa: add RRRI4 opcode format fields
  target-xtensa: add basic checks to dcache opcodes
  target-xtensa: add basic checks to icache opcodes
  target-xtensa: add overridable test_init macro
  target-xtensa: allow using core configuration in tests
  target-xtensa: add basic tests for cache opcodes

 target-xtensa/helper.h            |  1 +
 target-xtensa/op_helper.c         |  5 ++
 target-xtensa/translate.c         | 74 +++++++++++++++++++++++++++++
 tests/tcg/xtensa/Makefile         | 12 +++--
 tests/tcg/xtensa/macros.inc       |  6 +++
 tests/tcg/xtensa/test_b.S         |  2 +-
 tests/tcg/xtensa/test_bi.S        |  2 +-
 tests/tcg/xtensa/test_boolean.S   |  2 +-
 tests/tcg/xtensa/test_break.S     |  2 +-
 tests/tcg/xtensa/test_bz.S        |  2 +-
 tests/tcg/xtensa/test_cache.S     | 97 +++++++++++++++++++++++++++++++++++++++
 tests/tcg/xtensa/test_clamps.S    |  2 +-
 tests/tcg/xtensa/test_extui.S     |  2 +-
 tests/tcg/xtensa/test_fail.S      |  2 +-
 tests/tcg/xtensa/test_interrupt.S |  2 +-
 tests/tcg/xtensa/test_loop.S      |  2 +-
 tests/tcg/xtensa/test_mac16.S     |  2 +-
 tests/tcg/xtensa/test_max.S       |  2 +-
 tests/tcg/xtensa/test_min.S       |  2 +-
 tests/tcg/xtensa/test_mmu.S       |  6 +--
 tests/tcg/xtensa/test_mul16.S     |  2 +-
 tests/tcg/xtensa/test_mul32.S     |  2 +-
 tests/tcg/xtensa/test_nsa.S       |  2 +-
 tests/tcg/xtensa/test_pipeline.S  |  2 +-
 tests/tcg/xtensa/test_quo.S       |  2 +-
 tests/tcg/xtensa/test_rem.S       |  2 +-
 tests/tcg/xtensa/test_rst0.S      |  2 +-
 tests/tcg/xtensa/test_s32c1i.S    |  2 +-
 tests/tcg/xtensa/test_sar.S       |  2 +-
 tests/tcg/xtensa/test_sext.S      |  2 +-
 tests/tcg/xtensa/test_shift.S     |  2 +-
 tests/tcg/xtensa/test_sr.S        |  2 +-
 tests/tcg/xtensa/test_timer.S     |  2 +-
 tests/tcg/xtensa/test_windowed.S  |  2 +-
 34 files changed, 221 insertions(+), 34 deletions(-)
 create mode 100644 tests/tcg/xtensa/test_cache.S

-- 
1.8.1.4

             reply	other threads:[~2014-02-11  8:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-11  8:43 Max Filippov [this message]
2014-02-11  8:43 ` [Qemu-devel] [PATCH 1/6] target-xtensa: add RRRI4 opcode format fields Max Filippov
2014-02-11  8:43 ` [Qemu-devel] [PATCH 2/6] target-xtensa: add basic checks to dcache opcodes Max Filippov
2014-02-11  8:43 ` [Qemu-devel] [PATCH 3/6] target-xtensa: add basic checks to icache opcodes Max Filippov
2014-02-11  8:43 ` [Qemu-devel] [PATCH 4/6] target-xtensa: add overridable test_init macro Max Filippov
2014-02-11  8:43 ` [Qemu-devel] [PATCH 5/6] target-xtensa: allow using core configuration in tests Max Filippov
2014-02-11  8:43 ` [Qemu-devel] [PATCH 6/6] target-xtensa: add basic tests for cache opcodes Max Filippov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1392108215-20794-1-git-send-email-jcmvbkbc@gmail.com \
    --to=jcmvbkbc@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).