[PULL 0/3] target/xtensa updates

Max Filippov posted 3 patches 2 years, 11 months ago
Only 0 patches received!
There is a newer version of this series
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
[PULL 0/3] target/xtensa updates
Posted by Max Filippov 2 years, 11 months ago
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

Re: [PULL 0/3] target/xtensa updates
Posted by Peter Maydell 2 years, 11 months ago
On Fri, 21 May 2021 at 15:03, Max Filippov <jcmvbkbc@gmail.com> wrote:
>
> 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
>
> ----------------------------------------------------------------



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1
for any user-visible changes.

-- PMM