On 30/7/24 23: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(+)
Missing similar change in bsd-user/main.c, otherwise: Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>