[PULL 0/2] target sh4 and tricore patches

Richard Henderson posted 2 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221218175035.449904-1-richard.henderson@linaro.org
Maintainers: Yoshinori Sato <ysato@users.sourceforge.jp>, Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
target/sh4/cpu.c         | 2 +-
target/tricore/gdbstub.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PULL 0/2] target sh4 and tricore patches
Posted by Richard Henderson 1 year, 4 months ago
The following changes since commit 562d4af32ec2213061f844b3838223fd7711b56a:

  Merge tag 'pull-loongarch-20221215' of https://gitlab.com/gaosong/qemu into staging (2022-12-18 13:53:29 +0000)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-misc-20221218

for you to fetch changes up to 3b1371159cdb6f31d87fbb339853cc6a963ea6a1:

  target/tricore: Fix gdbstub write to address registers (2022-12-18 09:39:17 -0800)

----------------------------------------------------------------
Fix tricore gdbstub.
Fix superh_cpu_synchronize_from_tb.

----------------------------------------------------------------
Guenter Roeck (1):
      target/sh4: Mask restore of env->flags from tb->flags

Richard Henderson (1):
      target/tricore: Fix gdbstub write to address registers

 target/sh4/cpu.c         | 2 +-
 target/tricore/gdbstub.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Re: [PULL 0/2] target sh4 and tricore patches
Posted by Peter Maydell 1 year, 4 months ago
On Sun, 18 Dec 2022 at 17:50, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The following changes since commit 562d4af32ec2213061f844b3838223fd7711b56a:
>
>   Merge tag 'pull-loongarch-20221215' of https://gitlab.com/gaosong/qemu into staging (2022-12-18 13:53:29 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/rth7680/qemu.git tags/pull-misc-20221218
>
> for you to fetch changes up to 3b1371159cdb6f31d87fbb339853cc6a963ea6a1:
>
>   target/tricore: Fix gdbstub write to address registers (2022-12-18 09:39:17 -0800)
>
> ----------------------------------------------------------------
> Fix tricore gdbstub.
> Fix superh_cpu_synchronize_from_tb.
>


Applied, thanks.

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

-- PMM