On Tue, 27 Oct 2020 at 16:51, Richard Henderson <richard.hender...@linaro.org> wrote: > > The following changes since commit 4a74626970ab4ea475263d155b10fb75c9af0b33: > > Merge remote-tracking branch > 'remotes/stefanha-gitlab/tags/tracing-pull-request' into staging (2020-10-27 > 11:28:46 +0000) > > are available in the Git repository at: > > https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20201027 > > for you to fetch changes up to 1d705e8a5bbfe36294081baa45ab68a9ad987f33: > > accel/tcg: Add CPU_LOG_EXEC tracing for cpu_io_recompile() (2020-10-27 > 09:48:07 -0700) > > ---------------------------------------------------------------- > Optimize across branches. > Add logging for cpu_io_recompile. > > ---------------------------------------------------------------- > Peter Maydell (1): > accel/tcg: Add CPU_LOG_EXEC tracing for cpu_io_recompile() > > Richard Henderson (2): > tcg: Do not kill globals at conditional branches > tcg/optimize: Flush data at labels not TCG_OPF_BB_END
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2 for any user-visible changes. -- PMM