]> git.proxmox.com Git - mirror_qemu.git/commit
accel/tcg: Split out log_cpu_exec
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 29 Jun 2021 20:17:18 +0000 (13:17 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 10 Jul 2021 03:23:27 +0000 (20:23 -0700)
commitabb0cd9349453d6a45af2ab9317e8f08408485f4
tree33e2d1fc4c42161be8c8592f3e097bf624f9d40f
parent632cb63d9282ca58b016b6f95abcc5e42e5bda0e
accel/tcg: Split out log_cpu_exec

Split out CPU_LOG_EXEC and CPU_LOG_TB_CPU logging from
cpu_tb_exec to a new function.  Perform only one pc
range check after a combined mask check.

Use the new function in lookup_tb_ptr.  This enables
CPU_LOG_TB_CPU between indirectly chained tbs.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c