[PULL 00/12] tricore queue

Bastian Koppelmann posted 12 patches 1 year, 2 months ago
Failed in applying to current master (apply log)
Maintainers: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
There is a newer version of this series
target/tricore/translate.c                | 41 +++++++++--------
tests/tcg/tricore/Makefile.softmmu-target |  5 ++
tests/tcg/tricore/macros.h                | 76 +++++++++++++++++++++++++++++--
tests/tcg/tricore/test_dextr.S            | 75 ++++++++++++++++++++++++++++++
tests/tcg/tricore/test_imask.S            | 10 ++++
tests/tcg/tricore/test_insert.S           |  9 ++++
tests/tcg/tricore/test_ld_bu.S            | 15 ++++++
tests/tcg/tricore/test_ld_h.S             | 15 ++++++
8 files changed, 223 insertions(+), 23 deletions(-)
create mode 100644 tests/tcg/tricore/test_dextr.S
create mode 100644 tests/tcg/tricore/test_imask.S
create mode 100644 tests/tcg/tricore/test_insert.S
create mode 100644 tests/tcg/tricore/test_ld_bu.S
create mode 100644 tests/tcg/tricore/test_ld_h.S
[PULL 00/12] tricore queue
Posted by Bastian Koppelmann 1 year, 2 months ago
The following changes since commit 969d09c3a6186c0a4bc8a41db0c1aba1c76081fc:

  Merge tag 'pull-aspeed-20230207' of https://github.com/legoater/qemu into staging (2023-02-07 20:13:38 +0000)

are available in the Git repository at:

  https://github.com/bkoppelmann/qemu.git tags/pull-tricore-20230208

for you to fetch changes up to 6e34f54d88184b25db4fbc4dd1665d9be1a9e21c:

  tests/tcg/tricore: Add test for ld.h (2023-02-08 10:02:46 +0100)

----------------------------------------------------------------
tricore insn bugfixes for qemu 8.0

----------------------------------------------------------------
Anton Kochkov (1):
      target/tricore: Fix OPC1_16_SRO_LD_H translation

Bastian Koppelmann (11):
      target/tricore: Fix OPC2_32_RCRW_IMASK translation
      tests/tcg/tricore: Add test for OPC2_32_RCRW_IMASK
      target/tricore: Fix OPC2_32_RCRW_INSERT translation
      tests/tcg/tricore: Add test for OPC2_32_RCRW_INSERT
      target/tricore: Fix RRPW_DEXTR
      tests/tcg/tricore: Add tests for RRPW_DEXTR
      target/tricore: Fix OPC2_32_RRRR_DEXTR
      tests/tcg/tricore: Add OPC2_32_RRRR_DEXTR tests
      target/tricore: Fix OPC2_32_BO_LD_BU_PREINC
      tests/tcg/tricore: Add LD.BU tests
      tests/tcg/tricore: Add test for ld.h

 target/tricore/translate.c                | 41 +++++++++--------
 tests/tcg/tricore/Makefile.softmmu-target |  5 ++
 tests/tcg/tricore/macros.h                | 76 +++++++++++++++++++++++++++++--
 tests/tcg/tricore/test_dextr.S            | 75 ++++++++++++++++++++++++++++++
 tests/tcg/tricore/test_imask.S            | 10 ++++
 tests/tcg/tricore/test_insert.S           |  9 ++++
 tests/tcg/tricore/test_ld_bu.S            | 15 ++++++
 tests/tcg/tricore/test_ld_h.S             | 15 ++++++
 8 files changed, 223 insertions(+), 23 deletions(-)
 create mode 100644 tests/tcg/tricore/test_dextr.S
 create mode 100644 tests/tcg/tricore/test_imask.S
 create mode 100644 tests/tcg/tricore/test_insert.S
 create mode 100644 tests/tcg/tricore/test_ld_bu.S
 create mode 100644 tests/tcg/tricore/test_ld_h.S
Re: [PULL 00/12] tricore queue
Posted by Peter Maydell 1 year, 2 months ago
On Wed, 8 Feb 2023 at 09:14, Bastian Koppelmann
<kbastian@mail.uni-paderborn.de> wrote:
>
> The following changes since commit 969d09c3a6186c0a4bc8a41db0c1aba1c76081fc:
>
>   Merge tag 'pull-aspeed-20230207' of https://github.com/legoater/qemu into staging (2023-02-07 20:13:38 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/bkoppelmann/qemu.git tags/pull-tricore-20230208
>
> for you to fetch changes up to 6e34f54d88184b25db4fbc4dd1665d9be1a9e21c:
>
>   tests/tcg/tricore: Add test for ld.h (2023-02-08 10:02:46 +0100)
>
> ----------------------------------------------------------------
> tricore insn bugfixes for qemu 8.0
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM