]> www.infradead.org Git - users/dwmw2/qemu.git/commit
bsd-user/main: Allow setting tb-size
authorIlya Leoshkevich <iii@linux.ibm.com>
Wed, 31 Jul 2024 14:45:20 +0000 (16:45 +0200)
committerWarner Losh <imp@bsdimp.com>
Tue, 5 Nov 2024 03:26:40 +0000 (20:26 -0700)
commit89974523346abad6c9a67d99e3ae0fe1385a5ecb
tree6983cd169a7e87d278bc500fc969eddbb2ce5424
parent1f31243a8c80fac27e52cc362cb1e2c922cf0e1b
bsd-user/main: Allow setting tb-size

While qemu-system can set tb-size using -accel tcg,tb-size=n, there
is no similar knob for qemu-bsd-user. Add one in a way similar to how
one-insn-per-tb is already handled.

Suggested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Signed-off-by: Warner Losh <imp@bsdimp.com>
bsd-user/main.c