Re: [Qemu-devel] [PATCH v2 29/45] exec-all: rename tb_free to tb_remove

2017-07-17 Thread Richard Henderson
On 07/16/2017 10:04 AM, Emilio G. Cota wrote: We don't really free anything in this function anymore; we just remove the TB from the binary search tree. Suggested-by: Alex Bennée Signed-off-by: Emilio G. Cota --- include/exec/exec-all.h | 2 +- accel/tcg/cpu-exec.c | 2 +- accel/tcg/t

[Qemu-devel] [PATCH v2 29/45] exec-all: rename tb_free to tb_remove

2017-07-16 Thread Emilio G. Cota
We don't really free anything in this function anymore; we just remove the TB from the binary search tree. Suggested-by: Alex Bennée Signed-off-by: Emilio G. Cota --- include/exec/exec-all.h | 2 +- accel/tcg/cpu-exec.c | 2 +- accel/tcg/translate-all.c | 6 +++--- 3 files changed, 5 ins