]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210124' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Sun, 24 Jan 2021 19:36:45 +0000 (19:36 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sun, 24 Jan 2021 19:36:45 +0000 (19:36 +0000)
commite672f1d39755a6f7007dc8b04a9af43f1b7177ca
tree3ce562ea37f8f150f4c795cb42328ba98ea96aa0
parente81eb5e6d108008445821e4f891fb9563016c71b
parentae30e86661b0f48562cd95918d37cbeec5d02262
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210124' into staging

Fix tcg constant temp overflow.
Fix running during atomic single-step.
Partial support for apple silicon.
Cleanups for accel/tcg.

# gpg: Signature made Sun 24 Jan 2021 18:08:57 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

* remotes/rth-gitlab/tags/pull-tcg-20210124:
  tcg: Restart code generation when we run out of temps
  tcg: Toggle page execution for Apple Silicon
  accel/tcg: Restrict cpu_io_recompile() from other accelerators
  accel/tcg: Declare missing cpu_loop_exit*() stubs
  accel/tcg: Restrict tb_gen_code() from other accelerators
  accel/tcg: Move tb_flush_jmp_cache() to cputlb.c
  accel/tcg: Make cpu_gen_init() static
  tcg: Optimize inline dup_const for MO_64
  qemu/compiler: Split out qemu_build_not_reached_always
  tcg: update the cpu running flag in cpu_exec_step_atomic

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