From: Sergey Fedorov <sergey.fedo...@linaro.org>

This patch series consists of various general TCG clean-up patches
extracted from Paolo's MTTCG tree [1]. The idea is to review and merge
these patches separately from the MTTCG series to cut the latter and
make it easier to review.

[1] https://github.com/bonzini/qemu/tree/mttcg

Paolo Bonzini (5):
  tcg: code_bitmap is not used by user-mode emulation
  tcg: reorganize tb_find_physical loop
  tcg: always keep jump target and tb->jmp_next consistent
  tcg: reorder removal from lists in tb_phys_invalidate
  tcg: move tb_invalidated_flag to CPUState

 cpu-exec.c              | 61 +++++++++++++++++-----------------
 include/exec/exec-all.h |  2 --
 include/qom/cpu.h       |  2 ++
 translate-all.c         | 87 +++++++++++++++++++++++++------------------------
 4 files changed, 77 insertions(+), 75 deletions(-)

-- 
2.7.3


Reply via email to