mbox

[PULL,0/3] target/xtensa queue

Message ID 20200106200434.27646-1-jcmvbkbc@gmail.com
State New
Headers show

Pull-request

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

Message

Max Filippov Jan. 6, 2020, 8:04 p.m. UTC
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(-)

Comments

Peter Maydell Jan. 7, 2020, 11:09 a.m. UTC | #1
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