[PULL 0/3] target/xtensa queue

Max Filippov posted 3 patches 4 years, 3 months ago
Only 0 patches received!
target/xtensa/cpu.h          | 10 +++++++---
target/xtensa/import_core.sh |  6 ++++--
target/xtensa/overlay_tool.h | 15 ++++++++++++++-
target/xtensa/translate.c    |  3 ++-
4 files changed, 27 insertions(+), 7 deletions(-)
[PULL 0/3] target/xtensa queue
Posted by Max Filippov 4 years, 3 months ago
Hi Peter,

please pull the following target/xtensa batch.

The following changes since commit f4d8cf148e43d942ef1202071e0cd66ce40322e0:

  Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-01-06' into staging (2020-01-06 17:44:22 +0000)

are available in the Git repository at:

  git://github.com/OSLL/qemu-xtensa.git tags/20200106-xtensa

for you to fetch changes up to a153a3f73d8e028be996f1602fa99c7f3f53348c:

  target/xtensa: use MPU background map from core configuration (2020-01-06 11:46:16 -0800)

----------------------------------------------------------------
target/xtensa improvements for v5.0:

- fix ps.ring use in MPU configs;
- use MPU background map from the configuration overlay.

----------------------------------------------------------------
Max Filippov (3):
      target/xtensa: fix ps.ring use in MPU configs
      target/xtensa: import xtensa/config/core-isa.h
      target/xtensa: use MPU background map from core configuration

 target/xtensa/cpu.h          | 10 +++++++---
 target/xtensa/import_core.sh |  6 ++++--
 target/xtensa/overlay_tool.h | 15 ++++++++++++++-
 target/xtensa/translate.c    |  3 ++-
 4 files changed, 27 insertions(+), 7 deletions(-)

-- 
Thanks.
-- Max

Re: [PULL 0/3] target/xtensa queue
Posted by Peter Maydell 4 years, 3 months ago
On Mon, 6 Jan 2020 at 20:05, Max Filippov <jcmvbkbc@gmail.com> wrote:
>
> Hi Peter,
>
> please pull the following target/xtensa batch.
>
> The following changes since commit f4d8cf148e43d942ef1202071e0cd66ce40322e0:
>
>   Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-01-06' into staging (2020-01-06 17:44:22 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/OSLL/qemu-xtensa.git tags/20200106-xtensa
>
> for you to fetch changes up to a153a3f73d8e028be996f1602fa99c7f3f53348c:
>
>   target/xtensa: use MPU background map from core configuration (2020-01-06 11:46:16 -0800)
>
> ----------------------------------------------------------------
> target/xtensa improvements for v5.0:
>
> - fix ps.ring use in MPU configs;
> - use MPU background map from the configuration overlay.
>
> ----------------------------------------------------------------
> Max Filippov (3):
>       target/xtensa: fix ps.ring use in MPU configs
>       target/xtensa: import xtensa/config/core-isa.h
>       target/xtensa: use MPU background map from core configuration


Applied, thanks.

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

-- PMM