From: Max Filippov <jcmvbkbc@gmail.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
Max Filippov <jcmvbkbc@gmail.com>
Subject: [Qemu-devel] [PULL 00/14] target/xtensa updates
Date: Tue, 24 Jan 2017 16:37:42 -0800 [thread overview]
Message-ID: <1485304662-8202-1-git-send-email-jcmvbkbc@gmail.com> (raw)
Hi Peter,
please pull the following batch of updates for target/xtensa.
The following changes since commit a470b33259bf82ef2336bfcd5d07640562d3f63b:
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2016-12-22 19:23:51 +0000)
are available in the git repository at:
git://github.com/OSLL/qemu-xtensa.git tags/20170124-xtensa
for you to fetch changes up to 3a3c9dc4ca2eaa612cbd5d4c85d674b15eadfb02:
target-xtensa: implement RER/WER instructions (2017-01-16 19:19:03 -0800)
----------------------------------------------------------------
target/xtensa updates:
- refactor CCOUNT/CCOMPARE (use QEMU timers instead of instruction counting);
- support icount; run target/xtensa TCG tests with icount;
- implement SMP prerequisites: static vector selection, RUNSTALL and RER/WER.
----------------------------------------------------------------
Max Filippov (14):
target/xtensa: add static vectors selection
target/xtensa: implement RUNSTALL
target/xtensa: refactor CCOUNT/CCOMPARE
target/xtensa: support icount
target/xtensa: don't continue translation after exception
target/xtensa: tests: run tests with icount
target/xtensa: tests: fix timer tests
target/xtensa: tests: replace hardcoded interrupt masks
target/xtensa: tests: add ccount write tests
target/xtensa: fix ICACHE/DCACHE options detection
target/xtensa: implement MEMCTL SR
target/xtensa: tests: add memctl test
target/xtensa: tests: clean up interrupt tests
target-xtensa: implement RER/WER instructions
hw/xtensa/pic_cpu.c | 75 +++---------
target/xtensa/cpu.c | 12 +-
target/xtensa/cpu.h | 60 ++++++++--
target/xtensa/helper.c | 13 ++
target/xtensa/helper.h | 9 +-
target/xtensa/op_helper.c | 73 ++++++++++--
target/xtensa/overlay_tool.h | 37 +++++-
target/xtensa/translate.c | 245 ++++++++++++++++++++++++++------------
tests/tcg/xtensa/Makefile | 2 +-
tests/tcg/xtensa/test_interrupt.S | 27 +++--
tests/tcg/xtensa/test_sr.S | 1 +
tests/tcg/xtensa/test_timer.S | 105 +++++++++++-----
12 files changed, 456 insertions(+), 203 deletions(-)
--
2.1.4
next reply other threads:[~2017-01-25 0:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-25 0:37 Max Filippov [this message]
2017-01-25 17:54 ` [Qemu-devel] [PULL 00/14] target/xtensa updates Peter Maydell
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=1485304662-8202-1-git-send-email-jcmvbkbc@gmail.com \
--to=jcmvbkbc@gmail.com \
--cc=peter.maydell@linaro.org \
--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).