]> git.proxmox.com Git - mirror_qemu.git/commit
exec-all: rename tb_free to tb_remove
authorEmilio G. Cota <cota@braap.org>
Wed, 12 Jul 2017 18:40:28 +0000 (14:40 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 24 Oct 2017 20:53:42 +0000 (13:53 -0700)
commitbe1e01171b556807198c84feac7cf4bca0d904c2
treea8a0022d3438d36a4469c109762b47d923aa21c9
parent2ac01d6dafabd4a726254eea98824c798d416ee4
exec-all: rename tb_free to tb_remove

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 <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
accel/tcg/translate-all.c
include/exec/exec-all.h