All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/3] target/xtensa updates
@ 2021-05-21 14:03 Max Filippov
  2021-05-24 14:47 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: Max Filippov @ 2021-05-21 14:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Max Filippov

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


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

* Re: [PULL 0/3] target/xtensa updates
  2021-05-21 14:03 [PULL 0/3] target/xtensa updates Max Filippov
@ 2021-05-24 14:47 ` Peter Maydell
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2021-05-24 14:47 UTC (permalink / raw)
  To: Max Filippov; +Cc: QEMU Developers

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


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

end of thread, other threads:[~2021-05-24 14:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21 14:03 [PULL 0/3] target/xtensa updates Max Filippov
2021-05-24 14:47 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.