On 30.07.2024 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(+)
Right now (commit 661c2e1a) it looks like this change never made it to
linux-user/main.c in the master branch.
Interestingly enough the changes for bsd-user/main.c were merged in
early November.
Did this patch just get lost, or is there a reason it was appied to
bsd-user but not linux-user (despite the initial effort to maintain
feature parity)? It looks like a useful feature to have and compiling
from source for a 12 line patch is not very convenient.