[PULL 0/2] target/xtensa TCG test updates

Max Filippov posted 2 patches 1 year ago
Only 0 patches received!
MAINTAINERS                                | 1 +
tests/tcg/xtensa/Makefile.softmmu-target   | 5 +++--
tests/tcg/xtensaeb/Makefile.softmmu-target | 5 +++++
3 files changed, 9 insertions(+), 2 deletions(-)
create mode 100644 tests/tcg/xtensaeb/Makefile.softmmu-target
[PULL 0/2] target/xtensa TCG test updates
Posted by Max Filippov 1 year ago
Hi Peter,

please pull the following updates for the target/xtensa TCG tests.

The following changes since commit 27a03171d02ee0de8de4e2d3bed241795d672859:

  Merge tag 'pull-tcg-20230313' of https://gitlab.com/rth7680/qemu into staging (2023-03-14 10:09:15 +0000)

are available in the Git repository at:

  https://github.com/OSLL/qemu-xtensa.git tags/20230316-xtensa

for you to fetch changes up to 51139fb3e7b05dd7daeca8f00748678ce9e087e5:

  tests/tcg/xtensa: allow testing big-endian cores (2023-03-15 05:08:04 -0700)

----------------------------------------------------------------
target/xtensa updates for v8.0:

- enable testing big-endian xtensa cores

----------------------------------------------------------------
Max Filippov (2):
      tests/tcg/xtensa: add linker.ld to CLEANFILES
      tests/tcg/xtensa: allow testing big-endian cores

 MAINTAINERS                                | 1 +
 tests/tcg/xtensa/Makefile.softmmu-target   | 5 +++--
 tests/tcg/xtensaeb/Makefile.softmmu-target | 5 +++++
 3 files changed, 9 insertions(+), 2 deletions(-)
 create mode 100644 tests/tcg/xtensaeb/Makefile.softmmu-target

-- 
Thanks.
-- Max
Re: [PULL 0/2] target/xtensa TCG test updates
Posted by Peter Maydell 1 year ago
On Thu, 16 Mar 2023 at 20:19, Max Filippov <jcmvbkbc@gmail.com> wrote:
>
> Hi Peter,
>
> please pull the following updates for the target/xtensa TCG tests.
>
> The following changes since commit 27a03171d02ee0de8de4e2d3bed241795d672859:
>
>   Merge tag 'pull-tcg-20230313' of https://gitlab.com/rth7680/qemu into staging (2023-03-14 10:09:15 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/OSLL/qemu-xtensa.git tags/20230316-xtensa
>
> for you to fetch changes up to 51139fb3e7b05dd7daeca8f00748678ce9e087e5:
>
>   tests/tcg/xtensa: allow testing big-endian cores (2023-03-15 05:08:04 -0700)
>
> ----------------------------------------------------------------
> target/xtensa updates for v8.0:
>
> - enable testing big-endian xtensa cores
>


Applied, thanks.

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

-- PMM