From: Max Filippov <jcmvbkbc@gmail.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
Max Filippov <jcmvbkbc@gmail.com>
Subject: [PULL 0/3] target/xtensa updates
Date: Fri, 21 May 2021 07:03:34 -0700 [thread overview]
Message-ID: <20210521140334.16786-1-jcmvbkbc@gmail.com> (raw)
Hi Peter,
please pull the following updates for the target/xtensa.
The following changes since commit 972e848b53970d12cb2ca64687ef8ff797fb6236:
Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210520-v2' into staging (2021-05-20 18:42:00 +0100)
are available in the Git repository at:
git://github.com/OSLL/qemu-xtensa.git tags/20210521-xtensa
for you to fetch changes up to 583e6a5f55d4b02f04eda0cd70bf7b7701a08450:
target/xtensa: clean up unaligned access (2021-05-20 13:02:58 -0700)
----------------------------------------------------------------
target/xtensa updates for v6.1:
- don't generate extra EXCP_DEBUG on exception
- fix l32ex access ring
- clean up unaligned access
----------------------------------------------------------------
Max Filippov (3):
target/xtensa: don't generate extra EXCP_DEBUG on exception
target/xtensa: fix access ring in l32ex
target/xtensa: clean up unaligned access
default-configs/targets/xtensa-linux-user.mak | 1 -
default-configs/targets/xtensa-softmmu.mak | 1 -
default-configs/targets/xtensaeb-linux-user.mak | 1 -
default-configs/targets/xtensaeb-softmmu.mak | 1 -
target/xtensa/cpu.c | 1 -
target/xtensa/cpu.h | 7 -
target/xtensa/exc_helper.c | 5 -
target/xtensa/helper.c | 13 +-
target/xtensa/translate.c | 126 +++++++-------
tests/tcg/xtensa/test_load_store.S | 221 ++++++++++++++++++++++++
10 files changed, 288 insertions(+), 89 deletions(-)
create mode 100644 tests/tcg/xtensa/test_load_store.S
--
Thanks.
-- Max
next reply other threads:[~2021-05-21 14:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-21 14:03 Max Filippov [this message]
2021-05-24 14:47 ` [PULL 0/3] 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=20210521140334.16786-1-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).