[PULL 0/5] tricore queue

Bastian Koppelmann posted 5 patches 3 years, 11 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200601151119.33196-1-kbastian@mail.uni-paderborn.de
Maintainers: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
There is a newer version of this series
target/tricore/Makefile.objs |   2 +-
target/tricore/cpu.c         |  18 +++---
target/tricore/cpu.h         |   2 +
target/tricore/gdbstub.c     | 139 +++++++++++++++++++++++++++++++++++++++++++
target/tricore/helper.c      |  13 ++++
target/tricore/translate.c   |  79 ++++++++++++------------
6 files changed, 207 insertions(+), 46 deletions(-)
create mode 100644 target/tricore/gdbstub.c
[PULL 0/5] tricore queue
Posted by Bastian Koppelmann 3 years, 11 months ago
The following changes since commit 7ea32024c6b3ad9c88d6200e73dbf76c8e160024:

  Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-june-01-2020' into staging (2020-06-01 13:43:59 +0100)

are available in the Git repository at:

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

for you to fetch changes up to d127de3baa64d1cabc8e1994e658688abb577ba9:

  target/tricore: Implement gdbstub (2020-06-01 16:55:13 +0200)

----------------------------------------------------------------
Remove ctx->env ptr, add TriCore gdb stub

----------------------------------------------------------------
Bastian Koppelmann (5):
      target/tricore: Don't save pc in generate_qemu_excp
      target/tricore: Move translate feature check to ctx
      target/tricore: Raise EXCP_DEBUG in gen_goto_tb() for singlestep
      target/tricore: Implement tricore_cpu_get_phys_page_debug
      target/tricore: Implement gdbstub

 target/tricore/Makefile.objs |   2 +-
 target/tricore/cpu.c         |  18 +++---
 target/tricore/cpu.h         |   2 +
 target/tricore/gdbstub.c     | 139 +++++++++++++++++++++++++++++++++++++++++++
 target/tricore/helper.c      |  13 ++++
 target/tricore/translate.c   |  79 ++++++++++++------------
 6 files changed, 207 insertions(+), 46 deletions(-)
 create mode 100644 target/tricore/gdbstub.c

Re: [PULL 0/5] tricore queue
Posted by Peter Maydell 3 years, 11 months ago
On Mon, 1 Jun 2020 at 16:11, Bastian Koppelmann
<kbastian@mail.uni-paderborn.de> wrote:
>
> The following changes since commit 7ea32024c6b3ad9c88d6200e73dbf76c8e160024:
>
>   Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-june-01-2020' into staging (2020-06-01 13:43:59 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/bkoppelmann/qemu.git tags/pull-tricore-20200601
>
> for you to fetch changes up to d127de3baa64d1cabc8e1994e658688abb577ba9:
>
>   target/tricore: Implement gdbstub (2020-06-01 16:55:13 +0200)
>
> ----------------------------------------------------------------
> Remove ctx->env ptr, add TriCore gdb stub
>
> ----------------------------------------------------------------
> Bastian Koppelmann (5):
>       target/tricore: Don't save pc in generate_qemu_excp
>       target/tricore: Move translate feature check to ctx
>       target/tricore: Raise EXCP_DEBUG in gen_goto_tb() for singlestep
>       target/tricore: Implement tricore_cpu_get_phys_page_debug
>       target/tricore: Implement gdbstub
>


Applied, thanks.

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

-- PMM