mbox

[PULL,0/2] target sh4 and tricore patches

Message ID 20221218175035.449904-1-richard.henderson@linaro.org
State New
Headers show

Pull-request

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

Message

Richard Henderson Dec. 18, 2022, 5:50 p.m. UTC
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(-)

Comments

Peter Maydell Dec. 19, 2022, 3:09 p.m. UTC | #1
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