qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] bc2331: target/sh4: Mask restore of env->flag


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] bc2331: target/sh4: Mask restore of env->flags from tb->flags
Date: Mon, 19 Dec 2022 07:09:31 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: bc2331635ce18ff068d2bb1e493bc546e1f786e1
      
https://github.com/qemu/qemu/commit/bc2331635ce18ff068d2bb1e493bc546e1f786e1
  Author: Guenter Roeck <linux@roeck-us.net>
  Date:   2022-12-18 (Sun, 18 Dec 2022)

  Changed paths:
    M target/sh4/cpu.c

  Log Message:
  -----------
  target/sh4: Mask restore of env->flags from tb->flags

The values in env->flags are a subset of tb->flags.
Restore only the bits that belong.

Cc: qemu-stable@nongnu.org
Fixes: ab419fd8a035 ("target/sh4: Fix TB_FLAG_UNALIGN")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Message-ID: <20221212011345.GA2235238@roeck-us.net>
[rth: Reduce to only the the superh_cpu_synchronize_from_tb change]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>


  Commit: 3b1371159cdb6f31d87fbb339853cc6a963ea6a1
      
https://github.com/qemu/qemu/commit/3b1371159cdb6f31d87fbb339853cc6a963ea6a1
  Author: Richard Henderson <richard.henderson@linaro.org>
  Date:   2022-12-18 (Sun, 18 Dec 2022)

  Changed paths:
    M target/tricore/gdbstub.c

  Log Message:
  -----------
  target/tricore: Fix gdbstub write to address registers

Typo had double-writes to data registers.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1363
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>


  Commit: c15dc499cc22f4a71639e42e36051e118761c25f
      
https://github.com/qemu/qemu/commit/c15dc499cc22f4a71639e42e36051e118761c25f
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2022-12-19 (Mon, 19 Dec 2022)

  Changed paths:
    M target/sh4/cpu.c
    M target/tricore/gdbstub.c

  Log Message:
  -----------
  Merge tag 'pull-misc-20221218' of https://gitlab.com/rth7680/qemu into staging

Fix tricore gdbstub.
Fix superh_cpu_synchronize_from_tb.

# gpg: Signature made Sun 18 Dec 2022 17:48:54 GMT
# gpg:                using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F
# gpg:                issuer "richard.henderson@linaro.org"
# gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" 
[full]
# Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F

* tag 'pull-misc-20221218' of https://gitlab.com/rth7680/qemu:
  target/tricore: Fix gdbstub write to address registers
  target/sh4: Mask restore of env->flags from tb->flags

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/4f9a4cd37eb2...c15dc499cc22



reply via email to

[Prev in Thread] Current Thread [Next in Thread]