mbox

[PULL,0/2] target/xtensa fixes for v6.0

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

Pull-request

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

Message

Max Filippov April 3, 2021, 4:16 p.m. UTC
Hi Peter,

please pull the following two fixes for the target/xtensa.

The following changes since commit 6d40ce00c1166c317e298ad82ecf10e650c4f87d:

  Update version for v6.0.0-rc1 release (2021-03-30 18:19:07 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 30c676134eb8f956853a55023d694062062d40d7:

  target/xtensa: make xtensa_modules static on import (2021-04-03 08:52:18 -0700)

----------------------------------------------------------------
target/xtensa fixes for v6.0:

- make meson.build pick up all available xtensa core definitions;
- don't modify Makefile.objs in import_core.sh;
- add sed rule to import_core.sh to make xtensa_modules variable static.

----------------------------------------------------------------
Max Filippov (2):
      target/xtensa: fix meson.build rule for xtensa cores
      target/xtensa: make xtensa_modules static on import

 target/xtensa/import_core.sh |  4 +---
 target/xtensa/meson.build    | 13 ++++---------
 2 files changed, 5 insertions(+), 12 deletions(-)

Comments

Peter Maydell April 5, 2021, 1:24 p.m. UTC | #1
On Sat, 3 Apr 2021 at 17:16, Max Filippov <jcmvbkbc@gmail.com> wrote:
>
> Hi Peter,
>
> please pull the following two fixes for the target/xtensa.
>
> The following changes since commit 6d40ce00c1166c317e298ad82ecf10e650c4f87d:
>
>   Update version for v6.0.0-rc1 release (2021-03-30 18:19:07 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/OSLL/qemu-xtensa.git tags/20210403-xtensa
>
> for you to fetch changes up to 30c676134eb8f956853a55023d694062062d40d7:
>
>   target/xtensa: make xtensa_modules static on import (2021-04-03 08:52:18 -0700)
>
> ----------------------------------------------------------------
> target/xtensa fixes for v6.0:
>
> - make meson.build pick up all available xtensa core definitions;
> - don't modify Makefile.objs in import_core.sh;
> - add sed rule to import_core.sh to make xtensa_modules variable static.


Applied, thanks.

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

-- PMM