On 7/31/24 07:54, Ilya Leoshkevich wrote:
While qemu-system can set tb-size using -accel tcg,tb-size=n, there is no similar knob for qemu-user. Add one in a way similar to how one-insn-per-tb is already handled.Signed-off-by: Ilya Leoshkevich<i...@linux.ibm.com> --- linux-user/main.c | 12 ++++++++++++ 1 file changed, 12 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~